I have all of my references set up, and the classes are public, but I still cannot see the classes and project in the project I'm working in. Does anyone have any other ideas to try? Thanks!
Asked
Active
Viewed 297 times
0
-
3Make sure you type the full path to the class or have added usings to the top of your file. – MineR Aug 08 '18 at 04:28
-
Have you added the reference for your project? – habib Aug 08 '18 at 04:55
-
Make sure the .NET versions are compatible – Mel Gerats Aug 08 '18 at 04:59
1 Answers
1
There can be number of reasons for this.
- Please Check If added the Reference Correctly to your project
- Then Check your accessor methods in the referring project.make sure you use the
public
keyword for classes and methods you want to reference. - Bothe projects should be in same .NET version or Reference project should be less than the refereeing project
- if you can show the specific code both projects it's easier to determine

Chathura Edirisinghe
- 126
- 1
- 5