Msg: "Not a Microsoft .NET module"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am trying to add a DLL which is developed in VS 2005 to my project (VS
2003).
I get following error message.

"FileName.dll not a Microsoft .NET module"

Do i need to convert this DLL to Framework 1.1 compatible to add it in my
project?
If yes, is there a tool to do this?
Kindly reply.

Regards,
Baskar C.G
 
You cannot use .NET2.0 code in .NET1.x project with VS2003. It is the other
way around.
 
Back
Top