ASP.NET 2.0 BasicsIf you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
The debug function now is not working fine in VS2008. Please ~
Before today , the VS2008 is working fine. But I don't know why it doesn't work suddenly.
The first is when I press the "Compile" in anythime, The application will be compiled one time. But actually in before, It will only compiled by the VS2008 once ONLY the *.cs files is changed. It's a problem.
The second is I alway using the attach method to do the debugging with the application. Open IE -> Open Application -> Attach w3wp.exe in VS2008 -> Debugging.
And this is working fine before. But now even I set the break point in the source. The system seems can't JUMP to the break point. (Means the debugging function is not worked already)
Is anybody met this problem in before? It's very strange. (Reinstallation of VS2008 is a heavy job for me. So it's only the final solution for me. hehe...)
I try to created one new application.
and copy the application files from the old project one by one.
and removed all from the old project.
and clean the temp folder of .NET 2 (in WINDOWS directory)
and reinstalled the .NET framework 3.5 sp1.
restarted.
Then solved!
I think the problem 99% is in the old project file. maybe some dll or some another assembly files met problems. So once i removed all the older file. and create a new one. It's working now!