Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I've reached the point where I need to have multiple solutions for my application. However, a couple of issues came up.
- How do you create a solution and not create a folder for the solution? Is there any problem with just moving it after you create it?
- Once I had my blank solution, I added an existing project. All the reference to the other projects were then broken in that project. Next I tried copying my main solution and then removing the projects I didn't want. This removed the references to those projects. I assume that I'd then add references to the DLL for each missing project. So, two questions: first, how were are these references stored? If I mess with the references in my new solution, won't it break the references in my existing solution? Second, if I have to add references to the DLLs, were should I pull from? I'm guessing bin\debug, but is this the best place?
Thanks!
|