/
Dependency Information

Dependency Information

File-> Web.config 

Please update web config after updating this version of framework. 

Setps: 1. Open web config from hosting files in IIS. 

  1. Locate the <runtime> section. 

  1. Under the <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> section, replace the following changes. 

Changes: 

  1. Change  
    <dependentAssembly> 

            <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> 

            <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />  
           </dependentAssembly> 

To  

        <dependentAssembly> 

        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> 

        <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> 

       </dependentAssembly> 

Update Modules  

 

Vienna Advantage Base <1.0.12.0>, 

Workspace <1.0.7.0>,  

VA Upgrade 4 <1.0.2.0> 

 

Related content

Migration From 4.x to 5.x
Migration From 4.x to 5.x
More like this
Rename Assembly 
Rename Assembly 
More like this
Changes of Assembly Name
Changes of Assembly Name
More like this
Code Structure 5.x
Code Structure 5.x
More like this
Azure Blob Storage
Azure Blob Storage
More like this
Upgrade Front End Libraries
Upgrade Front End Libraries
More like this