7/4/2025 4:29:49 AM
|
|
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!
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.
|
|
|
|
Could not load type Sage.SalesLogix.IUserOptionsService on Login to Saleslogix.
Posted: 13 Oct 09 11:16 AM
|
I just started getting this error on a development I was working on yesterday. Upon loading the site and going to the logon screen, I see:
--------------------------------------------------------------------------------
Could not load type 'Sage.SalesLogix.IUserOptionsService' from assembly 'Sage.SalesLogix, Version=7.5.1.1742, Culture=neutral, PublicKeyToken=null'.
Now, I'm not certain what has caused this issue. Last week I upgraded to all hotfixes available on the sage website and redeployed at that point, and did not experience any issues. However, now when I try to re-deploy I see this error.
Stack Trace is at the end of the message.
What's interesting is that it's mentioning an XML serializer, which would lead me to believe that the one instance of IUserOptionsService in Application.xml is the cause of the problem. However, in comparing with the previously deployed site I was not experiencing this error. I can't find the place that causes this issue. Sage.Platform.Application.Services.IUserOptionsService is referenced in app.xml, not sage.saleslogix.IUserOptionsService
Has anyone seen this issue, and can offer me any suggestions?
Thanks! Brian
Stack Trace:
[TypeLoadException: Could not load type 'Sage.SalesLogix.IUserOptionsService' from assembly 'Sage.SalesLogix, Version=7.5.1.1742, Culture=neutral, PublicKeyToken=null'.] 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) +78 System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +58 System.Type.GetType(String typeName) +48 Sage.Platform.Configuration.TypeConfiguration.set_TypeName(String value) +63 Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderWebApplicationConfiguration.Read6_ServiceConfiguration(Boolean isNullable, Boolean checkType) +314 Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderWebApplicationConfiguration.Read15_WebApplicationConfiguration(Boolean isNullable, Boolean checkType) +2487 Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderWebApplicationConfiguration.Read16_WebApplication() +76
[InvalidOperationException: There is an error in XML document (21, 14).] System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) +637 System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle) +32 System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) +163 Sage.Platform.Configuration.XmlConfigurationProvider.Deserialize(IConfigurationTypeInfo typeContext, IRawData[] rawData) +110 Sage.Platform.Configuration.XmlConfigurationProvider.Sage.Platform.Configuration.IConfigurationProvider.Deserialize(IConfigurationTypeInfo typeContext, IRawData[] rawData) +9 Sage.Platform.Configuration.FileConfigurationSource.LoadConfiguration(IConfigurationTypeInfo typeContext, IConfigurationProvider provider, String configPath) +399 Sage.Platform.Configuration.FileConfigurationSource.Sage.Platform.Configuration.IConfigurationSource.LoadConfiguration(IConfigurationTypeInfo typeContext, IConfigurationProvider provider, String configPath) +13 Sage.Platform.Configuration.ConfigurationManager.GetInstance(Type configType, String configPath, Boolean appendToPolicies) +329 Sage.Platform.Configuration.ConfigurationManager.GetInstance(String configPath, Boolean appendToPolicies) +70 Sage.Platform.Application.UI.Web.AppManagerModule.InitRootWorkItem() +38 Sage.Platform.Application.UI.Web.AppManagerModule.AppContext_AcquireRequestState(Object sender, EventArgs e) +82 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
|
|
|
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!
|
|
|
|
|
|
|
|