J
Jim
I am trying to compile a demo from the XNA site and I get this error
Error 1 Assembly generation failed -- Error emitting
'System.Runtime.InteropServices.GuidAttribute' attribute --'Incorrect
UUID format.' MarbletsWindows
The only place I can see this assemble being used is here:
// The following GUID is for the ID of the typelib if this project is
exposed to COM
[assembly: Guid("$guid1$")]
I am a Delphi guy and just starting to learn C#. What does this line
mean? I can't find guid1 defined anywhere else in the project.
Using Visual C# 2008
Any thoughts?
Thanks.
Jim
Error 1 Assembly generation failed -- Error emitting
'System.Runtime.InteropServices.GuidAttribute' attribute --'Incorrect
UUID format.' MarbletsWindows
The only place I can see this assemble being used is here:
// The following GUID is for the ID of the typelib if this project is
exposed to COM
[assembly: Guid("$guid1$")]
I am a Delphi guy and just starting to learn C#. What does this line
mean? I can't find guid1 defined anywhere else in the project.
Using Visual C# 2008
Any thoughts?
Thanks.
Jim