Newtonsoft Json in GAC

avatar

Hello,
Recently, we were not able to build our project in Visual Studio. And we find out that is caused by remote desktop manager installation.
A different version of newton soft dll was installed in the Gac.
Do you how it's possible to correct that, without uninstall remote desktop manager.


Thank you
Frantz Uris

All Comments (6)

avatar

We don't install anything dll in the GAC.

David Hervieux

avatar

Hello, I did a trace of the installation :

09:47:40 Create File C:\Windows\assembly\GACLock.dat
09:47:40 Create Folder C:\Windows\assembly\tmp\U9UVI4I7
09:47:40 Create File C:\Windows\assembly\tmp\U9UVI4I7\Newtonsoft.Json.dll

09:47:48 Create File C:\Windows\assembly\GACLock.dat
09:47:48 Create Folder C:\Windows\assembly\GAC_MSIL\Newtonsoft.Json
09:47:48 Set Value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\GACChangeNotification\Default[@]Newtonsoft.Json,4.5.0.0,,30ad4fe6b2a6aeed,MSIL

and the following folder is created :

C:\Windows\assembly\GAC_MSIL\Newtonsoft.Json\4.5.0.0__30ad4fe6b2a6aeed\ Newtonsoft.Json.dll

Thank you
Frantz Uris

avatar

This is a trace of the RDM Enterprise installation?

David Hervieux

avatar

Yes this the part of the installation referring to Newtonsoft.json.

avatar

You're right. This is an error in the installer. I have made a fix for that and it will be in the next version.

David Hervieux

avatar

Thank you

-
Frantz Uris