문제

I have findout ChilkatDotNet2.dll library is located in sitecore bin folder and can't be load in case if enabled 32-bit app support in app pool. I removed this library and it seem like web site is working fine. Is it necessary for Sitecore to have it?

도움이 되었습니까?

해결책

The library might have been installed on your Sitecore instance with a module (I believe the Email Campaign Manager uses it). If that's the case, the module installation files probably contain both a 32-bit and a 64-bit version and it would be up to you to use the correct one for your system.

다른 팁

That library is not part of the libraries that ship with Sitecore.

So removing it won't have any effect on Sitecore, but may have on custom parts of your application.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top