|
New computer, new installation of VS.NET 2005.
Working with an ASP.NET application that came from the previous computer. There is a bug in the application. However, instead of stopping execution at the point in the code where the bug exists, I am being shown the usual ASP.NET error page.
Other info: I open the application with VS.NET using File->Open->Web site. The application is installed under IIS The configuration being built is the debug configuration I tried killing the aspnet process then deleting everything out of C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\myAppName and the solution file This problem does not occur for all errors: I changed a parameter name in a SQL Add Parameter and the error was caught. The error that is not being caught is a System.Web.HttpException: Multiple controls with the same ID 'id632871324000000000' were found. FindControl requires that controls have unique IDs.
This behavior is new to this computer ( I think).
I look forward to hearing your suggestions for resolving this problem.
|