I've found the solution just hardcode the path of within the project put your text file in bin folder of the project and change it's extension to .vs and hardcode like this'./Emptytextfile.vs'
Trouble using ConfigurationManager in C#
Hassan Usman
0
Reputation points
I am having difficulty using ConfigurationManager in my C# code. I have tried various solutions but have not been successful. I am also unable to add a reference. Can someone provide guidance on how to use ConfigurationManager properly?