I have multiple .net projects under a solution.
Specifically, i have few content files like pdf’s, word docs under an asp.net project that i would like to access from a windows application project.
What’s the best way to achieve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try adding the file as an Existing file and then specify that it is a linked file when selecting that file. After that you can flip the option to always copy to the output folder.