如何使用亚音速生成的文件?

发布于 2024-09-04 01:03:53 字数 389 浏览 3 评论 0原文

我有 Visual 2010,我正在尝试从我的数据库生成 dal。

  1. 我创建一个类库项目

  2. 我添加对 Subsonic 的引用

  3. 我添加对 mysql 的引用

  4. 在目录中创建生成的文件

  5. 我添加一个 App.config 文件并将其填充如下:

我创建外部工具按钮并运行它, 它生成 CS 文件,但没有出现在生成文件中,

下一步要在我的应用程序中使用这些文件做什么?

谢谢

I have Visual 2010, I am trying to generate dal from my database.

  1. I create a classlibrary project

  2. I add reference to Subsonic

  3. I add reference to mysql

  4. create generated file in directory

  5. I add a App.config file and fill it as this:

I create the external tools button and run it,
it generates the CS files, but doesnt appear in generate files,

what to do next to use these files in my application??

thanks

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

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

发布评论

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

评论(1

墨小墨 2024-09-11 01:03:53

您需要将生成的文件包含到您的 Visual Studio 项目中。找到包含文件的文件夹并将它们拖到您的项目中。

You need to include the generated files into your Visual Studio project. Find the folder with the files and drag them into your project.

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