Mageui.exe 中的 dll.manifest 上未指定入口点

发布于 2024-07-13 08:16:01 字数 148 浏览 3 评论 0原文

我正在尝试在 DLL 上使用 Visual Studio 2008 中包含的 MageUI.exe 来部署它。 当我尝试保存应用程序清单时,每次都会收到“文件页面 - 未指定入口点”消息。 如果我在“文件”选项卡上将 dll 设置为入口点,则它不是有效的入口点。 我缺少什么?

I am trying to use MageUI.exe included in Visual Studio 2008 on a DLL in order to deploy it. When I try to save the application manifest I got the "Files page - No entry point specified" message every time. If I set on the Files Tab a dll as Entry Point, it is not a valid Entry Point. What am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瞎闹 2024-07-20 08:16:01

您确定有有效的入口点吗? 通常入口点是static void Main(string[] a) {...},因此您希望针对包含运行 Main 的程序集或可执行文件的文件夹运行 Mage。 除非它是一个 COM dll,在这种情况下它会变得有点复杂......

Are you sure there's a valid entry point? Usually the entry point is static void Main(string[] a) {...} so you want to be running Mage against the folder that contains the assembly or executable that runs Main. Unless it's a COM dll in which case it gets a bit more complicated...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文