liulee / gurtle

Automatically exported from code.google.com/p/gurtle
0 stars 0 forks source link

COMException 0x80020006 when I clicked Select Issue button #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open commit dialog.
2.Click "Select Issue" button on the dialog.

What is the expected output? What do you see instead?
Expected: List of issues
I see instead: List of issues with an error dialog

What version of the product are you using? On what operating system?
Gurtle 0.6.0.236-x86
TortoiseSVN 1.6.8, Build 19260 - 32 Bit
Windows XP Professional SP3

Please provide any additional information below.
Hello.
I'm using Gurtle 0.6.0.236-x86 with TortoiseSVN 1.6.8, Build 19260 - 32 Bit, on 
Windows XP Professional SP3.
When I clicked "Select Issue" button on commit dialog, I get this error:
------------------------
System.Runtime.InteropServices.COMException (0x80020006): Unknown name. 
(Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))
   System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
   System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
   Gurtle.OleDispatchDriver.Get(String name) d:\Development\gurtle\src\Gurtle\OleDispatchDriver.cs: +81
   Gurtle.OleDispatchDriver.Get[T](String name) d:\Development\gurtle\src\Gurtle\OleDispatchDriver.cs: +86
   Gurtle.GoogleCodeProject.<>c__DisplayClass7.<Reload>b__4(Object sender, DownloadStringCompletedEventArgs args) d:\Development\gurtle\src\Gurtle\GoogleCodeProject.cs: +179
   Gurtle.WebClient.OnDownloadDataCompleted(DownloadDataCompletedEventArgs e) d:\Development\gurtle\src\Gurtle\WebClient.cs: +107
   System.Net.WebClient.DownloadDataOperationCompleted(Object arg)
------------------------
As far as I know, this error is completely harmless. I can click the "Continue" 
button to close the error log dialog.
It is very annoying though.
I think it can be solved by adding some sort of try-catch block on near 
GoogleCodeProject.cs line 179.

Original issue reported on code.google.com by pbomqlu910963@gmail.com on 24 Jun 2010 at 9:23