I agree it is unfortunate but it isn't really an XSLTsearch issue. It has to do with the way Umbraco 4.6 implements the app_code xslt extension handler. Hopefully it will be resolved in a future release of umbraco.
Until then, you can either update the web.config (no mvc needed) or you can install mvc or you can copy the appropriate dll as described in the forum thread you referenced above.
Why 3.0 need to install mvc? I think this is a bug.
I think this is a bug.
Hi Sun
Could you perhaps make a bit more thorough explanation of this error? When does it say you need MVC 3 to install it?
/Jan
Please see following topic:
http://our.umbraco.org/projects/website-utilities/xsltsearch/xsltsearch-bugs/16139-Error-when-saving-XSLT-file-in-Umbraco-46-beta?p=0
Hi, Sun,
I agree it is unfortunate but it isn't really an XSLTsearch issue. It has to do with the way Umbraco 4.6 implements the app_code xslt extension handler. Hopefully it will be resolved in a future release of umbraco.
Until then, you can either update the web.config (no mvc needed) or you can install mvc or you can copy the appropriate dll as described in the forum thread you referenced above.
cheers,
doug.
What exactly needs to be changed in web.config to run without mvc?
This core Umbraco issue will be resolved with Umbraco 4.6.2.
Until then you can copy the System.Web.Mvc.dll from an MVC download directly to the /bin folder.
This may also help if you don't have MVC 3 installed:
<configuration>
</configuration>
cheers,
doug.
hmmm, tried the above change to web.config.
Still getting "Error parsing XSLT file: \xslt\XSLTsearch.xslt" though.
Could someone upload the System.Web.Mvc.dll somewhere for us mac folks to download?
Ok, so i found this file
http://code.google.com/p/nhaml/source/browse/trunk/lib/MVC2.0/System.Web.Mvc.dll?r=439
downloaded it, and copied it to the bin directory, and search now works
Thanks for sharing that link!
When Umbraco 4.6.2 is released there won't be a need for the mvc dll.
cheers,
doug.
is working on a reply...