31. August 2018 17:43
/
Jeff
/
/
Comments (0)
Installed a fresh new Sitecore 9 environment, and trying to connection Sitecore via Sitecore Rocks. But, surprisingly, hit a connection error:

Checked the following permission things:
- The app pool identity has permission to website folder
- Visual Studio is running under Administrator
No resolved, until I found this article http://www.rockpapersitecore.com/2017/10/sitecore-rocks-with-sitecore-9/. Due to some security changes with Sitecore 9, Rocks will have a problem connecting to the instance. The solution is quite simple, just add the following config to web.config:
<location path="sitecore/admin">
<system.web>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
</system.web>
</location>
Now it works!

1f0b9247-f5f6-49b2-a9fe-d2eb34ca464e|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
12. March 2018 15:45
/
Jeff
/
/
Comments (0)
Issue
In a recent job, I need to spin up a vm box and install Sitecore 8.1.3 environment with existing deployed code. When everything is done, start the website, an error displays:
Server Error in '/' Application.
Could not load file or assembly 'ChilkatDotNet45.DLL' or one of its dependencies. The specified module could not be found.
Investigation
It turns out that EXM has dependencies on the Chilkat dot assembly, and it requires Visual C++ 2012 (x64) rumtime. As the version is so old, it's not installed.
Resolution
Download and install Visual C++ 2012 Redistributable (x64) fixes the issue. With Sitecore 9, it would be Visual C++ 2015 Redistributable (x64)
3ce949b2-6727-4c7b-a677-1607dd2fb709|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
23. December 2015 02:51
/
Jeff
/
/
Comments (0)
https://kb.sitecore.net/articles/638569
15574809-35a3-4b1f-872c-7ca23a95da0c|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04