Compiler internal error?

  • Thread starter Thread starter Ayende Rahien
  • Start date Start date
A

Ayende Rahien

reparing resources...

Updating references...

Performing main compilation...

error CS0583: Internal Compiler Error (0xc0000005 at address 53168B12):
likely culprit is 'BIND'.

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.


C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs(109,22): error CS0584: Internal Compiler Error:
stage 'BIND' symbol 'Roar.Sound.PlayFile(string)'

C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs(109,22): error CS0584: Internal Compiler Error:
stage 'COMPILE' symbol 'Roar.Sound.PlayFile(string)'

C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs(109,22): error CS0584: Internal Compiler Error:
stage 'COMPILE' symbol 'Roar.Sound.PlayFile(string)'

C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs(109,22): error CS0584: Internal Compiler Error:
stage 'COMPILE' symbol 'Roar.Sound.PlayFile(string)'

C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs(73,15): error CS0584: Internal Compiler Error:
stage 'COMPILE' symbol 'Roar.Sound'

C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs(4,11): error CS0584: Internal Compiler Error:
stage 'COMPILE' symbol 'Roar'

C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs(1,1): error CS0584: Internal Compiler Error: stage
'COMPILE' symbol ''

C:\Documents and Settings\Ayende\My Documents\Visual Studio
Projects\Medar\Interop.cs: error CS0586: Internal Compiler Error: stage
'COMPILE'

error CS0587: Internal Compiler Error: stage 'COMPILE'

error CS0587: Internal Compiler Error: stage 'BEGIN'

Build complete -- 11 errors, 0 warnings

What the hell is wrong with it? Sometimes it gives me this error, I try to
recompile, and then it works.
 
Ayende,

If this happens sporadically, it could be due to incremental compilation. If
you go into the project properties, you can turn this off in the advanced
tab.

--
Eric Gunnerson

Visit the C# product team at http://www.csharp.net
Eric's blog is at http://blogs.gotdotnet.com/ericgu/

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top