Could not load file or assembly 'Mindscape.Raygun4Net, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies

After updating nuget packages in a solution I received the following error:

Could not load file or assembly ‘Mindscape.Raygun4Net, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies

I solved this problem by forcing nuget to reinstall the package using the following command in the Package Manager Console:

update-Package Mindscape.Raygun4Net.core -Reinstall
comments powered by Disqus