从对象调用方法时出现ModuleLoadException

时间:2017-07-10 13:40:00

标签: c# c++

从dll类中调用任何方法时都会出现以下异常

 LateConnector.Connector obj = new LateConnector.Connector();
 obj.Connect();

我的异常是

[ModuleLoadException: The C++ module failed to load while attempting to initialize the default appdomain.
]
   <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* ) +170
   .cctor() +28

我已经尝试了 useLegacyV2RuntimeActivationPolicy ,但没有用。

这个dll在一个类库中,我从一个mvc应用程序访问它 我的申请是在.net 4.0

0 个答案:

没有答案