AppSettings in Whidbey Express

D

David J Rose

How do I read and write application settings (eg connection string) in
Whidbey (VS Express Beta2)?
 
G

Glenn Wilson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top