I'm trying to get the LocalAppData default folder for my program
But this only works for FrameWork 4.5:
ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoaming).FilePath
I need a way to do it in Framework 3.5 and framework 4.0.
PS: In VB.NET
Thankyou for read.