Question

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.

Was it helpful?

Solution

This method is defined from .NET Framework 2.0.

See http://msdn.microsoft.com/en-en/library/ms134265(v=vs.110).aspx => Version Information

Regards, Jörg

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top