In Orcase Beta2, I tried to do a check out today from Team Foundation Source Control Explorer and encountered this error:
TF10128 - Path contains more than the allowed 259 characters.
We try to use the Microsoft assembly naming conventions so a given assembly might be have a lengthy path like
$(RootPath)
CT.Clients (Container)
CT.Clients.Query.Hierarchal (Container)
CT.Clients.Query.Hiercharchal.Exporters.Print (Project)
I assumed that TFS / Orcas used unicode paths so this would never been an issue. Java can have lengthy packages/namespaces so shouldn't TFS / .NET be able to as well?
What is the best way way to address this issue?
thanks!
scottm