This is a joke. While adding a project to a VS .Net 2005 solution, I encountered this message:
"The length of the full path for the solution, project or item you are creating exceeds the maximum path length allowed by the system. You must reduce the length of the name or the location."

I think this piggybacks on an earlier post I made last November about solution path lengths in VS .Net 2003. At least VS .Net is telling developers when the path is too long now. But why does the length of the path have to matter?? I thought the days of keeping things like variable names, disk footprints, and of all things file paths small were long gone. What's even stranger is that the length of the project path I was attempting to use was 150 characters. I would have guessed that it would have been 512 or 1024 or some other nice, big round computer number.
So I guess I'll have to pick a different path for storing my solutions...