02-22-2007 02:00 PM
02-23-2007
03:52 PM
- last edited on
09-02-2026
08:22 AM
by
Content Cleaner
Hi aster,
From the description of your error, it sounds like you are trying to use an ActiveX control and not the .NET assemblies. Is there a specific reason why? The UI controls should work fine but there are some ActiveX controls that are not supported in .NET, refer to this Knowledgebase [link removed; article no longer available] article for more information. Is there any other text to the error message? This is usually an error that results from a type mismatch.
Have a great day,
Ecleamus Ricks, Jr.
Applications Engineer
National Instruments
02-23-2007 04:21 PM
Thank you for your reply. We are in the process of moving out from the ActiveX usage. Answering the question of error message i think the only thing that pops up during debugging is a message saying something like unknown error.
02-26-2007 05:07 PM
02-26-2007 06:28 PM
This is the exact message:
A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll
Additional information: Unknown error
02-27-2007 01:12 PM
02-27-2007 03:19 PM
02-28-2007 08:50 AM
Could you post the line or lines of code
around where this error occurs?
03-01-2007 08:19 AM