Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a folder related to the API of one company and I have a different folder related to a different API. Independently I am able to create and compile apps. However, what I want to do is use both concurrently in a single app. The only issue I have is Microsoft and its convoluted ways of getting the app to recognize the libraries, functions, etc of another app/folder.

THANK YOU!

What I have tried:

I have tried "Add reference" from the Project menu to no avail. Says "Please make sure the file is accessible or is a valid COM or assembly file.
Posted
Updated 5-Apr-23 13:41pm
v2

1 solution

Create a blank solution, then add each project to the blank solution.
 
Share this answer
 
Comments
LF FF 5-Apr-23 22:28pm    
Awesome, thanks Graeme. I was able to create a blank solution, but then how to add project? I have different folders for each project with a ton of various files in them, like csproj sln suo files etc. What I want to end up doing is being able to access the methods and functionalities of each. I have messed up stuff before so I want to tread carefully. Thanks again!
Graeme_Grant 5-Apr-23 22:34pm    
The projects to be added can stay where they are. Simply go to the Solution Explorer > Right-Click on the solution name > Add > Existing Project. Repeat for each project. Then you can do the project dependencies as needed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900