using class library in web application

S

Saifee

Hi,
I have a class library project in which i have made some
classes.I compile it into a dll and reference it in a
asp.net web application.
But each time I make changes in the class library project,
for cahnges to reflect I have to remove the refernce form
the web application and add the refernce again.
Is there a way to directly link the dll to the project.
Pls help

Saifee
 
R

Rocky Moore

Saifee said:
Hi,
I have a class library project in which i have made some
classes.I compile it into a dll and reference it in a
asp.net web application.
But each time I make changes in the class library project,
for cahnges to reflect I have to remove the refernce form
the web application and add the refernce again.
Is there a way to directly link the dll to the project.
Pls help

Saifee

You can select on the properties, to not have it copy local.

Rocky Moore
www.HintsAndTips.com
 
K

Kevin Spencer

Are you using Visual Studio.Net? If so, you can add the Class Library
Project to your ASP.Net Solution, make the reference to the Project rather
than the DLL, and when you make changes to the Class Library Project, it
will be re-copied to the bin folder of the ASP.Net app.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top