Un caching .net assemblies

  • Thread starter Thread starter garry
  • Start date Start date
G

garry

I a new to .net dev, and everytime I build a class library into a .dll
assembly and shove it in the GAC I have to restart IIS to test a new
compile, which is really annoying as I compile about every minute right
now!!!

Why are my dll .net aseemblies getting cached??? and why do I need to
restart IIS every time?

Is there a visual studio setting I need to change to force the latest
compiled dll to be used?

Cheers
Garry
 
Garry:

This is a side effect of using the GAC. Are you sure you need your assembly
in the GAC?
 
Hi,

First, dont move to GAC, after you have made everything right, then move
it to GAC.

Prakash.C
 

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

Back
Top