| | |
Junior Member
       
Group: Forum Members Last Login: 6/30/2009 9:11:28 PM Posts: 13, Visits: 83 |
| | I developed application with access 2003 under windows xp service pack 2. It works good, but when i run this application with access 2003 under windows xp service pack 3 it shows error "class not registered - 2147221164". How can i fix this problem? Please help me. |
|
| | |
Forum God

Group: Moderators Last Login: Yesterday @ 5:27:56 PM Posts: 1,073, Visits: 9,406 |
| | Between this post and your previous post it appear all you may be doing is copying your exe from the development machine to a new machine. If that is the case exe will more than likely it will fail to run properly because you have not installed all the dependencies along with the exe. You need to create a setup package to install your exe on new machines. VB comes with the Package and Deployment Wizard which can be used to do this. It isn't the greatest installer but can be used in a pinch. There are other free installer that do a much better job. Inno Setup is one that comes to mind. |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 6/30/2009 9:11:28 PM Posts: 13, Visits: 83 |
| | I think it is no need to do file setup because i developed project using access application not programming visual basic. |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 6/30/2009 9:11:28 PM Posts: 13, Visits: 83 |
| | Please help me to find solution. No one can help me???? |
|
| | |
Forum God

Group: Moderators Last Login: Yesterday @ 5:27:56 PM Posts: 1,073, Visits: 9,406 |
| | I think your problem is still your app is trying to access different version of dependent components. This kind of thing is usually taken care of with a setup package. I'm not sure how it works with Access. |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 6/30/2009 9:11:28 PM Posts: 13, Visits: 83 |
| I tried to use innosetup to create file setup, but it still error the same. It show error "Your Microsoft Office Access database or project contains a missing or broken reference to the file 'owc11.dll' version 1.0." I cannot use my application with MS Access 2007. Please help me. |
|
| | |
Forum Guru
       
Group: Forum Members Last Login: 9/4/2010 3:34:47 PM Posts: 167, Visits: 786 |
| |
| | |
Forum God

Group: Moderators Last Login: Yesterday @ 5:27:56 PM Posts: 1,073, Visits: 9,406 |
| | Does the target machine have version 1.0 of the 'owc11.dll' on it? |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 6/30/2009 9:11:28 PM Posts: 13, Visits: 83 |
| | My computer is using office 2007 and don't has file OWC11.DLL. Can you tell me where directory should i copy OWC11.DLL into to make sure my applicaton(developed in access 2003) can run properly with access 2007. Please tell me. thank you. |
|
|