@@ -1507,6 +1507,7 @@ namespace PRSDesktop
}
catch (Exception e)
{
+ CoreUtils.LogException(ClientFactory.UserID, e);
MessageBox.Show(string.Format("Unable to Load {0}!\n\n{1}\n{2}", app.Settings["CurrentPanel"], e.Message, e.StackTrace));