Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.35 KB | None | 0 0
  1. Source Error:
  2.  
  3.  
  4. Line 24:
  5. Line 25:             string SourceName = EventLogNames.Source;
  6. Line 26:             if (!System.Diagnostics.EventLog.SourceExists(EventLogNames.Source))
  7. Line 27:                 SourceName = "Application";
  8. Line 28:
  9.  
  10.  
  11. Source File: C:\Konetic Express\version3.br\Modules\Core\Exceptions\ExceptionReporter.cs    Line: 26
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement