Skip to content

Instantly share code, notes, and snippets.

@peteraritchie
Created February 22, 2012 22:59
Show Gist options
  • Save peteraritchie/1888190 to your computer and use it in GitHub Desktop.
Save peteraritchie/1888190 to your computer and use it in GitHub Desktop.
ice.txt
error CS0583: Internal Compiler Error (0xc0000005 at address 000007F6B95A94B2):
likely culprit is 'TRANSFORM'.
An internal error has occurred in the compiler. To work around this
problem, try simplifying or changing the program near the locations
listed below. Locations at the top of the list are closer to the point
at which the internal error occurred. Errors such as this can be
reported to Microsoft by using the /errorreport option.
snippet.txt(7,27): error CS0584: Internal Compiler Error: stage 'TRANSFORM'
symbol 'test.tester.Method()'
snippet.txt(7,27): error CS0584: Internal Compiler Error: stage 'BIND' symbol
'test.tester.Method()'
snippet.txt(7,27): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'test.tester.Method()'
snippet.txt(7,27): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'test.tester.Method()'
snippet.txt(7,27): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'test.tester.Method()'
snippet.txt(4,15): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'test.tester'
snippet.txt(1,11): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'test'
snippet.txt: error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'<global namespace>'
snippet.txt: error CS0586: Internal Compiler Error: stage 'COMPILE'
error CS0587: Internal Compiler Error: stage 'COMPILE'
error CS0587: Internal Compiler Error: stage 'EMIT'
error CS0587: Internal Compiler Error: stage 'BEGIN'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment