Hi, Bart
there is an old issue that is still present in ver 7 EAP:
when an assembly has a very long class/method name, Windows got crazy and can't save it, please add analysis for it and trim the name to acceptable one.
here is a live example:
..........
std\_Tree_std___Tmap_traits_std__basic_string_char,std__char_traits_char_,std__allocator_char_ _,aut__ent__Permission,std__less_std__basic_string_char,std__char_traits_char_,std__allocator_char_ _ _,std__allocator_std__pair_std__basic_string_char,std__char_traits_char_,std__allocator_char_ _ const ,aut__ent__Permission_ _,0_ _.cs
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Thanks
there is an old issue that is still present in ver 7 EAP:
when an assembly has a very long class/method name, Windows got crazy and can't save it, please add analysis for it and trim the name to acceptable one.
here is a live example:
..........
std\_Tree_std___Tmap_traits_std__basic_string_char,std__char_traits_char_,std__allocator_char_ _,aut__ent__Permission,std__less_std__basic_string_char,std__char_traits_char_,std__allocator_char_ _ _,std__allocator_std__pair_std__basic_string_char,std__char_traits_char_,std__allocator_char_ _ const ,aut__ent__Permission_ _,0_ _.cs
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Thanks