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.
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:Thereis 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.
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.
Thanks for the quick reply. I just used that project directly as i mentioned in my previous post. So Can you explained me where i am lacking? step by step would be highly appreciated.
Well - I believe Simple Search 4 uCommerce is a search module meant to be used in a Umbraco+uCommerce setup. Not Umbraco alone. It sounds to me like you're trying to implement some kind of search feature in Umbraco in general, right? - you will not achieve that with this module (maybe I am mistaken but that is what I get from your earlier posts?)
Don't really know if it does what you need (since I know nothing about MSE) but it seems like a better fit for what you were trying to achieve with Simple Search 4 uCommerce.
Error of UCommerce Assembly
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.
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.
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:
I'm gonna be honest - this is just a wild guess!
Are you trying to use the search package without having uCommerce modules installed??
Hi,
Thanks for the quick reply. I just used that project directly as i mentioned in my previous post. So Can you explained me where i am lacking? step by step would be highly appreciated.
Thanks,
Well - I believe Simple Search 4 uCommerce is a search module meant to be used in a Umbraco+uCommerce setup. Not Umbraco alone. It sounds to me like you're trying to implement some kind of search feature in Umbraco in general, right? - you will not achieve that with this module (maybe I am mistaken but that is what I get from your earlier posts?)
So do you know how do i use microsoft search express in umbraco for search?
I am sorry - I can not help you on that one unfortunately. I don't know much about Microsoft Search Express, or how to hook it up in Umbraco.
I would however suggest you look at Simple Search for Umbraco:
http://our.umbraco.org/projects/website-utilities/simple-search-for-umbraco
Don't really know if it does what you need (since I know nothing about MSE) but it seems like a better fit for what you were trying to achieve with Simple Search 4 uCommerce.
-Claus
is working on a reply...