Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, August 18, 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: Problem with Entity 1:1 (Table Extension) - Method X in type 'Sage.SalesLogix.Activity.Y' from assembly 'Sage.SalesLogix.Activity, Version=7.2.0.1501, Culture=neutral, PublicKeyToken=null' does not have an implementation.
orodriguez
Posts: 26
 
Problem with Entity 1:1 (Table Extension) - Method X in type 'Sage.SalesLogix.Activity.Y' from assembly 'Sage.SalesLogix.Activity, Version=7.2.0.1501, Culture=neutral, PublicKeyToken=null' does not have an implementation. Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 27 Mar 09 12:48 AM
Hi Guys!

I need a hand.
I follow the steps posted it in: http://www.slxdeveloper.com/forum.aspx?forumid=4002&postid=14366#14366 (adding toolbar button to save contents of tab) to create a tab form based in table extension, but i get a error after put my username and password in login page.

The complete error message is:

Server Error in '/SlxClient' Application.
--------------------------------------------------------------------------------

Method 'get_Chistoryext' in type 'Sage.SalesLogix.Activity.History' from assembly 'Sage.SalesLogix.Activity, Version=7.2.0.1501, Culture=neutral, PublicKeyToken=null' does not have an implementation.
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.TypeLoadException: Method 'get_Chistoryext' in type 'Sage.SalesLogix.Activity.History' from assembly 'Sage.SalesLogix.Activity, Version=7.2.0.1501, Culture=neutral, PublicKeyToken=null' does not have an implementation.

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.

Stack Trace:


[TypeLoadException: Method 'get_Chistoryext' in type 'Sage.SalesLogix.Activity.History' from assembly 'Sage.SalesLogix.Activity, Version=7.2.0.1501, Culture=neutral, PublicKeyToken=null' does not have an implementation.]
System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0
System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +72
System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +58
System.Type.GetType(String typeName) +48
NHibernate.Util.ReflectHelper.TypeFromAssembly(AssemblyQualifiedTypeName name, Boolean throwOnError) +384
NHibernate.Cfg.HbmBinder.ClassForFullNameChecked(String fullName, String errorMessage) +55

[MappingException: persistent class Sage.SalesLogix.Activity.History, Sage.SalesLogix.Activity not found]
NHibernate.Cfg.HbmBinder.ClassForFullNameChecked(String fullName, String errorMessage) +105
NHibernate.Cfg.HbmBinder.BindClass(XmlNode node, PersistentClass model, Mappings mappings) +109
NHibernate.Cfg.HbmBinder.BindRootClass(XmlNode node, RootClass model, Mappings mappings) +50
NHibernate.Cfg.HbmBinder.BindRoot(XmlDocument doc, Mappings mappings) +392
NHibernate.Cfg.Configuration.AddValidatedDocument(XmlDocument doc, String name) +55

[MappingException: Could not compile the mapping document: Sage.SalesLogix.Activity.History.hbm.xml]
NHibernate.Cfg.Configuration.LogAndThrow(MappingException me) +38
NHibernate.Cfg.Configuration.AddValidatedDocument(XmlDocument doc, String name) +121
NHibernate.Cfg.Configuration.AddInputStream(Stream xmlInputStream, String name) +115
NHibernate.Cfg.Configuration.AddResource(String path, Assembly assembly) +177
NHibernate.Cfg.Configuration.AddResources(Assembly assembly, IList resources, Boolean skipOrdering) +155
NHibernate.Cfg.Configuration.AddAssembly(String assemblyName) +145
Sage.Platform.Data.HibernateConfiguration.GetNHibernateConfiguration() +278
Sage.Platform.Framework.SessionFactoryHolder.GetSessionFactory() +318
Sage.Platform.Framework.SessionFactoryHolder.CreateScopeSession() +23
Sage.Platform.Framework.SessionFactoryHolder.CreateSession() +29
Sage.Platform.Orm.SessionScopeWrapper..ctor(Boolean createNewScope) +78
Sage.Platform.Orm.SessionScopeWrapper..ctor() +7
Sage.SalesLogix.Web.SLXMembershipProvider.ValidateUser(String username, String password) +284
System.Web.UI.WebControls.Login.OnAuthenticate(AuthenticateEventArgs e) +160
System.Web.UI.WebControls.Login.AttemptLogin() +105
System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +99
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +163
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42


Can anyone help me please?

Thanks of advance.
[Reply][Quote]
orodriguez
Posts: 26
 
Re: Problem with Entity 1:1 (Table Extension) - Method X in type 'Sage.SalesLogix.Activity.Y' from assembly 'Sage.SalesLogix.Activity, Version=7.2.0.1501, Culture=neutral, PublicKeyToken=null' does not have an implementation. Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 01 Apr 09 10:40 AM
Testing, I discovered that the problem only occurs with entities into "SalesLogix Activity Support" Package.

Any help would be Welcome!
[Reply][Quote]
Mark Dykun
Posts: 297
 
Re: Problem with Entity 1:1 (Table Extension) - Method X in type 'Sage.SalesLogix.Activity.Y' from assembly 'Sage.SalesLogix.Activity, Version=7.2.0.1501, Culture=neutral, PublicKeyToken=null' does not have an implementation. Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 01 Apr 09 5:17 PM
Activity is not as extensible as the other entities. I would say you will have to look at another way of adding your relationships.

Mark
[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): 8/18/2025 7:47:55 PM