从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