ms-accessビューまたはSharePointワークスペースで作業できないSharePointユーザー用のトレイウィンドウアプリケーションが必要です...(このプログラムは、カスタムアラートで担当者に警告する必要があり、エンドユーザー用にカスタマイズされた小さなユーザーインターフェイスを望んでいます.)
この記事とこの記事を使用して、このソリューションの実現可能性のための簡単なコードを作成します。しかし、ビルド後、このクライアント側アプリケーションはその開発サーバーでのみ動作するようです。
Windows 7 で試してみたところ、以下のリストのような dll が 24 回必要になりました。
Microsoft.BusinessData.dll
Microsoft.HtmlTrans.Interface.dll
Microsoft.IdentityModel.dll
Microsoft.Internal.Mime.dll
Microsoft.SharePoint.AdministrationOperation.dll
Microsoft.SharePoint.Client.dll
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.ServerRuntime.dll
Microsoft.SharePoint.Diagnostics.dll
Microsoft.SharePoint.dll
Microsoft.SharePoint.Dsp.dll
Microsoft.SharePoint.Library.dll
Microsoft.SharePoint.PowerShell.dll
Microsoft.Sharepoint.Sandbox.dll
Microsoft.SharePoint.Search.dll
Microsoft.SharePoint.Security.dll
Microsoft.SharePoint.xml
Microsoft.Web.Administration.dll
Microsoft.Web.CommandUI.dll
Microsoft.Web.Design.Server.dll
まだ別のdllがあります。
Microsoft.sharepoint.intl.dll
Microsoft.SharePoint.CoreResource
その 'Microsoft.SharePoint.CoreResource は Windows 2008 sharepoint 2010 開発サーバーには存在しません。
これが標準的な展開方法ではないことはわかっています。クライアントに展開して開発する標準的な方法について、より簡単に理解したいと思います。
サーバーにsharepoint 2010 64ビットが必要であることはわかっていますが、クライアントはWindows 7 32-btです。これは私の問題ですか?