Reference DLLs not loading in Visual Studio 2010

前端 未结 4 823
[愿得一人]
[愿得一人] 2020-12-19 02:42

I\'m working on a C# 4.0 project in VS2010 and needed to use some older DLLs containing controls that were created in C# 3.5 on VS2008. When I first add the DLLs to the ref

4条回答
  •  攒了一身酷
    2020-12-19 03:06

    Turns out that it was something to do with VS2010 defaulting to the .NET 4 client profile, as soon as I changed it to the regular profile it built fine. There's a day wasted...

提交回复
热议问题