Page 1 of 1

Class not registered errror adding control

Posted: Mon Sep 16, 2019 2:34 am
by Larry Chun
Hi
I am trying the software for visual basic with visual studio 2013. I have added the control to the form ok, but when I try to debug it I get:

An unhandled exception of type 'System.InvalidOperationException' occurred in BladeDesign.exe

Additional information: An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Please help

Re: Class not registered errror adding control

Posted: Mon Sep 16, 2019 4:30 am
by Prashant Kande
Hi Larry
Please change Target CPU In Compile tab of project properties from AnyCPU to x64 or x86 to match the installed DGK's bitness.
We have answered this in few places already
Regards