merging projects??
-
Is there a way to do this. I have 2 seperate projects that I want to be able to run together, and experienced problems when trying to import all the code into the other one, that and one has different references, so trying to manually import the code is a real pain. but when I try to make reference to a class in the other project it cannnot find it. Thanks for the help
-
Is there a way to do this. I have 2 seperate projects that I want to be able to run together, and experienced problems when trying to import all the code into the other one, that and one has different references, so trying to manually import the code is a real pain. but when I try to make reference to a class in the other project it cannnot find it. Thanks for the help
Depending on how your projects are written, you can't just "merge" the two together. You'll most likely have to copy the files into one of the projects and modify them to use a common namespace. The only other way to do it would be to add the two projects in question to the same Solution. Either way, you'll have to modify the code to work. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome