Class not registered errror adding control

Forum for reporting problems
Post Reply
Larry Chun
Posts: 0
Joined: Mon Sep 16, 2019 2:30 am

Class not registered errror adding control

Post 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

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: Class not registered errror adding control

Post 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

Post Reply