Click to See Complete Forum and Search --> : Unable to retrieve folder information from the server...
aspdotnet
February 1st, 2004, 12:32 PM
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:
newvisva
February 3rd, 2004, 08:39 AM
POssiblity
1. Maybe ur IIS is not switched on
2. U might hv changed ur IP address which causes ur project to point at that IP
eduardwitteveen
October 28th, 2004, 11:06 AM
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=en&lr=&ie=UTF-8&oe=UTF-8&threadm=018901c370ad%2467041600%24a301280a%40phx.gbl&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3D%2522Refreshing%2Bthe%2Bproject%2Bfailed.%2BUnable%2Bto%2Bretrieve%2Bfolder%2Binformation%2Bfrom%2Bthe%2Bserver.%2522
nachsart
May 11th, 2011, 07:03 PM
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.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.