In this project there are two user controls and one .dll file and one is package (xml file). I copied user controls in umbraco/usercontrol and .dll and package in bin
folder. Now in umbraco, when i am using this user controls by making macro element and use in page, It renders the user control. (In User control one Textbox and
one Button). but while i am clicking th search button below error comes.
Server Error in '/' Application.
Could not load file or assembly 'UCommerce, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system
cannot find the file specified.
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.IO.FileNotFoundException: Could not load file or assembly 'UCommerce,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its
dependencies. The system cannot find the file specified.
Source
Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Assembly Load Trace: The following
information can be helpful to determine why the assembly 'UCommerce,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' could not be
loaded.
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
I don't know how to resolve this. Replies will be appreciated.
Simple Search 4 UCommerce, is not used for searching Umbraco but for searching products and categories in UCommerce . You get this error because you don´t have uCommerce installed.
Error of assembly
Got below error.
could not find assembly 'UCommerce, version=1.0.0, Culture=netural,Publickey Token=null' or one of its dependencies.
Also giving information that Assembly binding logging is turned OFF.
Please reply as earliest.
Thanks.
What were you trying to do when this error occured? - would be nice with a bit more info.
-Claus
Sure.
My requirement is to make functionality of search in umbraco using Microsoft search express. Well, when visiting
http://our.umbraco.org/projects/tag/search i found ready made search project in Umbraco named Simple "Search 4 ucommerce"
In this project there are two user controls and one .dll file and one is package (xml file). I copied user controls in umbraco/usercontrol and .dll and package in bin
folder. Now in umbraco, when i am using this user controls by making macro element and use in page, It renders the user control. (In User control one Textbox and
one Button). but while i am clicking th search button below error comes.
Server Error in '/' Application.
Could not load file or assembly 'UCommerce, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'UCommerce, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'UCommerce, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
I don't know how to resolve this. Replies will be appreciated.
Hi Viral,
Simple Search 4 UCommerce, is not used for searching Umbraco but for searching products and categories in UCommerce . You get this error because you don´t have uCommerce installed.
Best regards
René
is working on a reply...