Home - Forums-.NET - Spices.Net - The problem with Application.LocalUserAppDataPath

Spices.Net

NET code security, tools to protect, obfuscate, tamper defense, code and data safety, recover, convert, optimize, explore, browse and analyze .Net software.

This forum related to following products: Spices.Net Suite, Spices.Net Obfuscator, Spices.Net Decompiler

The problem with Application.LocalUserAppDataPath
Link Posted: 21-Dec-2014 16:32
When we use setting ObfuscationOption.Naming: NonDisplayable or CustomAndNonDisplayable, the usage Application.LocalUserAppDataPath caused errors (incorrect chararacters in path)
Could you check that problem?
Link Posted: 21-Dec-2014 16:35
The Application.LocalUserAppDataPath uses reflection, and uses default namespace name when forming LocalUserAppDataPath, so if you exclude default namespace from obfuscation (just add this name to ExcludePatterns) you'll solve that problem.