Compilation Problems

  • Thread starter Thread starter JM
  • Start date Start date
J

JM

I connect to a remote server to manage 2 ASP.NET sites.
Lately when I compile either project the dll on the server
does not get replaced. The weird thing is that one
project is in VS.NET 2002 and the other in VS.NET 2003.

It hardly seems possible that both applications are
corrupted.

Are there any configuration settings that could affect the
dll file replacement?
 
There is a property on each file called Copy Local. If
set to False, the file would not be copied. Also, is it
possible that the file is currently in use and therefore
cannot be replaced?

Hope this help.

Bruce Johnson
http://www.ObjectSharp.com/Bruce
 
Back
Top