1

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'

2
  • Are you running an RC or can you post some code? Commented Jan 2, 2012 at 5:38
  • @deep: when you get an error like this, search for exact error message in Google..You will find lots of possibilities for that error and possible fixes.. Commented Jan 2, 2012 at 9:18

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.