无法制作商业智能项目。如何解决“配置系统初始化失败”的问题错误信息?

发布于 2024-09-11 23:57:46 字数 472 浏览 6 评论 0原文

我的问题是我收到“配置系统无法初始化”。每次我尝试在 Business Intelligence Development Studio 中打开或创建商业智能项目时都会出现错误。

我正在安装相当新的 Windows Server 2008 R2 Enterprise,其中首先安装了 SQL Server 2008 R2 Enterprise(带有 Business Intelligence Development Studio),然后按顺序安装了 Visual Studio 2010 Professional。我尝试完全安装 Visual Studio 2008,但这似乎没有什么区别。

该消息似乎来自 System.Configuration.ConfigurationErrorsException。我所做的很多谷歌搜索都指向配置文件,但我不知道哪些配置与此相关。我还没有创建带有相关配置文件的项目,因为我根本无法创建项目。尝试这样做将为项目创建一个文件夹,然后在创建其他任何内容之前失败。

My problem is that I am receiving a "Configuration system failed to initialize." error every time I try to open or create a Business Intelligence Project in Business Intelligence Development Studio.

I am on a fairly new install of Windows Server 2008 R2 Enterprise in which I first installed SQL Server 2008 R2 Enterprise (with the Business Intelligence Development Studio) and then Visual Studio 2010 Professional in that order. I have tried fully installing Visual Studio 2008, but that seemed to not make a difference.

The message appears to be from a System.Configuration.ConfigurationErrorsException. A lot of the Googling that I've done points to config files, but I don't know what config would be related to this. I haven't created a project with a related config file, because I can't create a project at all. Attempting to do so will make a folder for the project and then fail before creating anything else.

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

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

发布评论

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

评论(3

一个人的夜不怕黑 2024-09-18 23:57:46

解决方案是将 machine.config 从 C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\ 复制到 C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG 32位框架。我使用的是 64 位机器,据我所知,它从未真正配置过 32 位 machine.config。

我不知道这是否是解决我的问题的理想解决方案,但它让我启动并运行。希望这能帮助其他人解决这种情况。

摘要:如果您使用的是 Windows Server 2008 R2 64 位,请确保您的 .NET 2.0 32 位 machine.config 配置为使 SQL Server 2008 R2 中的 Business Intelligence Development Studio 能够正常工作。

The solution to this was to copy the machine.config from C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\ into C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG which is for the 32 bit framework. I'm on a 64-bit machine, so as far as I can tell it just never really configured the 32-bit machine.config.

I don't know if this is the ideal solution to my problem, but it got me up and running. Hopefully this will help others with this situation.

Summary: If you are on Windows Server 2008 R2 64-bit then make sure that your .NET 2.0 32-bit machine.config is configured for Business Intelligence Development Studio from SQL Server 2008 R2 to work correctly.

错爱 2024-09-18 23:57:46

我能够通过以管理员身份启动 VS 2008 来解决这个问题。

I was able to get around this by starting VS 2008 as an Administrator.

恋竹姑娘 2024-09-18 23:57:46

你是在 BIDS 中创建项目吗?而不是 VS2010?在 VS2010 中不起作用

you are creating the projects in BIDS right, not VS2010? It won't work in VS2010

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