0

Enterprise Library 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..

それが探しているタイプを要求しましたか?

事前に助けてくれてありがとう!

4

1 に答える 1

1

私はそれを自分で解決しました。これが、ログアウトに MSMQ を使用したいと考えている他の人々の助けになることを願っています。

ソース コードを再度ダウンロードし、バッチ コマンドを使用して Enterprise Library 6 全体を再コンパイルしました。これにより、動作する msmqdistributor.exe が生成されました。

LAB ソリューションのソース コードも再コンパイルしましたが、うまくいきませんでした。

于 2015-08-24T16:37:38.267 に答える