This is a discussion on Configuration File Location Path is a DOS path compressed path - DOTNET ; What would cause the configuration location string (AppDomain.CurrentDomain.SetupInformation.ConfigurationFile) to have a value that looks like a DOS compressed path : C:\Foo\WIZARD~1\DEBUGB~1\CHARTW~1.config? When I run the program under the debugger the path looks correct: C:\Foo\WizardLocation\DebugBuild\ChartWiz.exe.config. What causes this?...
What would cause the configuration location string
(AppDomain.CurrentDomain.SetupInformation.ConfigurationFile) to have a value
that looks like a DOS compressed path :
C:\Foo\WIZARD~1\DEBUGB~1\CHARTW~1.config?
When I run the program under the debugger the path looks correct:
C:\Foo\WizardLocation\DebugBuild\ChartWiz.exe.config.
What causes this?