Compiler failed with Error Code 2000
"Compiler failed with Error Code 2000"
Has anyone else received this message? I get this sometimes when I press F5 and it is usually after I add a new line or new lines of code.
This is making a reference to a .dll that I compiled. The odd thing is that doesn't happen everytime that I debug. If I take out the line of code that I just added, press F5 again, my application works. Then I add back in the previously offending line of code, press F5, and it works. However, until I either take out the code and put it back in (which only works some of the time) or reboot my machine and delete the temporary ASP.Net files, I get the same message.
There really doesn't seem to be any reason that I can see on why it would do this one time and skip another. I haven't yet received this error when debugging Windows applications, only Web apps which would seem to explain why deleting the temporary ASP.Net files temporarily fixes the problem.
I am using VS.Net 1.1 and have the .Net Framework version 1.1.4322 SP1 installed.
Any insight would be appreciated. Thanks.
J
|