I have a problem I can't seem to figure out. When I open my project all the files in Solution Explorer have all there own subfolders. For example instead of a folder called css with a few files in it, I have a few css folders each with 1 file in it. However, I open the project on my coworkers machine and it opens fine. Any ideas if there is a setting or so开发者_运维问答mething I'm missing? Thanks!
Are you using source control? Visual Studio 2008 has a few quirks...as a rule whenever something strange like this occurs it is time to close and re-open the solution.
If this does not help, I would rename my project folder to back up my files, then create a fresh copy from the known good project that works on your colleague's machine.
Hope this helps!
So the issue is when I open the project off the network share the foldering gets all messed up. Easy fix is just to copy it to my local drive.
精彩评论