问题-Error creating object. Please verify that the Microsoft Data Access Components 2.1(or later) have been properly installed.
软件在启动时报如下错误信息:
Exception Exception in module zhujiangguanjia.exe at 001da37f.
是启动程序时访问ACCESS库时没有WIN的组件或是版本过低。
解决方法:
查看组件版本与安装限可。
文件名(MDAC_TYP.EXE)WIN官网下载。
PS:
问题-Error creating object. Please verify that the Microsoft Data Access Components 2.1(or later) have been properly installed.的更多相关文章
- 启用SQLite的Data Provider 运行WECOMPANYSITE时遇到ERROR CREATING CONTEXT 'SPRING.ROOT': ERROR THROWN BY A DEPENDENCY OF OBJECT 'SYSTEM.DATA.SQLITE'
		从网上下载的源码WeCompanySite,运行时报错 Error creating context 'spring.root': Error thrown by a dependency of ob ... 
- Error creating bean with name 'com.cloud.feign.interfaces.xxxFeignClient': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalSt.PathVariable annotation was empty on
		环境: Spring Cloud:Finchley.M8 Spring Boot:2.0.0.RELEASE 报错信息: Error creating bean with name 'com.clou ... 
- [bigdata] 启动CM出现 “JDBC Driver class not found: com.mysql.jdbc.Driver” 以及“Error creating bean with name 'serverLogFetcherImpl'”问题的解决方法
		问题:“JDBC Driver class not found: com.mysql.jdbc.Driver” 通过以下命令启动cm [root@hadoop1 ~]# /etc/init.d/cl ... 
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'catchFromPBomService': Cannot create inner bean '(inner bean)#302efb82' of type [com.thinkgem.jeesite.modules.fd
		org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'catchFromPBo ... 
- Error creating bean with name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: org.springframework
		昨晚在 使用spring aop, 然后Tomcat启动的时候, 报了这么个错: Caused by: org.springframework.beans.factory.BeanCreationEx ... 
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [bean.xml]: Invocation of init method failed; nested exception is
		在复制xml文件进行修改的时候,我经常将不小心对原文件进行修改,而导致创建bean出错.报错如下所示: Exception sending context initialized event to l ... 
- 异常:已捕获: "Error creating context 'spring.root': 未将对象引用设置到对象的实例。" (System.Configuration.ConfigurationErrorsException) 捕获到一个 System.Configuration.ConfigurationErrorsException: "Error creating context 'sp
		查看所指定name的context是否注册成功,以后用此容器来获取其中的object. 常见的使用方式: Application_Start中使用ContextRegistry.GetContext( ... 
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource
		spring boot web项目运行时提示如下错误 org.springframework.beans.factory.BeanCreationException: Error creating b ... 
- cloudera-scm-server启动出现Error creating bean with name 'entityManagerFactoryBean'与HHH010003: JDBC Driver class not found: com.mysql.jdbc.Driver错误解决办法(图文详解)
		不多说,直接上干货! 问题详情 -- ::, INFO main:com.cloudera.server.cmf.Main: Starting SCM Server. JVM Args: [-Dlog ... 
随机推荐
- Excel skills (2) -- 自动调整行宽列高
			快捷键: 行宽,Alt + O + R + A; 列高,Alt + O + C + A; 
- 仿今日头条最强顶部导航指示器,支持6种模式-b
			项目中经常会用到类似今日头条中顶部的导航指示器,我也经常用一个类似的库PagerSlidingTabStrip,但是有时并不能小伙伴们的所有需求,所以我在这个类的基础上就所有能用到的情况做了一个简单的 ... 
- 移动前端javascript事件
			移动端事件: // 手势事件 touchstart //当手指接触屏幕时触发 touchmove //当已经接触屏幕的手指开始移动后触发 touchend //当手指离开屏幕时触发 touchcanc ... 
- Codeforces Round #327 div2
			Problem_A(591A): 题意: 有一段长度为l的路,两个人分别在两个端点,1, l. 现在已知每个人的速度为p,q. 求第一个人(初始位置在1)在他们第二次相遇的时候的位置. 当他们相遇的时 ... 
- Provider Communication with Apple Push Notification Service
			This chapter describes the interfaces that providers use for communication with Apple Push Notificat ... 
- 对于数组使用sizeof(a)和使用sizeof(a[0])
			#include "stdafx.h" #include <iostream> using namespace std; int main() { ]={}; cout ... 
- zepto源码学习-06 touch
			先上菜,看这个模块的最后一段代码,一看就明白. ['swipe', 'swipeLeft', 'swipeRight', 'swipeUp', 'swipeDown', 'doubleTap', 't ... 
- jsp接收相同复合参数 request.getParameterValues()用法
			在网站中往往需要用户选择复选框,此时需要创建多个复选框让用户进行选择: <head> <meta http-equiv="Content-Type" conten ... 
- cocos2d-html5 Layer 和 Scene 创建模式
			var myLayer = cc.Layer.extend({ init:function() {//2 界面 var bRet = false; if (this._super()) { bRet ... 
- JNI|在子线程中获得JNIEnv|AttachCurrentThread
			A JNI interface pointer (JNIEnv*) is passed as an argument for each native function mapped to a Java ... 
