As Benjamin explains the type finder will look for any referenced assemblies, and in this case it seems like one of the assemblies in your installation has references to the Microsoft Enterprise library, which you have not installed. The assembly that causes this is most probably a third party assembly (e.g. one contained in a package that you have installed).
A quick workaround would be to add the Microsoft Enterprise library assemblies to your bin folder (you'll find these assemblies in NuGet)
Create / Visualize xslt error
When i am tring to create a new xslt or visualize existing xlst i am getting the following error -
What seems to be the problem?
It looks like this is the same issue as discussed here:
http://our.umbraco.org/forum/developers/xslt/27609-Referring-DotNetOpenAuthDLL-making-error-on-all-XSLTs?p=0#comment103328
As Benjamin explains the type finder will look for any referenced assemblies, and in this case it seems like one of the assemblies in your installation has references to the Microsoft Enterprise library, which you have not installed. The assembly that causes this is most probably a third party assembly (e.g. one contained in a package that you have installed).
A quick workaround would be to add the Microsoft Enterprise library assemblies to your bin folder (you'll find these assemblies in NuGet)
is working on a reply...