Can I use .NET 4 with SharePoint 2007?

前端 未结 3 802
借酒劲吻你
借酒劲吻你 2021-01-19 17:13

I\'m on a team that\'s currently building a MOSS 2007 based application (which relies on .NET 2), and we\'d like to leverage the Entity Framework v4 (which relies on .NET 4)

3条回答
  •  太阳男子
    2021-01-19 17:43

    Although I haven't tried, my guess is that it's not possible. In order to use .net 4.0 assemblies, the apppool running your moss site would have to be upgraded to the 4.0 version of asp.net. After that, version of system.web and other assemblies will change and I think that moss will simply stop working. But hey, it's just my guess. You can always try it out.

提交回复
热议问题