G
Guest
http://msdn2.microsoft.com/en-us/library/system.configuration.configuration
This site contains sample code that does not compile for me. The line of
code is:
' Get the current configuration file.
Dim config As _
System.Configuration.Configuration = _
ConfigurationManager.OpenExeConfiguration( _
ConfigurationUserLevel.None)
When I place this in my VB.Form code, I get the following error:
System.Configuration.Configuration is not defined. Surely I am missing
something simple.
This site contains sample code that does not compile for me. The line of
code is:
' Get the current configuration file.
Dim config As _
System.Configuration.Configuration = _
ConfigurationManager.OpenExeConfiguration( _
ConfigurationUserLevel.None)
When I place this in my VB.Form code, I get the following error:
System.Configuration.Configuration is not defined. Surely I am missing
something simple.