Unable to retrieve folder information from the server...
when i open the project, there is a error messange...like this...
========================================
Refreshing the project failed, Unable to retrieve folder information from the server...
========================================
so i can not refresh work folder information...
when i create new folder, it doesn't appear the solution explorer in Visual studio.net.
what's problem???:confused: :confused:
Re: Unable to retrieve folder information from the server...
You should not create duirectories starting with an "."inside your .NET web application :D
Blame microsoft :D
more info: http://groups.google.com/groups?hl=e...2Bserver.%2522
Re: Unable to retrieve folder information from the server...
Thanks to the poster that suggested folders containing a "." can cause problems. I just thought I would add to the last comment about directories that contain a "." in them. We use SVN for source code control. We have to run a script to convert the "." to an "_" on the ".svn" directories. If you don't, then when you try to open the project in visual studio it pops up this message for each project that it tries to load containing a ".svn" subdirectory. When we're ready to update SVN we run another script to convert the "_svn" to ".svn" again. Cheers.