本文介绍了如何在Windows XP上运行vb.net应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用Visual Studio 2008创建的应用程序,它使用Microsoft Access 2007文件作为后端数据库(文件)。它在我的笔记本电脑上运行Windows 7时运行良好。但是当我尝试在运行windowsxp和Office2000的PC上运行它时出现错误。错误是Microsoft oledb12.0未在您的计算机上注册。



如何在我的电脑上运行该应用程序?

I have an application made using Visual studio 2008 and it uses a Microsoft access 2007 file as back end database(file). it works well on my laptop running windows 7. but I get an error when I try to run it on my PC running windowsxp and Office2000. the error is" Microsoft oledb12.0 not registered on your machine".

how can i run the application on my PC ?

推荐答案



这篇关于如何在Windows XP上运行vb.net应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 01:26