.Net 应用程序 - Microsoft Text 驱动程序问题

发布于 2024-12-07 20:50:55 字数 182 浏览 1 评论 0原文

我正在使用 Microsoft 文本驱动程序从 .net 应用程序中的 CSV 文件读取数据。 问题是,它在我的本地计算机上运行良好,但是当我在我的服务器中运行时,我收到以下错误。

“[Microsoft][ODBC 驱动程序管理器] 未找到数据源名称且未指定默认驱动程序”

请提供帮助。

提前致谢。

I am using Microsoft text driver to read data from a CSV file in my .net application.
The problem is, it is running fine in my local machine, but when i run in my server i am getting the following error.

'[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified'

Please help.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风轻花落早 2024-12-14 20:50:55

您的开发工作站很可能是 32 位,而您的服务器是 64 位。据我所知,没有64位文本驱动程序。

最好的选择是将应用程序从 Any CPU 更改为 x86,以便它始终以 32 位运行。

It's likely that your development workstation is 32-bit and your server is 64-bit. As far as I know, there is no 64-bit Text Driver.

Your best option is to change your application from Any CPU to x86 so that it always runs 32-bit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文