Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging creates old page in Miscellaneous Items folder

Status
Not open for further replies.

markbeeson

Programmer
Jun 14, 2003
19
NZ
I'm trying to debug my ASP.NET project and all is well except:

If I put a breakpoint on a page and then start the debugger, VS automatically puts a page of an old version of the code into the Miscellaneous item folder in the solution.

What is causing this and how can I stop it? I've had this issue with various projects using both VS 2002 and VS 2003.

Thanks.
 
If you are working a file in vss, get the latest version before changing the code and then check out. Before building save it and then debug it. Try this.
 
Thanks for that - yes I am working in Sourcesafe but that's not what caused the problem.

I resolved the issue by clearing out the project files in the Temporary ASP.NET cache under:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files (windows XP)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top