I'm developing a utility using Visual C++.NET standard 2003.
When I try to compile a sample code, I got the below error
Fatal Error C1190:Managed Target Code Requires '#using
<mscorlib.dll>' and '/clr' Option.
My sample code has a line to include the file called 'mscorlib.dll'.
The line of code I am using is:
#using <mscorlib.dll>
Can someone help me to solve this issue.
I have had this problem. Try adding a reference to mscorelib.dll. Also,
just to be sure, double check to see if you have the /clr compiler option
specified.

Signature
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
> I'm developing a utility using Visual C++.NET standard 2003.
> When I try to compile a sample code, I got the below error
[quoted text clipped - 7 lines]
>
> Can someone help me to solve this issue.
glich - 28 Mar 2005 22:40 GMT
I no this sownds as if I am an ameture but.... where is ym compiler options
! I cant finde it eny were!