开发者

Calling .net framework 2 from application developed in .net framework 4

I have an application developed using .net framework 4. I also have a DLL component developed in .net framework 2. Is it possible for me to call a component that was developed in .net framework 2? How do I do tha开发者_开发知识库t?


In general, yes. The .NET frameworks are 99% backwards compatible; very rarely are there breaking changes. Just add the DLL to your .NET 4 project as a reference as you usually do. If there are compile problems, post the specific errors.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜