Mysterious entry in the Event Log:
Mysterious entry in the Event Log:
----
Module Load: urlmon.dll. No Debug Info. Base Address: $6FE80000. Process MyApplication.exe (24448)
Debug Output:
internal\onecorecom\inc\combase\comcataloghelpers.hpp(67)\ole32.dll!0B20A59F: (caller: 0B20A63B) ReturnHr(1) tid(5e4c) 80004002 No such interface supported
----
Any idea what this is?
--
Module Load: urlmon.dll. No Debug Info. Base Address: $6FE80000. Process MyApplication.exe (24448)
Debug Output:
internal\onecorecom\inc\combase\comcataloghelpers.hpp(67)\ole32.dll!0B20A59F: (caller: 0B20A63B) ReturnHr(1) tid(5e4c) 80004002 No such interface supported
--
Any idea what this is?
Is myapplication.exe registered to handle a specific (custom?) protocol? I think you can see that by looking at HKEY_CLASSES_ROOT\PROTOCOLS\Handler\
ReplyDeleteI’m on my phone right now so I cannot verify that myself at the moment..
Wouter van Nifterick Definitely no permanently registered protocols, but there may be a dynamic one, which only is supposed to be internal for the app, used for navigation.
ReplyDelete