Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Adding a folder to a project in Visual Studio

enter image description here

I added a folder called "MySamples" the the Examples project. However when I try and use the folder it says its not recognized. Ive tried cleaning/rebuiling the solution. I tried restarting VSstudio and reven restarting PC. How can I get Program.cs to recognize and use the "MySamples" folder.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Is there any file inside the folder MySamples that defines a class under the namespace "Examples.MySamples"? It looks like there’s no such namespace defined, and that’s why you are not able to reference it.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading