Hi Joe I just upgrade my code from the repository and found that I get this exception with my custom solution and with the default one: Error 3 The type or namespace name 'ExceptionServices' does not exist in the namespace 'System.Runtime' (are you missing an assembly reference?) D:\mojoportal\Web\Global.asax.cs 35 22 mojoPortal.Web.net35
I see that you add this in the global.asax comment /// 2011-03-14 added logic for .NET 4 to enable memory and exception monitoring
the System.Runtime.ExceptionServices can only be used with .net 4 so if you can look into this I will appreciate the effort.