Could not load file or assembly 'uComponents' or one of its dependencies.
I am running a v4.0 version of Umbraco and trying to get uComponents working on it.
So far I have set up a solution with Umbraco and a Web App Project. The Web App has a reference to uComponents (which I downloaded, unzipped and renamed from codeplex).
I build the project into the bin folder and when I try to hit the back office log in I get the error in the title.
When I delete uComponents.dll Umbraco is happy again.
Here is an extract of the error as shown by fusion log
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/Temporary ASP.NET Files/root/95666709/baf17f6f/uComponents.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/Temporary ASP.NET Files/root/95666709/baf17f6f/uComponents/uComponents.DLL.
LOG: Attempting download of new URL file:///D:/Repository/myproject/trunk/src/www.myproject.co.uk/bin/uComponents.DLL. WRN: Comparing the assembly name resulted in the mismatch: NAME
ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.
Could not load file or assembly 'uComponents' or one of its dependencies.
I am running a v4.0 version of Umbraco and trying to get uComponents working on it.
So far I have set up a solution with Umbraco and a Web App Project. The Web App has a reference to uComponents (which I downloaded, unzipped and renamed from codeplex).
I build the project into the bin folder and when I try to hit the back office log in I get the error in the title.
When I delete uComponents.dll Umbraco is happy again.
Can anyone help please?
Here is an extract of the error as shown by fusion log
OK turns out I was being daft, I had called the dll uComponents.dll instead of uComponents.Core.dll.
The world is a happy place again.
Hi Brendan,
Just checking... you have uComponents running against an Umbraco v4.0.x install? If so... interesting! :-)
Cheers, Lee.
Nope. Just trying to get uQuery running against an older version of the XML schema (pre v4.5), gave up after you let me know uQuery didn't support it.
I was able to get the dll copied in to the Umbraco folder but the install didn't work as it fell over on some loading Umbraco UI component.
B
is working on a reply...