c# - I can't see the folders I created in my project -


i have been working on project in c# in microsoft visual studio 2012. since have lot of c# files decided put them in few folders based on type. example interfaces folder , enumerations folder.

now when open project can't see of folders , of c# files not in folders. can't open files because says directory has changed or has been deleted. adding photo able see happened me.

http://www.flickr.com/photos/95711882@n02/8736459132/in/photostream/lightbox/

you should've created folders , moved files inside vs solution explorer, tracked automatically.

the easiest way fix enable "show files" @ top of solution explorer, refresh view make sure can see everything

then right-click grayed out folders , choose "include in project"

once that's done, delete "broken" old files.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -