Reputation: 35
something happened after uploading my asp.net mvc project on the web. when I opened my project in visual studio after the uploading to make some changes the Models folder was missing. I can see the model classess from Class View option but I can't find the Models folder in solution explorer. I'll appreciate your help
Upvotes: 2
Views: 3074
Reputation: 14250
Solution Explorer has a Show All Files button. That will display items under the project folder but not tracked by Visual Studio.
Right-click the Models folder and Include In Project.
Upvotes: 5