Problem with FileSystem.SpecialDirectories.AllUsersApplicationData
Mena
Posts: 1 New member
Hello,
Why FileSystem.SpecialDirectories.AllUsersApplicationData give me back the wrong version number?
Version number is taken from SmartAssembly and not from .net file!
Code:
MsgBox(My.Computer.FileSystem.SpecialDirectories.AllUsersApplicationData.ToString)
Best regards
Mena