We had successfully installed the previous version in the GAC with an installer. Allowing Less to run at a server level.
However once we upgrade to the latest version we have run into some problems
it seems
JavaScriptEngineSwitcher.Msie, Version=1.1.11.0
Cannot run in the GAC for some reason,
It is dependent on ECMAScript which I have added to my installer, I needed to download the source for this, give it a StrongName and re comple.
I get a problem as soon as I add this
<section name="msie" type="JavaScriptEngineSwitcher.Msie.Configuration.MsieConfiguration, JavaScriptEngineSwitcher.Msie, Version=1.1.11.0, Culture=neutral, PublicKeyToken=C608B2A8CC9E4472" />
to <sectionGroup name="jsEngineSwitcher">
in the machine level web.conifg
with this in the local web.config I can move everything else to the web.config fine.
It is just moving this to the web.config that gives the error.
Are there any other dependancies ?
Comments: Hi Audrey, Thanks for your help again. It was a typo in a line of code again, waist so much time on something I have overlooked and checked again and again. The new version is running a treat now. I have added minification to Less and combine and minify javascript files, thanks. Trevor