I have a Sitecore-independent WCF service (external sitecore folder structure) in which I create new items in the main sitecore database. In doing so, I get configuration errors and a null database.
Below is the code, link to the sitecore.kernel directory and bin.




Exception Details:
{"Could not load file or assembly 'Sitecore.Kernel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.":"Sitecore.Kernel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null"}
Any help accessing Sitecore from outside the Sitecore folder structure.
source
share