I got a 3 ICE messages at once

G

Guest

Hi,
working on a whidbey beta 2, C# smart devices project, I got the following 3
errors (note: the name of my project is "serialize"):
1) Error 322 Missing compiler required member 'î©å¦­ .RequestMinimum' serialize
2) Error 323 Internal Compiler Error (0xc0000005 at address 59A6FDD6):
likely culprit is 'BEGIN'.

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 switch.
serialize

3) Error 324 Internal Compiler Error: stage 'BEGIN' serialize.

I havnt tried reproducing it yet. But in the process of sending a huge
automated error report (through the "error reporting" window) to Microsoft.
Its taking a lot of time to send through my slow net speed.

Regards,
Abubakar.
http://joehacker.blogspot.com
 
D

Daniel O'Connell [C# MVP]

Abubakar said:
Hi,
working on a whidbey beta 2, C# smart devices project, I got the following
3
errors (note: the name of my project is "serialize"):
1) Error 322 Missing compiler required member 'î©å¦­ .RequestMinimum'
serialize
2) Error 323 Internal Compiler Error (0xc0000005 at address 59A6FDD6):
likely culprit is 'BEGIN'.

Hmm, are you using types with non-ascii names? Try changing Type specified
in 1 to a standard ascii name, maybe there is an issue there(shouldn't be,
but it would atleast narrow down the cause).
 
G

Guest

Hi,
Well its just that I included some files from Rotor source in my project and
triied compiling on .net cf project. There were lots of errors but when I
resolved all errors, these new errors showed up.
Its really unfair, I'm stuck :(. Since it was just an experimental project
that I'm playing with so I didnt haste in resolving the error. Should I move
classes from one file to another or what?

Thanks,
Ab.
http://joehacker.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top