When I attach a debugger I just get a massive amount of System.ArgumentExceptions I told it to throw an exception on these and it's getting a stack overflow that looks like this
[Managed to Native Transition]
mscorlib.dll!System.Environment.ResourceHelper.GetResourceString(string key) + 0x7f bytes
mscorlib.dll!System.Environment.GetResourceStringLocal(string key) + 0x2b bytes
[Native to Managed Transition]
[Managed to Native Transition]
mscorlib.dll!System.NullReferenceException.NullReferenceException() + 0x13 bytes
[Native to Managed Transition]
[Managed to Native Transition]
mscorlib.dll!System.Environment.ResourceHelper.GetResourceString(string key) + 0x7f bytes
mscorlib.dll!System.Environment.GetResourceStringLocal(string key) + 0x2b bytes
[Native to Managed Transition]
[Managed to Native Transition]
mscorlib.dll!System.NullReferenceException.NullReferenceException() + 0x13 bytes
[Native to Managed Transition]
[Managed to Native Transition]
mscorlib.dll!System.Environment.ResourceHelper.GetResourceString(string key) + 0x7f bytes
mscorlib.dll!System.Environment.GetResourceStringLocal(string key) + 0x2b bytes
[Appdomain Transition]
mscorlib.dll!System.NullReferenceException.NullReferenceException() + 0x13 bytes
[Native to Managed Transition]
[Managed to Native Transition]
DotNetNuke.DLL!DotNetNuke.Services.Exceptions.BasePortalException.InitializePrivateVariables() + 0x202 bytes
DotNetNuke.DLL!DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(System.Exception objException, DotNetNuke.Services.Log.EventLog.ExceptionLogController.ExceptionLogType LogType) + 0x4bf bytes
DotNetNuke.DLL!DotNetNuke.Services.Exceptions.Exceptions.LogException(System.Exception exc) + 0x19 bytes