0 out of 1 rated this helpful - Rate this topic

Compiler Error CS2005

Missing file specification for 'option' option

A compiler option was only partially specified.

For example, when using /recurse, you must specify the file to search: /recurse:filename.cs.

The following sample generates CS2005.

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