1

我正在运行为 .NET SDK RocketMQ 提供的演示示例。https://help.aliyun.com/document_detail/29561.html?spm=5176.doc29561.3.3.nIAzgT

但它抛出了以下异常。

An unhandled exception of type 'System.TypeInitializationException' 

Additional information: The type initializer for 'ons.ONSClient4CPPPINVOKE' threw an exception.

我没有得到任何解决方案。任何人都可以为异常提供解决方案。

4

1 回答 1

0

确保 bin 文件夹中的 ONSClient4CPP.dll 和 ONSClient4CPP.lib 以及 vc++ 2015 已安装。

于 2020-06-24T10:10:08.037 回答