I have a one solution, and two projects inside it. Both projects exists in the same namespace, e.g. MyCompanyName. When I call
My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData
this method returns two different paths. First path is C:\Users\user\AppData\Roaming\MyCompanyName, second path is C:\Users\user\AppData\Roaming\MyCompanyFullName.
I should know, why? Thanks!