mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Added some debug information, hopefully this will tell us something.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2032 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
613960eb0a
commit
91dd10ebcb
2 changed files with 29 additions and 12 deletions
|
@ -150,6 +150,12 @@ namespace Greenshot.Helpers.IEInterop {
|
|||
} catch (Exception ex) {
|
||||
LOG.Error("Error checking the compatibility mode:");
|
||||
LOG.Error(ex);
|
||||
try {
|
||||
Type document3Type = COMWrapper.GetUnderlyingType(document3 as IDispatch);
|
||||
COMWrapper.DumpTypeInfo(document3Type);
|
||||
} catch (Exception exInternal) {
|
||||
LOG.Error(exInternal);
|
||||
}
|
||||
}
|
||||
Rectangle clientRectangle = contentWindow.WindowRectangle;
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue