I'm writing a C# application using the Desktop API, and whenever the Constructor for my form is called, I get a "Class Not Registered" exception. This happens only on certain computers, and not others, but I can't figure out what the difference is.
The exception gets thrown on the call to the AxDBCCTRLLib.AxDataManager's EndInit method that happens at the end of InitializeComponent method in the constructor.
Has anyone ever seen this before?
The exception gets thrown on the call to the AxDBCCTRLLib.AxDataManager's EndInit method that happens at the end of InitializeComponent method in the constructor.
Has anyone ever seen this before?
Comment