Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My Vb.net application runs fine on xp but unable to run on windows 7.
The application was done in vb6 and i converted it into vb.net runs on windows xp successefully.
I got the following errors:-

Error 3 Type 'DAO.DBEngine' is not defined. C:\Users\...
Error 4 Type 'RDO.rdoEngine' is not defined. C:\Users\...
Error 31 Type 'AxComCtl2.AxUpDown' is not defined. C:\Users\....


Thank you for your help..
Posted
Comments
[no name] 31-Jul-13 19:03pm    
Did you install/register those components?
Bernhard Hiller 1-Aug-13 2:49am    
Does your Windows 7 happen to be a 64bit OS instead of a 32bit OS? If so, beyond installing and registering the ThiordParty components, you have to set the bitness of your application to 32bit (i.e. in the project properties under "compile" set the "target paltform" to x86 instead of "any cpu" or "x64").
Tony Radu 5-Aug-13 13:48pm    
yes 64bit OS targe platform is x86
System.runtime.interopservices.comException was unhandled is the runtime exception

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