Why is Visual Studio 2008 stuck in debug mode when compiling

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2009-06-25T23:12:01Z Indexed on 2010/03/21 8:41 UTC
Read the original article Hit count: 481

I have a .NET project that for some reason gets stuck in debug mode. I've changed the compile mode from debug to release in the toolbar, but my project ends up in the debug directory anyway. Seems like VS is not updating the SLN file or something. Please help!

The reason I am asking about this is because it seems that there are weak references "ENCList" clogging up memory when my program runs, and they seem to be created when .NET apps are compiled in debug (or so says other sources I've found online).

-Mark

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about debugging