Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Try to fix exception "System.Reflection.RuntimeAssembly in _nLoad" wh…
Browse files Browse the repository at this point in the history
…en iis recycle is running and an error is fired to log on Sentry
  • Loading branch information
xpicio committed Feb 18, 2016
1 parent 74a7710 commit a6d9d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/SharpRaven/Utilities/SystemUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public static IDictionary<string, string> GetModules()
{
var assemblies = AppDomain.CurrentDomain
.GetAssemblies()
.Where(q => !q.IsDynamic)
.Select(a => a.GetName())
.OrderBy(a => a.Name);

Expand Down

0 comments on commit a6d9d4e

Please sign in to comment.