I recently inherited support of an Outlook plugin (add-in) and needed to output a few more debugging statements. I put those lines into the code, but not events were logged into the Event Viewer Application Log as expected. Fumbling around I saw this: https://msdn.microsoft.com/en-us/library/ms269003.aspx?f=255&MSPPError=-2147217396 and added an environment variable VSTO_SUPPRESSDISPLAYALERTS = 0.
Learning how to do things and fix stuff as I go because who really has time to sit in a classroom. Posting it all here because I can not remember it all.
Showing posts with label logging. Show all posts
Showing posts with label logging. Show all posts
Wednesday, December 28, 2016
Monday, July 20, 2015
Error codes
Just some notes to myself on some resources to help decipher error codes that I often come across. These are sometimes mentioned in the ULS logs with something like hresult= or hr=
- ErrCo.de - awesome and searchable set of error codes on pretty much everything
- Win32 Error Codes
- MS-ERREF
- Description of HRESULT
Subscribe to:
Posts (Atom)