D David J Rose Apr 19, 2005 #1 How do I read and write application settings (eg connection string) in Whidbey (VS Express Beta2)?
W Willy Denoyette [MVP] Apr 19, 2005 #2 David J Rose said: How do I read and write application settings (eg connection string) in Whidbey (VS Express Beta2)? Click to expand... Please post Beta2 questions to http://forums.microsoft.com/msdn/ these are specialy set-up to support customers for the Visual Studio 2005 Beta 2 release. Willy.
David J Rose said: How do I read and write application settings (eg connection string) in Whidbey (VS Express Beta2)? Click to expand... Please post Beta2 questions to http://forums.microsoft.com/msdn/ these are specialy set-up to support customers for the Visual Studio 2005 Beta 2 release. Willy.
G Glenn Wilson Apr 20, 2005 #3 You can set them up in the properties tab of the project by double clicking on the Settings item. Then call them like this.. Value = <ApplicationName>.Properties.Settings.Default.<SettingName> But I agree you should post in the .net 2.0 support forums, and there is a link from the community menu item on the main title bar "Ask a Question" Mykre www.ircomm.net - Managed Game Programming
You can set them up in the properties tab of the project by double clicking on the Settings item. Then call them like this.. Value = <ApplicationName>.Properties.Settings.Default.<SettingName> But I agree you should post in the .net 2.0 support forums, and there is a link from the community menu item on the main title bar "Ask a Question" Mykre www.ircomm.net - Managed Game Programming