Microsoft
Software
Hardware
Network
Question : Integrating projects
I have two C# projects that i want to integrate, i want to do this in a minimal possible procedure
e.g.
Copy all the files and classes in one project and moving them to the other.
is there any prescribed or regular appropriate way of doing this.
Thanks.
Answer : Integrating projects
provided you have both the projects in one solution...if they are not, then you can create a new solution and then Add Existing project for both the projects and then try the drag-drop or copy-paste...
Random Solutions
Cannot uninstall iSeries Client Access
Week Number of Month - Excel 2007
Collecting amount of data stored in file shares remotely
Crystal Reports and VB.Net 2008
updateable view
how to get a version of instaled Java VM
basic calculus - finding the maxium
Table alignment in Dreamweaver
Copy data from sheets according to sub header.
trying to add PasswordChar to text box Web c#