visual studio 2008 - Solution explorer not showing files, not because the show/all files button -


i have solution checked tfs. looking in source control explorer have .cs file in solution. looking in solution explorer it's missing.

when project built takes file consideration , it's code included in build.

a collegue of mine has pulled code tfs , built , appears expected.

any ideas?

had same problem. did was, keeping solution/projects open. went windows explorer, deleted files of project not showing files. tfs, got files project. prompted reload project, , voila - files showed up. not sure why happened though.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -