Reputation: 4920
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
Upvotes: 0
Views: 161
Reputation: 1294
You need to include the generated files into your Visual Studio project. Find the folder with the files and drag them into your project.
Upvotes: 1