Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am using an sdk which is developed by ZKSoftware.

I have issue while running on visual studio
I have an issue COM Exception was unhandled CLSD {00853A19-BD51-419B-9269-2DABE57EB61F} failed due to error :80040154 


What I have tried:

I have checked that properties of project and its running on X64. Framework is 2.0
Posted
Updated 15-Jan-19 1:10am
Comments
F-ES Sitecore 10-Jan-19 6:37am    
Contact ZKSoftware.
Rushali Gulhane 10-Jan-19 6:41am    
ok
Richard MacCutchan 10-Jan-19 7:11am    
It means that the class you are trying to call has not been registered on your system.
Rushali Gulhane 10-Jan-19 7:12am    
How to register class in system
Richard MacCutchan 10-Jan-19 7:22am    
It should be done automatically when you install the third-party SDK. But you can do it manually using the regsvr32 command.

1 solution

Try changing all of the projects in the solution from "Any CPU" to "x86".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900