I am trying to integrate your great package into a CMS system that gets deployed via the GAC to many websites running on the same server.
Primarily I want to use the .less features with Bootstrap although I am sure other areas will prove useful.
I am installed the various assemblies in the GAC and that seems to be OK.
I have setup the various config changes in the machine level web.config
I cannot seem to make the installed assemblies accessible in the web project project.
It seems to work fine when I install the assemblies via NuGet directly to the project.
Have you ever deployed this as a server level installer to make it available to all projects ?
Comments: I have finally got this working thanks for your help. I had a couple of small errors in the updates to the machine level config files. I now have an installer project that adds the required files to the GAC and updates both the 32 and 64bit machine level web.config files. Would you like this added to your repository or added as a spin-off project ? At the moment it only targets the .less functionality but I imagine it could become the base for a broader scope machine installer.
Primarily I want to use the .less features with Bootstrap although I am sure other areas will prove useful.
I am installed the various assemblies in the GAC and that seems to be OK.
I have setup the various config changes in the machine level web.config
I cannot seem to make the installed assemblies accessible in the web project project.
It seems to work fine when I install the assemblies via NuGet directly to the project.
Have you ever deployed this as a server level installer to make it available to all projects ?
Comments: I have finally got this working thanks for your help. I had a couple of small errors in the updates to the machine level config files. I now have an installer project that adds the required files to the GAC and updates both the 32 and 64bit machine level web.config files. Would you like this added to your repository or added as a spin-off project ? At the moment it only targets the .less functionality but I imagine it could become the base for a broader scope machine installer.