TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Steve Geard
NA
4
0
ConfigurationManager problem
May 16 2010 8:37 PM
I am using VS 2008 and C#.NET, I have the connectionstring for an SQL Server database stored in app.config, I believe I should be able to access it using ConfigurationManager, as follws:
using System;
using System.Configuration;
...
string ConnectionString = ConfiurationManager.ConnectionStrings("ConnectionStringName").ToString();
However, I getting build errors telling me that the name ConfigurationManager does not exist in the current context.
What am I doing wrong?
Reply
Answers (
1
)
Find text in textbox in word document
Hi friends good morning,, i need to track IP address and to store them, how can i do...