wrong dll being used from project reference?

G

Guest

OK - this doesn't make a ton of sense to me. I have a solution containing an
ASP.NET 2.0 project and a class library project. In the ASP.NET application,
I create a project reference to my class library.

When I debug the web application and try to step into my class library, I
get the following message:
"The source file is different from when the module was built. Would you
like the debugger to use it anyway?" - it's like the WebDev.WebServer.EXE
process is hanging onto an older version of my class library dll.

Any thoughts??

thanks,

_howard
 
G

Guest

Ok - solved it - it was just a classic case of another file reference that
referenced the older version of my core asm - so it was copying it over the
newer version.
 

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

Top