摘要: 报错提示:"the microsoft.jet.oledb.4.0 provider is not registered on the local machine"错误起因:winfrom项目在32位系统里面创建,由于创建解决方案 Platform默认设置为Any Cpu,所以在64位系统下打开解决方案的时候Platform设置默认为为Any Cpu,正常情况下应该在64位系统下,开启32cpu模式,即Active(*86)。注意事项:Platform属性修改后,各个类库协同都应修改过来,以及Reference重新添加。相关图片: 阅读全文
posted @ 2013-06-18 20:04 技术笔记2012 阅读(6135) 评论(0) 推荐(0) 编辑