开发者

Sharepoint and missing System.web.dynamicdata

开发者 https://www.devze.com 2022-12-20 10:58 出处:网络
My .net application worked fine until it was moved to a sharepoint server. THe error I am getting is \"Cannot find System.Web.DynamicData\" .

My .net application worked fine until it was moved to a sharepoint server. THe error I am getting is "Cannot find System.Web.DynamicData" .

DotNet 3.5 is already installed on the box.

GAC (C:\Windows\Assembly) does not co开发者_JS百科ntain this assembly.

If I install .Net 3.5 SP1 will it disrupt anything under sharepoint (does not come under my area of responsibility). ?

What I am puzzled about is how can this server have 3.5 without these DLL/assembly - which are supposed to be part of 3.5 - does this mean the install is broken (sharepoint seems to work but not my app which depends on dynamic data).

Can I manually copy the missing DLLs ? - since its a working sharepoint server, I want to keep changes to a minimum.


No.. SharePoint works fine with .NET 3.5 SP1 installed.

0

精彩评论

暂无评论...
验证码 换一张
取 消