On a Terminal Server install of my .NET 2.0 WinForms app, one of my clients gets the following exception on startup:
So I cant find a definitive answer to the Question.How do you load the app.config file into a DLL. I understand that generally the App.config info should be put into the executable app.config.However
I am running a WCF service from inside a exe (for debugging, it will be moved to the windows service when deployed) I got one service running fine inside of it however when I run a second service I ge
I\'ve saved my project connection string in app.config file and use it without any problem. But some one told me that she has put it in Properties.Resources of her project.
When i run a simple test on connection to DB check i receive an error in NUnit: [Test] public void TestConn()
I have one requirement that i have to place the log file in the same directory of solution. That is my solution is placed 开发者_如何学Pythonin [drive]\\work\\Project1\\solution file. But i have to cr
Consider a C# app which has a number of user settings, some are actively used and updated and others are always read-only. Under which circumstances can such a read-only settings property end up in a
I have created a shared Add-in for Excel and want to use App.config for some of the settings. I have read somewhere that i cant use app.config for shared Add in(dll). Please let me know is there an开发
This question already has answers here: Closed 10 years ago. Possible Duplicate: How to encrypt connection string in WinForms 1.1 app.config?
I need help on encrypting connection strin开发者_开发问答g in app.config and save it there and decrypt it for use.You can use aspnet_regiis.exe -pef for that.