I'm using VS2005 (no SP), VB, Dot_net 2.0.
I'm logged in as a user with local administrator privileges (not network administrator).
I'm using Windows XP Professional SP2. I have 1G system memory, 150G HD with 114G free.
Suddenly, I'm having problems getting my web site to compile (and debug) in VS2005. The errors that I get are one of two (along with a warning and several other errors that seem somewhat random):
- Error 10 Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl). C:\Inetpub\wwwroot\edt_2_9_6_2.0\SpecialReports\SpecialReportsDef.ascx.vb
- Error 30 'SpecialReports_SpecialReportsDef' is ambiguous. C:\Inetpub\wwwroot\edt_2_9_6_2.0\SpecialReports\SpecialReportsDef.ascx
The problem is, neither of these errors have ANY basis in reality. To get the error to clear up I have to do both of these steps (one, by itself, does not clear the error):
- Delete the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root directory (with all files and subdirectories)
- REBOOT the computer.
Once BOTH of those steps are accomplished, the project compiles and debugs with no problem. NOTE how I DID NOT make ANY changes to code to clear up the errors!
Anyone have ANY idea what's going on? This behavior just recently (yesterday?) started happening. I've been using VS2005 and dot-net 2.0 VB2005 for months with no problems -- until yesterday.
TIA,
Owen