LINQ to SQL 类未显示在 VS 中

发布于 2024-10-26 10:41:28 字数 304 浏览 2 评论 0原文

我已经在 VS2008 命令提示符下运行 /devenv installvstemplates 但没有运气。我认为这是一个项目设置?

如果我创建一个新项目,我可以将 Linq 添加到 SQL 类,它会出现。但在我当前的网站上,它没有出现。

不过,我可以使用 LINQ to SQL 类,只需将其从一个项目复制并粘贴到另一个项目即可,效果很好。问题是现在尝试添加第二个,它与第一个冲突,所以我确实需要通过 VS 正确添加它。

为什么这个类模板没有向我显示?是否需要打开某些设置或需要添加参考?

感谢您的帮助

I've run /devenv installvstemplates in VS2008 command prompt but no luck. I think it's a project setting?

If I create a new project, I can add the Linq to SQL class, it appears. But in my current website, it doesn't come up.

I can however use the LINQ to SQL class, I just copy and paste it over from one project to the other and it works fine. The problem is trying to add a second one now, it conflicts with the first so I do need to add it properly via VS.

Why is this class template not showing for me? Is there some setting I need to turn on or reference I need to add?

Thanks for any help

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

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

发布评论

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

评论(1

萌无敌 2024-11-02 10:41:31

您需要在新项目对话框中将目标框架设置为 3.5,否则 LinQ to SQL 类模板将不会出现。

You need to set the target framework to 3.5 in the new project dialog, otherwise the LinQ to SQL classes template won't appear.

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