An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
@shortexxx Hi, I do not have any idea why you are getting the error...The error shows "Class not Regersted"....Your guess is as good as mine....just ensure you are not using a 64 bit opperating system, as mentioned in the tut..
@shortexxx It all depends on how important the project is, and if you can use a different method to achive the end result. I mean, there are third party DLL's and API's that will convert and view pdf documents in your solution, for a price obviosly. If you can get the same end result with a different product or control, then I would go for that.....Hope it helps.. Regards Frans
Hi, nice tutorial... Is there a way that you can detect the current page your at the PDF file? thanks...
tjcruiseKim 6 months ago
Hi, thanks for the tutorial. How would you go about unloading a file from the control?
hdesai23 7 months ago
I get the error:
An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
Any idea why?
Thanks!
shortexxx 1 year ago
@shortexxx Hi, I do not have any idea why you are getting the error...The error shows "Class not Regersted"....Your guess is as good as mine....just ensure you are not using a 64 bit opperating system, as mentioned in the tut..
Regards Frans
fransd123 1 year ago
@fransd123 Thanks, I am using a 64bit OS. So is there any way I can bypass this or is it a no go for me?
btw thanks for your prompt reply!
shortexxx 1 year ago
@shortexxx It all depends on how important the project is, and if you can use a different method to achive the end result. I mean, there are third party DLL's and API's that will convert and view pdf documents in your solution, for a price obviosly. If you can get the same end result with a different product or control, then I would go for that.....Hope it helps.. Regards Frans
fransd123 1 year ago
@shortexxx Hi, i had the same error, and found the following solution:
In visual studio go to project, then down to properties
Compile tab and click the advanced compile options button
In the next window find the Target CPU option and change from all CPU to x86, then click OK
this did the trick for me and it is working!
The1GuitarLoVer 5 months ago