.net 使用installshield发布exe

.net 使用installshield发布exe,.net,vb.net,dll,plugins,vlc,.net,Vb.net,Dll,Plugins,Vlc,我用vb开发了我的应用程序,它运行得很顺利。 我现在必须将它发布到其他pc上使用。 如何获得一个工作的exe? 我曾经尝试过Visual Studio-其他项目-安装shield,但在它构建时 显示以下警告: Warning 1 -7235: InstallShield could not create the software identification tag because the Tag Creator ID setting in the General Information v

我用vb开发了我的应用程序,它运行得很顺利。 我现在必须将它发布到其他pc上使用。 如何获得一个工作的exe? 我曾经尝试过Visual Studio-其他项目-安装shield,但在它构建时 显示以下警告:

Warning 1   -7235: InstallShield could not create the software identification tag because the Tag Creator ID setting in the General Information view is empty.  ISEXP : warning : -7235: InstallShield could not create the software identification tag because the Tag Creator ID setting in the General Information view is empty.

Warning 2   -6245: One or more of the project's components contain .NET properties that require the .NET Framework.  It is recommended that the release include the .NET Framework. ISEXP : warning : -6245: One or more of the project's components contain .NET properties that require the .NET Framework.  It is recommended that the release include the .NET Framework.

Warning 3   -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component AxInterop.AXVLC.dll ISEXP : warning : -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component AxInterop.AXVLC.dll

Warning 4   -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component AxInterop.AXVLC.dll1    ISEXP : warning : -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component AxInterop.AXVLC.dll1

Warning 5   -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component Interop.AXVLC.dll   ISEXP : warning : -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component Interop.AXVLC.dll

Warning 6   -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component Interop.AXVLC.dll1  ISEXP : warning : -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component Interop.AXVLC.dll1

Warning 7   -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component SjCam_Remote.exe    ISEXP : warning : -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component SjCam_Remote.exe

Warning 8   -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component SjCam_Remote.exe1   ISEXP : warning : -6248: Could not find dependent file axvlc.dll, or one of its dependencies of component SjCam_Remote.exe1
该应用程序使用VLC插件。 该应用程序在maker pc中运行良好。 在其他pc中请求Vlc时阻塞。 net framework 4.5已安装

p、 如果我使用VisualStudioPublish函数,结果是相同的


如何解决此问题?

我在dropbox文件夹中添加了一个引用,但遇到了相同的问题。现在,引用仍保留在dropbox O:path中。我不得不手动从regedit中删除它的引用。交叉手指不会损坏Visual Studio引用。主要的问题是我用C写的VS使用了2个DLL。Interop.AXVLC和AxInterop.AXVLC都很糟糕


如果将生成模式更改为64位计算机,则可能会发生这种情况。事实上,今天我使用的VLC2.1.0部分实现了这一目的。

也许它告诉了你真相。你有那个dll的引用吗?老实说,我甚至不知道怎么做..:我以为它会自动完成。所以我可以告诉你,我必须阅读,并找出如何做到这一点。有什么建议吗?我刚查过。引用中未添加任何axvlc.dll。有两个vlc插件,它们是Interop.AXVLC.dll和AxInterop.AXVLC.dll。我试图手动添加axlc.dll,但无法加载..:/需要帮助!!对不起,我不知道解决方案,我不知道VLC,但看起来你至少现在知道问题是什么,没有参考。不过,看起来它是一个COM引用。如果VB.NET.Yep中有这样的东西,请尝试添加引用的COM选项卡。。COM参考。。就像我说的,VLC插件是被引用的。但它仍然需要axvlc.dll。如果我尝试手动添加它,它将不会加载..:谢谢你的帮助。。正在等待知道VLC插件的人。。