Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Issue

Met aanmelden met VTRec verschijnt de melding: "Kan niet aanmelden.  Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0".

Oplossing

#1 (aanbevolen oplossing)

Download en installeer de laatst beschikbare setup van VTRec (setup van 18 november 2016 of later). 

#2 (handmatige oplossing)

Open VTrec.exe.config en voeg het volgende toe binnen XML element <configuration>:

<configuration>
 ....
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>


  • No labels