Bart
Bart

Reputation: 4920

how to use subsonic generated files?

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

Upvotes: 0

Views: 161

Answers (1)

sparks
sparks

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

Related Questions