deep
deep

Reputation: 115

Error while compiling asp.NET application

When I compile my asp.net application,I get the below mentioned error.This error occurs often.The language I am using C#.

Internal Compiler Error (0xc0000005 at address 03976102): likely culprit is 'BEGIN'

Upvotes: 1

Views: 822

Answers (1)

painotpi
painotpi

Reputation: 6996

I found some information about the error on the Microsoft connect site

An excerpt from the page is as follows :

I believe that this issue has been fixed post-RC. The problem is that the C# compiler is crashing as it is tries to report an error or warning. In several cases we have seen the warning being reported is that the LIB environment variable contains an invalid path. To avoid the crash, check that your LIB environment variable contains valid paths.

Upvotes: 1

Related Questions