我正在嘗試使用Visual Studio 2015作為圖像處理項目來創(chuàng)建安裝項目。在我的項目中,主要使用的庫是Aforge和emug cv庫。將項目制作為安裝文件期間的項目輸出檢測到的依賴項是安裝我的安裝項目后的安裝文件夾使其成為安裝程序項目之前的主項目正常運行,沒有任何異常,但在將其轉(zhuǎn)換為安裝程序項目后,此異常被觸發(fā)這意味著emug cv庫未在輸出目錄中建立,或者主要問題是什么!
1 回答

明月笑刀無情
TA貢獻1828條經(jīng)驗 獲得超4個贊
我為我的問題找到了解決方案。
解決方案是:
在執(zhí)行任何操作之前,必須首先注冊所有使用的匯編文件(DLLS)。
按著這些次序:
1.After adding the "Setup Project" to the solution,
2.Right-click on the "Setup Project", go on "Add" then click "Assembly" then
3.Browse for all the used assembly files (DLLS) and add them to the "Setup
Project" then
4.After adding the assemblies files, right-click on them in "Solution
Explorer" and click "Properties" then in the properties of DLLS
5.Set the "Register" property to "vsdraCOM".
- 1 回答
- 0 關(guān)注
- 178 瀏覽
添加回答
舉報
0/150
提交
取消