Yes, that is where exactly I am facing the problem. Can you please guide me how to add the generated project to the solution. Right now, I have the folder DAL with all the generated files in it.
case 1: I created a new project (type website). Then clicked on add ->existing project. I clicked on the folder DAL to add that project. Doing that did not add the complete folder. When I clicked on DAL to add the folder, it opened the folder to show all its sub-folders collection classes,entity classes etc. There is no way I could add the complete folder to my solution. It can only add project if it has DAL.dll file. But the project is not yet compiled to build out .dll file. How do we build the folder to get DAL.dll file?
case 2: So, I created a new project (type website). Then clicked on add->existing website. I now clicked on the folder DAL and this added the folder to my solution. But this did not compile all its sub-folders.
case 3: So, I created a new project (type class library). Then, clicked on add ->existing website. Then, added my GUI website to the sol. Here I got 100 errors.
Could you please explain me briefly about adding the generated project? I tried all the 3 cases above. I have been trying to solve this issue since 1 week and I am unable to find a solution. Please help!
Thanks,
G