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

Re: "Not a Microsoft .NET module" by Norman

Norman
Tue Nov 28 08:33:00 CST 2006

You cannot use .NET2.0 code in .NET1.x project with VS2003. It is the other
way around.

"Baskar" <Baskar@discussions.microsoft.com> wrote in message
news:3418C1B1-E3FE-4FC7-8390-BBFBC36D3D26@microsoft.com...
> 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
>



RE: Msg: "Not a Microsoft .NET module" by Baskar

Baskar
Thu Feb 08 00:10:00 CST 2007

Thanks

"Baskar" wrote:

> 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
>