New error after 1.4...
 
Notifications
Clear all

New error after 1.4.7 upgrade

6 Posts
4 Users
0 Reactions
2,181 Views
Posts: 27
Topic starter
(@mojoekita)
Eminent Member
Joined: 8 years ago

Hi there

I hope someone can help me. I used the auto update script to update to version 1.4.7 which ran successfully but after the upgrade was complete I was still getting the XML error. When I investigate my web.config file it seems none of the lines were changed in the file. I then followed the manual fix steps and updated the web.config file and now I am getting the error below. Please advise what could be the problem.

thanks
##########
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: There is an error in the XML document. ---> System.IO.FileLoadException: Could not load file or assembly 'SolidCP.Providers.Base, Version=1.4.6.0, Culture=neutral, PublicKeyToken=da8782a6fc4d0081' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
at System.Type.GetType(String typeName, Boolean throwOnError)
at System.Data.SerializationConfig..ctor()
at System.Data.SerializationConfig.EnsureInitialized()
at System.Data.SerializationConfig.IsTypeAllowed(Type type)
at System.Data.TypeLimiter.Scope.IsAllowedType(Type type)
at System.Data.TypeLimiter.EnsureTypeIsAllowed(Type type, TypeLimiter capturedLimiter)
at System.Data.DataColumn.UpdateColumnType(Type type, StorageType typeCode)
at System.Data.DataColumn.set_DataType(Type value)
at System.Data.XSDSchema.SetProperties(Object instance, XmlAttribute[] attrs)
at System.Data.XSDSchema.HandleElementColumn(XmlSchemaElement elem, DataTable table, Boolean isBase)

#######

5 Replies
Posts: 1488
Admin
(@trobinson)
Noble Member
Joined: 9 years ago

Hello,

Please ensure that you have changed the web.config line you added from 1.4.6 to 1.4.7.

Regards,

Trevor

Reply
Posts: 27
Topic starter
(@mojoekita)
Eminent Member
Joined: 8 years ago

Thanks Trevor

I saw the error of my ways last night.

Reply
Posts: 1
(@wmichalski)
New Member
Joined: 8 years ago

Hi,

It`s an error in installer zip file ver 1.4.7

installer.solidcp.com/Files/stable/SolidCP-Portal.zip

In web.config

Is

<add type="SolidCP.Providers.ResultObjects.HeliconApeStatus, SolidCP.Providers.Base, Version=1.4.6.0, Culture=neutral, PublicKeyToken=da8782a6fc4d0081" />

should be:

<add type="SolidCP.Providers.ResultObjects.HeliconApeStatus, SolidCP.Providers.Base, Version=1.4.7.0, Culture=neutral, PublicKeyToken=da8782a6fc4d0081" />

Reply
Posts: 27
Topic starter
(@mojoekita)
Eminent Member
Joined: 8 years ago

thank you @wmichalski 

I'm not sure how mark the query as resolved.

Reply
Page 1 / 2
Share: