Error after updatin...
 
Notifications
Clear all

Error after updating from 1.4.8 to 1.4.9

3 Posts
1 Users
1 Reactions
1,953 Views
Posts: 16
Topic starter
(@nzrob)
Eminent Member
Joined: 8 years ago

Hi,

 

After running update i get the following,

Server Error in '/' Application.
Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

 

I have updated .NET to 4.8 and have re-run the installer but no avail.

 

Any help would be greatly appreciated

 

Thanks

Rob

 

2 Replies
Posts: 16
Topic starter
(@nzrob)
Eminent Member
Joined: 8 years ago

Hi,

 

additional information,

 

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0

 

Thanks.

Reply
Posts: 16
Topic starter
(@nzrob)
Eminent Member
Joined: 8 years ago

Hi,

 

Issue has been resolved by replacing the runtime contents from inside the portal web.config with the following

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="JavaScriptEngineSwitcher.Core" publicKeyToken="C608B2A8CC9E4472" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.19.0.0" newVersion="3.19.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MsieJavaScriptEngine" publicKeyToken="A3A2846A37AC0D3E" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.4.0" newVersion="2.2.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BundleTransformer.Core" publicKeyToken="973C344C93AAC60D" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.171.0" newVersion="1.9.171.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

Unsure why the automatic update script didnt make the required changes but have confirmed that this resolves the issue.

 

Thanks

Rob

Reply
Share: