G
Guest
I had an windows application with app.config file,when I build the application it converted the app.config to applicationname.exe.config file.Butwhen I convert the same application to a dll, It doesn't convert the app.config to anything? How to use the app.config file and reference it in the Dll
Line of code in the windows application that uses the app.config is as follows
RemotingConfiguration.Configure( System.Environment.CurrentDirectory + @"\" + "AppName.exe.config");
Line of code in the windows application that uses the app.config is as follows
RemotingConfiguration.Configure( System.Environment.CurrentDirectory + @"\" + "AppName.exe.config");