Newest version of Newtonsoft.Json.dll loads in 11.6 but not

Posted by jquerijero on 18-Jun-2018 10:08

I'm upgrading a workspace from 32-bit 11.6 to 32-bit 11.7. There are several dlls that are not loading in 11.7, which is working fine in 11.6.

Any ideas what to look for?

Posted by Brian K. Maher on 18-Jun-2018 10:24

Use the fuslogvw.exe utility (search the system for it).  It will log the details you need to see what loads failed.  Note that you need to use the “run as administrator” option to get it to work.
 
 
Brian Maher
Principal Engineer, Technical Support
Progress
Progress
14 Oak Park | Bedford, MA 01730 | USA
phone
+1 781 280 3075
 
 
Twitter
Facebook
LinkedIn
Google+
 
 

All Replies

Posted by Brian K. Maher on 18-Jun-2018 10:12

If they are .NET assemblies, check the version of .NET runtime they require.  11.7 defaults to, I believe, 4.6.
 
Brian Maher
Principal Engineer, Technical Support
Progress
Progress
14 Oak Park | Bedford, MA 01730 | USA
phone
+1 781 280 3075
 
 
Twitter
Facebook
LinkedIn
Google+
 
 

Posted by jquerijero on 18-Jun-2018 10:21

Newtonsoft.Json is 4.5, so it should work.

Posted by Brian K. Maher on 18-Jun-2018 10:24

Use the fuslogvw.exe utility (search the system for it).  It will log the details you need to see what loads failed.  Note that you need to use the “run as administrator” option to get it to work.
 
 
Brian Maher
Principal Engineer, Technical Support
Progress
Progress
14 Oak Park | Bedford, MA 01730 | USA
phone
+1 781 280 3075
 
 
Twitter
Facebook
LinkedIn
Google+
 
 

Posted by jquerijero on 18-Jun-2018 14:53

That helped.

Internal version is different from displayed version of the DLL. One down, two to go.

Posted by jquerijero on 18-Jun-2018 17:35

Fuslogvw shows successful for one of the DLLs when I monitor opening PDSOE, but the reference in PDSOE displays with a red X. What could be happening?

Posted by Roger Blanchard on 18-Jun-2018 17:39

The dll is not blocked is it?

Posted by jquerijero on 19-Jun-2018 09:46

[quote user="Roger Blanchard"]

The dll is not blocked is it?

[/quote]

It's not block. Same dll is working on 11.6. 

This thread is closed