ビュー:
動作:
移行または復元ジョブを実行するためにDocumentTool.exeを実行しようとすると、次のエラーが表示されます。

"Unhandled exception:System.IO.FileNotFoundException:ファイルまたはアセンブリ 'DocuWare.Generic, Version=7.7.0.0, Culter=neutral, PublicKeyToken=[]' またはその依存関係の1つをロードできませんでした。システムが指定されたファイルを見つけることができません。"

解決方法 :
この動作は、次の
手順を実行することによって修正できます。
  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.



  2. 次に、C:³ Files³DocuWare³Background Process Serviceにある「DocumentTool.exe.config」を開き、74 行目またはpublicKeyToken="b03f5f711d50a3a. "という値を探します。

  3. ここで、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
  4. 変更を保存し、DocumentTool.exeを再実行すると、エラーなしで実行されるはずです。

KBAは、オンプレミス 組織にのみ適用されます。

注意:この記事英語からの翻訳ですこの記事まれる情報オリジナルの英語版製品づくものです。翻訳版記事使用されている文法などには、細かいりがある場合があります。翻訳正確さを完全保証することは出来かねますがほとんどの場合、十分情報られるとわれます。万一、疑問じた場合、英語版記事えてごください