开发者

clr hosting in c++- path of assemblies

hi i have created a c++ class to host .net4.0 assemblies in c++ applications. the application that loads my c++ dll is the snmp service and the exe search the .net assembly under the system32 folder. i have tried with 开发者_JAVA技巧m_spDefaultAppDomain->AppendPrivatePath(...) but without sucess, is it possible to do?


If the AppDomain has already been created, you can't change its private path AFAIK.

You can use an app.config file with the private probing path configuration element defined. Alternatively, you can sign your assemblies and store them in the GAC, so the CLR loader can find them regardless of the current directory.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜