mscorlib.dll not recognised in MFC?

scoct

New member
Joined
Jan 31, 2004
Messages
1
Hi all,
I tried to move my current project from VC++ Managed Class into MFC Application to include some GUI.

However, when I compiled the new project, I met into problems saying

"managed targeted code requires #using <mscorlib.dll> and /clr option"

The "mscorlib.dll" has already been included explicitly earlier but it seems like the complier in MFC application does not recognise this DLL??

Can anyone suggest any solution or kindly explain why this error occured?

*puzzled and lost...*
 
Back
Top