15. March 2018 09:43
/
Jeff
/
/
Comments (0)
If you like me, always turn on the detailed build output verbosity, you must know the output information is bit too much. Now with VSColorOutput, it becomes quite easy to focus on the more important things.
What is it?
VSColorOutput can change the color of a line emitted to the output window based on specified rules. The rules consist of regular expressions. Rules map to classifications which in turn map to colors. (More information)

The default patterns will color build errors in red, warnings in yellow/gold and successfull build messages in green.
https://marketplace.visualstudio.com/items?itemName=MikeWard-AnnArbor.VSColorOutput
42a44023-3ed4-4d3c-8ec1-3cd06a3bedef|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