Closed nunorosa9 closed 2 years ago
Can you provide the full text in the error?
The problem is related to the variable path in settings.cs
I changed to the following path and compiled the code and it's already working:
private readonly string configDir = Path.Combine(@"C:\_Work\Programas\SuperLauncher\temp", Environment.UserDomainName, Environment.UserName); public string configPath = Path.Combine(@"C:\_Work\Programas\SuperLauncher\temp", Environment.UserDomainName, Environment.UserName, "SuperLauncherConfig.xml");
Congratulations for the program, well done!
Awesome, glad you got it working!
Accessing or creating shortcuts in the application causes the following erro r.