Please can anyone help me with how to work with two or more projects in the same solution explorer.
That is I have project A and Project B with each having .CS files.My problem is to be in project A and call the classes in Project B and vice-versa.
Please demonstrate with codes or a sample project because am new to C#.Net
or send them to my email :[email protected]
Loading
H MESSPosted Feb 26, 2009, 10:23 AM
In case you need to add a new separate project to your current project:
Go to "New Project" in the menus and in one of the options change from "Create new Solution" to "Add Solution"
Not sure this applies here though :s
vivek kulkarniPosted Feb 25, 2009, 11:48 AM
Hi,
Here is a link to get you started.
http://msdn.microsoft.com/en-us/library/wkze6zky(VS.80).aspx
How to: Add or Remove References in Visual Studio
Thank you,
Vivek Kulkarni,
MCP MCAD.Net