Description of issue: Unable to update to the latest version either automatically or manually. Tried running as admin as well, clean uninstall and re-install as well. Had to revert to a much older version as I still had the install file of that. It’s working.
This could be a problem with something in your system adding a library Sonarr used (nlog in this case it looks like) to the Global Assembly Cache (GAC), which is shared for all .net apps and is suddenly causing issues because we’ve updated nlog fairly recently.
if you search your computer for nlog.dll what results does it find?
Hi Markus, thanks for replying. Did a search on my PC for the dll and found it here: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\NLog\v4.0_4.0.0.0__5120e14c03d0593c with the modified date of the 8/12/2016.
Any suggestions on what I can do? Can I refresh or rebuild the cache? Must I re-register .Net maybe?