Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, February 22, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: NHibernate error in customer portal SLX 7.2.2
Ismael Gonzalez
Posts: 56
 
NHibernate error in customer portal SLX 7.2.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Mar 08 6:27 PM
In my customer portal when I log in and at the Ticket List for my user, whenever I click on a Ticket link i get this error:

Could not load file or assembly 'NHibernate, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Which appears to be coming in from this line of code:
Line 99: object current = Sage.Platform.EntityFactory.Create();

I also get a similir error after I click on the New Ticket button.

Does anyone know what can be causing this?

I have saleslogix v7.2.2
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: NHibernate error in customer portal SLX 7.2.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Mar 08 6:38 PM
But you can create other entities? Such as contacts, accounts, etc?

Is there anything else in the event logs that provide any additional detail?
[Reply][Quote]
Ismael Gonzalez
Posts: 56
 
Re: NHibernate error in customer portal SLX 7.2.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Mar 08 6:42 PM
this is the customer portal, i only have access to tickets, but I made some modifications where through the web portal you can create a new account and contact so this new contact can log in and view/add tickets
[Reply][Quote]
Nicolas Galler
Posts: 93
 
Re: NHibernate error in customer portal SLX 7.2.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Mar 08 12:00 PM
Hi, I had this same problem which turned out to be caused by not upgrading the web.config file properly. Check your web.config and make sure it has a section looking like this:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="NHibernate" culture="neutral" publicKeyToken="aa95f207798dfdb4"/>
<bindingRedirect oldVersion="1.2.0.4000"
newVersion="1.2.1.4000"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

[Reply][Quote]
Ismael Gonzalez
Posts: 56
 
Re: NHibernate error in customer portal SLX 7.2.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Apr 08 6:47 PM
I added in the code and it did not work, I'm probably going to have to rebuild my customer portal.
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 2/22/2025 8:45:05 AM