動作:
移行または復元ジョブを実行するためにDocumentTool.exeを実行しようとすると、次のエラーが表示されます。
"Unhandled exception:System.IO.FileNotFoundException:ファイルまたはアセンブリ 'DocuWare.Generic, Version=7.7.0.0, Culter=neutral, PublicKeyToken=[]' またはその依存関係の1つをロードできませんでした。システムが指定されたファイルを見つけることができません。"
解決方法 :
この動作は、次の 手順を実行することによって修正できます。
移行または復元ジョブを実行するためにDocumentTool.exeを実行しようとすると、次のエラーが表示されます。
"Unhandled exception:System.IO.FileNotFoundException:ファイルまたはアセンブリ 'DocuWare.Generic, Version=7.7.0.0, Culter=neutral, PublicKeyToken=[]' またはその依存関係の1つをロードできませんでした。システムが指定されたファイルを見つけることができません。"
解決方法 :
この動作は、次の 手順を実行することによって修正できます。
- Browse out toC:♪Program Files (x86)♪DocuWare ♪Setup Components, find and copy the "DocuWare.Generic.dll" file, and paste it toC:♪Program Files/DocuWare ♪Background Process Service, C:♪Program Files/DocuWare ♪Setup Components, and Co.
- 次に、C:³ Files³DocuWare³Background Process Serviceにある「DocumentTool.exe.config」を開き、74 行目またはpublicKeyToken="b03f5f711d50a3a. "という値を探します。
- ここで、newVersion の 値を4.0.6.0から4.0.4.1に変更して、次のようにします。
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <distributed="b03f5f711d50a3a."> <distributed="b03f5f711d50a3a. v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.4.1" />
</dependentAssembly>
</assemblyBinding></dependentAssembly - 変更を保存し、DocumentTool.exeを再実行すると、エラーなしで実行されるはずです。
KBAは、オンプレミス 組織にのみ適用されます。
ご注意:この記事は英語からの翻訳です。この記事に含まれる情報は、オリジナルの英語版製品に基づくものです。翻訳版の記事で使用されている文法などには、細かい誤りがある場合があります。翻訳の正確さを完全に保証することは出来かねますが、ほとんどの場合、十分な情報が得られると思われます。万が一、疑問が生じた場合は、英語版の記事に切り替えてご覧ください。