Skip to content
Discussion options

You must be logged in to vote

Try this next

In the MoBi folder find MoBi.exe.config. It's an XML file and it should have something like this

<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />

Where it says newVersion="4.0.3.0" change to newVersion="4.0.0.0" . Only change the System.ValueTuple entry. There might be others with similar content

Then if that works, you could do me a favor by running this command so I can see how the version got installed in the GAC?

Get-ChildItem "C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.ValueTuple" -Recurse -Filter *.dll | ForEach-Object { "{0}`n  created {1}  p…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Bunny-Tutu
Comment options

Comment options

You must be logged in to vote
3 replies
@Bunny-Tutu
Comment options

@rwmcintosh
Comment options

Answer selected by Bunny-Tutu
@Bunny-Tutu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants