Software Development Network>> Visual C#>> How to call .NET 2005 assembly from .NET 2003?
Sample source code will be great.
Thanks
I have an assembly made by VS .NET 2005.
I am now using VS .NET 2003 and I want to call the DLL written in .NET 2005.
Hi, cl408e
I'm confused whether you are dealing with VS2005 now and wanna call assemblies from VS2003 or in the opposite way
hi,
It's ok for you to call assemblies of Framework1.1 (VS2003) in Framework2.0 (VS2005). But Framework2.0 has some break changes from Framework1.1, it cannot be compatible forward, since may touch the break changes.
Thank you
How to call .NET 2005 assembly from .NET 2003?
fa6ma
I have an assembly made by VS .NET 2005.
I am now using VS .NET 2003 and I want to call the DLL written in .NET 2005.
ZombieCron
Hi, cl408e
I'm confused whether you are dealing with VS2005 now and wanna call assemblies from VS2003 or in the opposite way
WingingIT
hi,
It's ok for you to call assemblies of Framework1.1 (VS2003) in Framework2.0 (VS2005). But Framework2.0 has some break changes from Framework1.1, it cannot be compatible forward, since may touch the break changes.
Thank you