私はfsi.exeを64ビットにすることができました...次に.NET3.5でロード/動作させたいです。誰かがこれを行う方法を考え出しましたか?
私はこれに関するいくつかの古いブログエントリを見つけました...しかし解決策はありません。
古いバージョンをサポートする方法がないためです。.NET 3.5 DLLをFSIにロードしようとすると、次のエラーが発生します
> let s = new SPSite("http://myserver/sites/test");;
System.PlatformNotSupportedException: Microsoft SharePoint is not supported
with version 4.0.30319.269 of the Microsoft .Net
Runtime.
at Microsoft.SharePoint.Administration.SPConfigurationDatabase.get_Farm()
at Microsoft.SharePoint.Administration.SPFarm.FindLocal(SPFarm& farm, Boolean& isJoined)
at Microsoft.SharePoint.SPSite..ctor(String requestUrl)
at <StartupCode$FSI_0005>.$FSI_0005.main@()
Stopped due to error
>