Can I use a .NET 4.0 library in a .NET 2.0 application?

后端 未结 7 1348
逝去的感伤
逝去的感伤 2020-11-28 08:03

I\'m running into some problems using my .NET 4.0 libraries in .NET 2.0 applications. I guess I was under the impression that being a Windows DLL, my other .NET apps would

7条回答
  •  我在风中等你
    2020-11-28 08:33

    I've just published a post basically what Daniel suggested.

    How to use a .NET 4 based DLL from a .NET 2 based application

    Source Code and description at: http://code.msdn.microsoft.com/Using-a-NET-4-Based-DLL-bb141db3

提交回复
热议问题