Answered by:
__HRESULT: 0x800A1F54.__

Question
-
I get this everytime I try to use my genlink app. I have reinstalled netframe work 1.1 like the program (genlink) requires and the genlink program several times and still no luck. I hope you can help as I use this program for work. program works fine with xp and vista but not with windows 7
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x800A1F54): Exception from HRESULT: 0x800A1F54.
at MSCommLib.IMSComm.get_Input()
at AxMSCommLib.AxMSComm.get_Input()
at Genlink.frmSite.recv_panelType()
at Genlink.frmSite.GetPanelType()
at Genlink.frmSite.Connect()
at Genlink.frmSite.btnConnect_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
----------------------------------------
Genlink
Assembly Version: 2.24.8.25434
Win32 Version: 2.24.8.25434
CodeBase:
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
----------------------------------------
AxInterop.MSCommLib
Assembly Version: 1.1.0.0
Win32 Version: 1.1.0.0
CodeBase:
----------------------------------------
Interop.MSCommLib
Assembly Version: 1.1.0.0
Win32 Version: 1.1.0.0
CodeBase:
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
- Moved by Shalini SMicrosoft Support Tuesday, March 23, 2010 3:24 PM move to right category (From:Programs)
Monday, March 22, 2010 7:00 PM
Answers
-
Hi,
The Exception needs to be debugged. Since debugging is beyond what we can do in this forum, I kindly recommend you to post your question in MSDN forums so as to get a better assistance. Here I find the following page for your reference:
Troubleshooting Exceptions: System.Runtime.InteropServices.COMException
BTW, it is recommended to contact GenLink for support as well.
Best Regards
Dale
- Marked as answer by Dale Qiao Monday, March 29, 2010 12:55 AM
Wednesday, March 24, 2010 2:21 AM