Quote:
Originally Posted by marcbacor6666
how did u solved this please anyone answer im using windows 7 i get this error predefined type 'system.object' is not defined or imported in c# build
|
I had the same issue a few weeks ago and adding:
<Reference Include="mscorlib" />
To the csproj file fixed it.