Unrecognised option 'optioninfer+

Joined
Jun 8, 2006
Messages
6
Programming Experience
10+
I am using VB + LINQ to SQL with VS 2008 Beta 2 on Windows 2003.

I never used command line and the project was ok until now.

Now I get a warning: "Unrecognised option 'optioninfer+';ignored" File: "vbc : Command Line"
and an error: "Maximum number of errors has been exceeded." File: "vbc:"

The errors are in a generated file and are of the folowing type:
\App_Code\<dbml file name>.designer.vb(893,0): error BC30242: 'Partial' is not valid on a method declaration

Is there a workaround please?

Thanks,
Dinu
 
Back
Top