K
karthik.t
Hello,
I am gettin a fatal error C1190 when I try to compile the code and run
it. Could anyone provide a solution for that? I guess I need to set the
/clr switch.
Here is the error:
fatal error C1190: managed targeted code requires '#using
<mscorlib.dll>' and '/clr' option
It points to the syntax on code:
#using <mscorlib.dll>
<Yeah the third line of my code!!!!> ;-)
Would appreciate if anyone cud provide a solution for this! Thanks
a much!
Karthik
I am gettin a fatal error C1190 when I try to compile the code and run
it. Could anyone provide a solution for that? I guess I need to set the
/clr switch.
Here is the error:
fatal error C1190: managed targeted code requires '#using
<mscorlib.dll>' and '/clr' option
It points to the syntax on code:
#using <mscorlib.dll>
<Yeah the third line of my code!!!!> ;-)
Would appreciate if anyone cud provide a solution for this! Thanks
a much!
Karthik