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
Search your code for unsafe blocks or statements. These are only valid is compiled with /unsafe.
unsafe
/unsafe