无法加载一种或多种请求的类型。检索 LoaderExceptions 属性以获取更多信息

发布于 2024-10-24 01:29:48 字数 277 浏览 4 评论 0原文

我有一个包含 47 个项目的解决方案。有一个安装程序项目会生成 setup.exe 文件和 msi 文件。直到今天,运行 setup.exe 将安装 Windows 服务,没有任何问题。现在我收到错误:

无法加载一个或多个 请求的类型。检索 LoaderExceptions 属性了解更多 信息。

经过一番谷歌搜索后,我似乎确实对不是最新的项目进行了清理/重建。我怎样才能看到它是哪一个?如何查看 LoaderExceptions 属性?

I have a solution that consists of 47 projects. There is an installer project that generates a setup.exe file and an msi-file. Running the setup.exe would install the Windows Service without any problem until today. Now I get the error:

Unable to load one or more of the
requested types. Retrieve the
LoaderExceptions property for more
information.

After googling a bit, it seems that I have do do a clean/rebuild on the project that is not up to date. How do I see which it is? How can I see the LoaderExceptions property?

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

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

发布评论

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

评论(1

深海少女心 2024-10-31 01:29:48

您可以查看融合日志:转到 Visual Studio 命令行并运行 fuslogvw.exe。打开日志记录,然后重新运行安装程序。您应该看到运行时无法加载的模块。

这与 LoaderExceptions 的信息相同。

You can look at the fusion logs : go to the Visual Studio command line and run fuslogvw.exe. Turn logging on, and then re-run the setup. You should see the modules that the runtime can't load.

This is the same information as the LoaderExceptions.

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