vote up 0 vote down star

As many would have discovered .net does not handle long paths names well.

So when will .net support long paths natively?

By natively I mean with out any of the suggested workarounds like subst and pinvoke

Some reading:

http://blogs.msdn.com/bclteam/archive/2007/03/26/long-paths-in-net-part-2-of-3-long-path-workarounds-kim-hamilton.aspx

http://blogs.msdn.com/bclteam/archive/2008/07/07/long-paths-in-net-part-3-of-3-redux-kim-hamilton.aspx

flag

78% accept rate
1  
This seems to me to be either a question you should be asking Microsoft, or a rant because they don't support it yet. Why do you think the greater development community would have more knowledge of Microsoft's plans than Microsoft itself? – paxdiablo Jun 9 at 1:48
How would i ask MS? – Simon Jun 9 at 2:00
Err, using the blogs you posted the links for is a good start. MS developers monitor those. Otherwise: support.microsoft.com/contactus/?ws=support/… – paxdiablo Jun 9 at 2:08
Or connect.microsoft.com/visualstudio/ – John Saunders Jun 9 at 10:21

closed as not a real question by paxdiablo, Steven A. Lowe, jeffamaphone, John Saunders, Shog9 Jun 10 at 5:08

1 Answer

vote up 3 vote down

Interestingly, the part of the thread you have missed out on linking: http://blogs.msdn.com/bclteam/archive/2007/02/13/long-paths-in-net-part-1-of-3-kim-hamilton.aspx

Does a pretty good job of explaining why they are not likely to address this issue until Windows itself can properly handle longer paths in all its APIs.

Considering that they mention Vista only has a 'solution' to ameliorate the problem, I doubt Windows 7 will do much better. In which case the answer to this question is probably something like 'not until somewhere after Windows 8 is released', so years yet...

link|flag
1  
In other words: it's a windows issue, not a .Net issue. – Joel Coehoorn Jun 9 at 2:36
Precisely... I didn't quite want to be that terse though ;) – jerryjvl Jun 9 at 2:37

Not the answer you're looking for? Browse other questions tagged or ask your own question.