I have a solution that has one class library project, and the others are WPF applications. I have added class library’s reference the but, but both of them cannot use its classes.
So, what is the problem?
NOTE: sorry for tags, it’s safari’s problem.
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.
Found the problem. One of my references in class library has caused it, and I have removed it. Now I can built the solution without errors.
Thanks for your comments..