Click here to Skip to main content
15,896,453 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOn Enter Button1 is clicked Pin
Assaf8217-Jun-08 2:04
Assaf8217-Jun-08 2:04 
AnswerRe: On Enter Button1 is clicked Pin
Christian Graus17-Jun-08 2:08
protectorChristian Graus17-Jun-08 2:08 
GeneralRe: On Enter Button1 is clicked Pin
Assaf8217-Jun-08 2:12
Assaf8217-Jun-08 2:12 
GeneralRe: On Enter Button1 is clicked Pin
Christian Graus17-Jun-08 2:26
protectorChristian Graus17-Jun-08 2:26 
QuestionRuntime Problem Pin
monika_vasvani17-Jun-08 0:06
monika_vasvani17-Jun-08 0:06 
AnswerRe: Runtime Problem Pin
Ajay.k_Singh17-Jun-08 0:33
Ajay.k_Singh17-Jun-08 0:33 
AnswerRe: Runtime Problem Pin
~Khatri Mitesh~17-Jun-08 2:04
~Khatri Mitesh~17-Jun-08 2:04 
QuestionProblem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd16-Jun-08 22:06
professionalVimalsoft(Pty) Ltd16-Jun-08 22:06 
Good Morning All

i have the Following App.Config file in VB2003 and a Windows Application.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<appSettings>
		<!--   User application and configured property settings go here.-->
		<!--   Example: <add key="settingName" value="settingValue"/> -->
		<add key="timer.Enabled" value="True" />
		<add key="timer.Interval" value="1000" />
		<connectionstring>
		<add name ="Tshwane_Train"
		connectionString = "login=sde;Password=topology;Database=Tshwane_Valuations_Train;
		Server=SGIICORNETGS01"/>
		</connectionstring>
	</appSettings>	
</configuration>



and am Accessing this Connction string from the Vb App, like this

Dim constr As String = Configuration.ConfigurationSettings.AppSettings("Tshwane_Train")


When i compile the Application, i get no Errors ,but but when i try to run the application, i mean the Part that will need to Connect to the Database i get the Following Error.

An unhandled exception of
type 'System.Configuration.ConfigurationException' occurred in system.dll<br />
Additional information: Unrecognized element



What is Wrong

Thanks

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


AnswerRe: Problem Retrieving a Connection String from App.Config Pin
Andy_L_J17-Jun-08 2:05
Andy_L_J17-Jun-08 2:05 
GeneralRe: Problem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd17-Jun-08 3:07
professionalVimalsoft(Pty) Ltd17-Jun-08 3:07 
GeneralRe: Problem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd17-Jun-08 3:14
professionalVimalsoft(Pty) Ltd17-Jun-08 3:14 
AnswerRe: Problem Retrieving a Connection String from App.Config Pin
Mark Churchill17-Jun-08 3:14
Mark Churchill17-Jun-08 3:14 
GeneralRe: Problem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd17-Jun-08 4:59
professionalVimalsoft(Pty) Ltd17-Jun-08 4:59 
AnswerRe: Problem Retrieving a Connection String from App.Config Pin
Noctris18-Jun-08 0:39
Noctris18-Jun-08 0:39 
Questioncombobox Problem.... Pin
soniasan16-Jun-08 21:25
soniasan16-Jun-08 21:25 
AnswerRe: combobox Problem.... Pin
Christian Graus17-Jun-08 2:09
protectorChristian Graus17-Jun-08 2:09 
AnswerRe: combobox Problem.... Pin
SamRST18-Jun-08 4:40
SamRST18-Jun-08 4:40 
Questioncreate temp file Pin
Milind Panchal16-Jun-08 20:45
Milind Panchal16-Jun-08 20:45 
AnswerRe: create temp file Pin
Ashfield16-Jun-08 21:08
Ashfield16-Jun-08 21:08 
AnswerRe: create temp file Pin
Christian Graus17-Jun-08 2:09
protectorChristian Graus17-Jun-08 2:09 
QuestionHow to Insert and Update DateTimePicker to SQL Database vai DSN with VB.NET Pin
Kosaly16-Jun-08 20:28
Kosaly16-Jun-08 20:28 
AnswerRe: How to Insert and Update DateTimePicker to SQL Database vai DSN with VB.NET Pin
Christian Graus17-Jun-08 2:10
protectorChristian Graus17-Jun-08 2:10 
QuestionHow to encrypt and decrypt MS-Access data using blowfish Pin
charanbura16-Jun-08 17:54
charanbura16-Jun-08 17:54 
AnswerRe: How to encrypt and decrypt MS-Access data using blowfish Pin
paas17-Jun-08 7:15
paas17-Jun-08 7:15 
Questionstup problem Pin
asha_s16-Jun-08 13:02
asha_s16-Jun-08 13:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.