Is Subsonic compatible with .Net 4.0

后端 未结 5 470
被撕碎了的回忆
被撕碎了的回忆 2021-01-06 03:54

Is the latest version of Subsonic compatible with Visual Studio 2010 / .Net 4.0?

相关标签:
5条回答
  • 2021-01-06 04:00

    Yes, the Subsonic 3 should work fine in .NET 4. I am developing a solution on VS.NET 2010 using Subsonic 3 and so far no problems at all.

    0 讨论(0)
  • 2021-01-06 04:03

    Subsonic is just a 3.5 library.... whether you have .net 4.0 or .net X.X in the future it should still compile to 3.5... just as a .Net 2.0 project will still load.

    Short answer yes

    0 讨论(0)
  • 2021-01-06 04:05

    I haven't noticed any problems referencing 3.0.0.3 in a .NET 4.0 project.

    0 讨论(0)
  • 2021-01-06 04:07

    Yes, the latest release version is a .NET 3.5 library that will work with .NET 4.0. I would assume the source would compile under .NET 4.0 but have not tried that myself.

    0 讨论(0)
  • 2021-01-06 04:12

    I've had version 3 working in the beta version of Visual Studio 2010 and .net 4 for a while now. It works just fine.

    0 讨论(0)
提交回复
热议问题