Is the latest version of Subsonic compatible with Visual Studio 2010 / .Net 4.0?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|
|
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. |
|||
|
|
|
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 |
|||
|
|
|
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. |
|||
|
|