我正在尝试为企业库6安装msmqdistributor服务,但得到了以下例外:
An exception occurred during the Install phase.
System.InvalidOperationException: Unable to get installer types in the C:\EntLib\MsmqDistributor.exe assembly.
The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..它正在寻找的请求类型?
提前感谢您的帮助!
发布于 2015-08-24 16:37:38
我自己解决了。希望这可能有助于其他想要使用MSMQ进行注销的人。
我重新下载了源代码,并使用批处理命令重新编译了整个企业库6,这产生了一个工作的msmqdistributor.exe。
请注意,我也重新编译了来自实验室解决方案的源代码,这是行不通的。
https://stackoverflow.com/questions/31565071
复制相似问题