I have a solution with several projects, let's say projects A, B and others.
Project A is not compiling. Project B is compiling fine and is set as StartUp project.
I can't run Project B until I fix Project A errors caught by Intellisense. And projects A and B share no references with each other whatsoever.
There is any way of run Project B without fixing Project A errors? I thought of disabling Intellisense, but that wouldn't be what I want.
I'm using C# with Visual Studio 2010, but if there is anything helpful on 2012 let me know too.
Thanks in advance.
In the solution properties, make sure Project A is set to not build and Project B is set as start up, project B should launch without first trying to build Project A