I have a solution with five projects and a solution folder. All projects have a reference to project inside the solution folder. When I clean up the solution and create the solution, the project is not created in the solution folder.
How can I fix this problem?
It seems that a project depends on any other project in your solution (not unusual).
You can change the order that your projects are created in Visual Studio so that the dependency tree is satisfied when preparing the solution.
If you right click on Solution Explorer solution and select 'Project Dependency ...' then you will be able to tell to Visual Studio which will order to make your projects.
Comments
Post a Comment