an error that faces me when i try to open any project

11/12/2011 11:24 2slam#1
here is the pics of the error
when i try to debug a project fom c#
it gives me that error
or many sources
any solutions ??

[Only registered and activated users can see links. Click Here To Register...]

Code:
Error    1    Predefined type 'System.Object' is not defined or imported    Conquer_Online_Server_x86
solved
request #close
05/03/2012 19:20 marcbacor6666#2
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
05/03/2012 19:36 Kiyono#3
Quote:
Originally Posted by marcbacor6666 View Post
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.
05/03/2012 20:27 marcbacor6666#4
can u give explain to me how to add that? or please post ur csprof where u put mscorlib
05/04/2012 22:42 Kiyono#5
Quote:
Originally Posted by marcbacor6666 View Post
can u give explain to me how to add that? or please post ur csprof where u put mscorlib
Open it with notepad or something and add it where the other references are.