打包問題--在線等待.
按照VS2003的安裝向導,我在制作安裝程序時,做完所有步驟,出現如下的提示:
The following files may have dependencies that cannot determined automaticaly.
please confirm that all dependencies have been added to the project.
c:\winnt\system32\flash\flash.ocx
我已經把flash.ocx加入了工程了.
但是可以打包.到別的機器上也能安裝.只是在啟動程序時出錯.啟動不了.提示如下:
Application has generated an exception that could not be handled.
process id=0xlec(492),thread id=0x464(1124).
click ok to terminate the application
click cancel to debug the application.
如果不引用flash.ocx,就不會出錯.
不知道你們誰碰到類似的問題,怎么解決啊?