Cannot install Microsoft Power Bi Postgre SQL connector(无法安装 Microsoft Power Bi Postgre SQL 连接器)
问题描述
我正在尝试使用 Microsoft Power Bi 连接到 PostgreSQL 数据库.
I am trying to use Microsoft Power Bi to connect to a PostgreSQL database.
当我转到获取数据时,它只是说连接器需要安装一个或多个附加组件才能使用
- 我已安装 Microsoft Power Bi 版本:2.47.4766.801 64 位(2017 年 6 月).
- 我已经安装了 Npgsql 3.2.3.
- 我已经安装了 VS Studio 2017 Community 并使用 VS Studio 命令提示符将 dll 文件添加到程序集中.
- 我已经编辑了我的 machine.config 文件.
下面
<system.data>
<DbProviderFactories>
<add name="Npgsql Data Provider" invariant="Npgsql" description=".Net Framework Data Provider for PostgreSQL Server" type="Npgsql.NpgsqlFactory, Npgsql, Version=3.2.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7"/>
</DbProviderFactories>
</system.data>
- 我运行的是 Windows 10,所以我已经安装了 .NET Framework 4.5.6. 我重新启动我的电脑,打开 Power Bi 并尝试再次连接到 Postgre,我收到同样的消息,连接器需要安装一个或多个附加组件才能使用.
可以在此处找到我的 Power Bi 的跟踪器日志:
The tracer log from my Power Bi can be found here:
https://www.sendspace.com/file/vleze0
我怎样才能让这个东西工作?这让我疯狂!谢谢
How can I get this thing to work? It's driving me crazy! Thanks
推荐答案
Npgsql 最新版本好像有问题.
成功连接 Npgsql 3.1.8 版本.
先卸载现有版本再安装重启.
There seems to be some problem with the latest Npgsql versions.
Succeded to connect with Npgsql 3.1.8 version.
First uninstall the existing version then install and restart.
这篇关于无法安装 Microsoft Power Bi Postgre SQL 连接器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法安装 Microsoft Power Bi Postgre SQL 连接器


- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 输入按键事件处理程序 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01