10-11-2013 06:48 AM
Hi,
I'm trying to open slx 8 under visual studio 2012 without success. I got this exception "
Could not load file or assembly 'SLXCustomControls'".
The line "HierarchicalRuntime.Instance.Initialize();" in the global.cs triggers this excpetion.
What I miss ?
if you need more details let me know...
Thanks.
10-25-2013 07:38 AM
It looks like your project is referencing a custom dll that does not exist in your deployment folder. If a vfs and custom functionality was provided for you it may be an external reference. I dont ever recall SLXCustomControls.dll being part of any core distrbution.
Mark
10-28-2013 02:19 AM - edited 10-28-2013 02:22 AM
Hi,
I completly deleted the website folder et made a full deploy but the problem is still present. (I deployed the original vfs)