Click here to Skip to main content
15,889,406 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
i have created setup of project consist of owc11.dll, when i try to deploy on other machine set up is getting crashed & i m getting class not registered error. I want urgent solution to fix this problem. i am using vs 2010 & i m having .Net framework =4.0 .
Posted
Comments
Anand Gunasekaran 15-Jul-14 4:52am    
remove that owc11.dll reference and add it again. and try

 
Share this answer
 
It Seemss like your application is using some sort of COM object that is not installed on the machine on which you are getting error.For troubleshooting you can look into source code of form, try to find out what COM object its trying to create, which is causing issue. Then install required COM object on machine.

it all depends on what component is it. In most cases, there should be a installer. If not, you can also use regsvr32.exe
 
Share this answer
 
My impression is that you include a very very old, really old version of a Microsoft Access database. You ought to update your Access Database.
For more information see e.g. http://www.access-diva.com/d5.html[^] - especially note the conversion hints on the bottom of that page.
 
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