当我在客户端机器上部署锐器时,我面临一些问题,如果有人能帮我的话,我真的同意了。配置如下
一旦我查看错误日志,发现“初始化Nativebridge失败”的错误正在发生,这是一个非常棒的库工作,就像Dev环境中的魅力一样。
机器Config 错误日志
发布于 2016-08-08 05:21:43
终于..。我为我所面临的问题找到了一份工作:)。
1. Made the sharpshell, servermanager projects etc to x64 compactable, just Changed the target frame work to x64 and rebuilt.
2. Replace the sharpshell dll reference with the above in my project.
3. Added files "SharpShellNativeBridge32.dll" and "SharpShellNativeBridge64.dll" to the working folder of my project.
是的,这对我的案子来说已经足够了,就像后来的魅力一样。
https://stackoverflow.com/questions/38778205
复制相似问题