| ECVerify.com 2004-06-08, 8:57 pm |
| I am getting this and I have no idea what it is or why some (small
percentage - about 1%) people are getting it.
The program is a C# program and it is calling a COM component
Any ideas?
***************
MainForm Constructor - System.Runtime.InteropServices.COMException
(0x800A801D): Application-defined or object-defined error
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at TTENET.MapControl.InitializeComponent()
at TTENET.MapControl..ctor()
at TTENET.MainForm.InitializeComponent()
at TTENET.MainForm..ctor()
|