Why do I get the following error?
Unsafe code may only appear if compiling with /unsafe\"?
I work in C# and Visual Studio 2008 f
Probably because you're using unsafe code.
Are you doing something with pointers or unmanaged assemblies somewhere?