We've been looking for something exactly like this for a long time - really excited about this package, but am having install trouble.
On my local 4.11, I'm getting
Could not load file or assembly 'BundleTransformer.Core, Version=1.6.26.0, Culture=neutral, PublicKeyToken=973c344c93aac60d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
On my dev 4.7, I'm getting
</system.web.webPages.razor>
Line 244: <!-- End of added in Umbraco 4.6.2 -->
Line 245: <bundleTransformer xmlns="http://tempuri.org/BundleTransformer.Configuration.xsd">
Line 246: <core>
Line 247: <css>
Any thoughts? Is this only compatible with 6.0+, or what else? Thanks so much for effort on this!
I can do that. In the meantime, this is what was added to web.config on my 4.7. Does it look right? It would be awesome if it could run on 4.7, as that's what we have on the production install that I really would like to install this on. But maybe that can wait until after a whole bunch of other people realize how awesome it is and install it and vote it up, right? :)
By the way, that change to the web.config brought down my whole site, so that's partly why I posted it in here, because removing that piece did bring my 4.11 installation back up fine.
Oh also there is a mismatch between versions of BundleTransformer.Core.dll, I think the CWS.Sassy.dll is built against v1.6.26.0 but the packaged dll is v1.6.28.0
By the way, gents, (and if anyone else is anxious to get their hands on this project while waiting for Optimus), a fresh install of 6.0.6 + @jeavon's two fixes in web.config took care of it. Which is great.
Sassy For Umbraco Installation Problems
We've been looking for something exactly like this for a long time - really excited about this package, but am having install trouble.
On my local 4.11, I'm getting
On my dev 4.7, I'm getting
Any thoughts? Is this only compatible with 6.0+, or what else? Thanks so much for effort on this!
Hello Brenton,
I am not sure what would be causing this issue. Please could you try it on a new Umbraco 6.1.1. install and let me know if that works.
Thanks,
Warren :)
I can do that. In the meantime, this is what was added to web.config on my 4.7. Does it look right? It would be awesome if it could run on 4.7, as that's what we have on the production install that I really would like to install this on. But maybe that can wait until after a whole bunch of other people realize how awesome it is and install it and vote it up, right? :)
By the way, that change to the web.config brought down my whole site, so that's partly why I posted it in here, because removing that piece did bring my 4.11 installation back up fine.
Hmm I am not sure I will try and look to see if I can get it to work with 4.xx
Only problem is that the installer is not adding the sectionGroup to web.config. It should add:
Before the </configSections>
Oh also there is a mismatch between versions of BundleTransformer.Core.dll, I think the CWS.Sassy.dll is built against v1.6.26.0 but the packaged dll is v1.6.28.0
Thanks Jeavon for the debugging, I will take a look when I get in tonight to double check the package action stuff & the BundleTransformer DLL stuff
Cheers,
Warren :)
No worries, quick fix is to add this assembly binding redirect within assemblyBinding element of web.config
By the way, gents, (and if anyone else is anxious to get their hands on this project while waiting for Optimus), a fresh install of 6.0.6 + @jeavon's two fixes in web.config took care of it. Which is great.
Yes I can confirm this is working to in 6.2.0.
is working on a reply...