无法在VS中打开edmx.sql文件

发布于 2024-12-26 12:58:41 字数 285 浏览 1 评论 0原文

我有在另一台计算机上创建的 edmx 模型。 在另一台计算机上创建SQL-DB成功。

在当前计算机上导入 edmx 后 - 我已删除下一个文件: 模型设计器.cs model.edmx.sql

然后我选择 - 从模型生成数据库。

然后重新生成 model.designer.cs 和 model.edmx.sql。

但是当我尝试在 VS 中打开 model.edmx.sql 文件来执行它时 - 什么也没有发生。 只是 VS 中的空白工作区,仅此而已。

我应该怎么办? 谢谢。

I have edmx-model that have been created on another computer.
On another computer creation SQL-DB was successful.

After import edmx on current machine - I have been deleted next files:
model.designer.cs
model.edmx.sql

Then I select - generate DB from model.

model.designer.cs and model.edmx.sql then regenerated.

But when I try to open model.edmx.sql file in VS to execute it - nothing happens.
Just blank work area in VS and nothing more.

What should I do?
Thanks.

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

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

发布评论

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

评论(1

櫻之舞 2025-01-02 12:58:41

请尝试右键单击 SQL 文件,选择“打开方式”,然后选择“记事本”,然后查看该文件是否在记事本中打开。

[编辑] 线程这里似乎有一个解决方案。

转述一下:

To fix the issue of not being able to load the RadLangSvc.Package here is what you need to do:

1. Load up your ISO or DVD VS2010 Installer in an explorer window

2. Go to the WCU foldler

3. Go to the DAC folder

4. Install MSI's

    i. DACFramework_enu.msi
   ii. DACProjectSystemSetup_enu.msi
  iii. TSqlLanguageService_enu.msi

Please try right clicking on the SQL file, select 'Open With', then select 'Notepad', and see if the file opens in Notepad.

[EDIT] The thread here seems to have a solution.

To paraphrase:

To fix the issue of not being able to load the RadLangSvc.Package here is what you need to do:

1. Load up your ISO or DVD VS2010 Installer in an explorer window

2. Go to the WCU foldler

3. Go to the DAC folder

4. Install MSI's

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