Microsoft Word用のVSTOアドインを作成し、Webサーバーに展開しました。インストールは、問題なく実行されます。アプリケーションの更新版を作成してWebサーバーに再デプロイすると、アドインは新しいバージョンがあることを正しく検出し、更新を試みます。私は次のようなエラーに実行している場所です(「XXX」は、私が何かを検閲しなければならなかったことを示している)である:私は私のプロジェクトでは、ある種のローカル参照を残したかのようにVSTO ClickOnceアプリケーションがVisual Studioローカルファイル経由で更新しようとしていますか?
There was an error during installation
Name:
From: file:///C:/Users/Administrator/Documents/Visual Studio 2010/Projects/xxx/xxx/bin/Debug/xxx.vsto
The customization cannot be installed because another version is currently installed
and cannot be upgraded from this location. To install this version of the customization,
first use Add or Remove Programs to uninstall this program: xxx. Then install the new
customization from the following location:
file:///C:/Users/Administrator/Documents/Visual Studio 2010/Projects/xxx/xxx/bin/Debug/xxx.vsto
これは私には表示され、私はこの種のものを見つけることはできません。このファイルへの唯一の参照は、bin/Debugフォルダーに生成されたxxx.vbproj.FileListAbsolute.txtファイル内です。
これも手がかりですが、レジストリキーがVSTOプロジェクトマニフェストの場所としてこれを参照して追加されています。