This topic has not yet been rated - Rate this topic

Compiler Error CS1902

Invalid option 'option' for /debug; must be full or pdbonly

An invalid option was passed to the /debug compiler option.

The following sample generates CS1902:

// CS1902.cs
// compile with: /debug:x
// CS1902 expected
class x
{
   public static void Main()
   {
   }
}
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ