PDA

View Full Version : C# code not compiling after deployment.


markhartnady
05-04-2004, 03:12 PM
I am working on a system on a development and production server.

Everything works fine on the dev server, but when I make a copy of the project in Visual Studio .NET (by clicking Project|Copy Project) to the production server using FrontPage extentions, the *.aspx pages work fine, but the code behind (*.cs files) is/are not fine. No matter what I change in the CS files, the changes are not reflected on the prod server.

Any suggestions? This has been bugging me to no end.

A1ien51
05-04-2004, 03:18 PM
make sure that the bin file has the .dll in it...

I persoanally do not use VS to copy the project over, I do it manually..

markhartnady
05-04-2004, 03:23 PM
True genius is rare.

I can't explain how long thats been annoying me!

Thanks a million!

markhartnady
05-04-2004, 03:30 PM
I think its a bug with VS version 7.0.9466 (2002)