I have a solution with some projects. One of this projects is the one I\'ve defined as main, also his class has a main Method.
Inside this class, I\'ve defined some
You need to add a reference to Project A to project B - right click on the project node in the solution explorer, select references, then projects then Project A.
You will then have access to all the types in Project A.
See this How To on MSDN.