Link to home
Start Free TrialLog in
Avatar of Jesper Christensen
Jesper Christensen

asked on

When I compile my VS 2008 project, the dll file is not changed

Hi.

I have a problem. When I compile my VS 2008 project, the dll file is not changed.

Does anybody have a suggesion about this? The project is compiling without errors, but the debug dosent create a new dll file..
Avatar of utter77
utter77

Hi.



Did you set your configuration manager to "debug"? Otherwist the dll will end up in /bin/release/ folder.

/MAtt
Avatar of Jesper Christensen

ASKER

Yes. The configuration manager is set to "Debug".

do you have renew the explorer window with F5 to display the new properties?
It´s the same. When I press f5, the site open in debug mode and is running perfectly, but the dll file is not changed..
Avatar of angus_young_acdc
How are you aware that the DLL hasnt changed?  Have you referenced it in another project and methods not appeared?
I can see the "date/time of change" on the file.
ASKER CERTIFIED SOLUTION
Avatar of iirusger
iirusger
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi.

Nothing happens if I change anything in the source code.

The site is working, if I delete all content from a .cs file, the site sill works... Is it possible that the project somehow is locked?