Sitecore / autohaus

An open source demo site for Sitecore 7
47 stars 18 forks source link

src.lib references #8

Closed jondomin closed 11 years ago

jondomin commented 11 years ago

Hey guys,

I am getting the following error after even after I put Sitecore.Kernel in src.lib directory. This only is fixed if I put the Sitecore.Kernel.dll in the Autohaus.Web\bin folder. I think the problem may lie in the fact that Copy Local is set to false on the Sitecore.Kernel.dll reference.

Any ideas?

image

alexshyba commented 11 years ago

I believe this happens once if you have copy local = true, deploy, then change it to local=false, deploy. This nukes the dlls from the web root. Should not happen afterwards. Works on my machine (TM).