My VB.NET 2008, .NET 3.5 application is using an app.config with settings defined as User. As expected, it created the folder:
C:\Documents and Settings\<user>\Local Settings\Application Data\<company name>\
In this folder are the sub-folders for the application to store the user settings. However, the folder of the company name has underscores:
C:\Documents and Settings\<user>\Local Settings\Application Data\This__Is_My_Company\
None of the other folders in this directory have underscores, and it looks stupid. Is there any way to tell the application to create the folder without underscores in the name?