如何使用亚音速生成的文件?
我有 Visual 2010,我正在尝试从我的数据库生成 dal。
我创建一个类库项目
我添加对 Subsonic 的引用
我添加对 mysql 的引用
在目录中创建生成的文件
我添加一个 App.config 文件并将其填充如下:
我创建外部工具按钮并运行它, 它生成 CS 文件,但没有出现在生成文件中,
下一步要在我的应用程序中使用这些文件做什么?
谢谢
I have Visual 2010, I am trying to generate dal from my database.
I create a classlibrary project
I add reference to Subsonic
I add reference to mysql
create generated file in directory
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将生成的文件包含到您的 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.