Compiler Error CS0041

The fully qualified name for 'type' is too long for debug information. Compile without '/debug' option.

This error can occur when using the /debug compiler option. If you encounter this error, try to delete the PDB files in the bin directory and recompiling. If you are still encountering this error, you may have to repair or reinstall Visual Studio.