Click here to Skip to main content
15,888,271 members
Home / Discussions / C#
   

C#

 
GeneralRe: Save and Retrieve Image Pin
Richard MacCutchan31-Dec-12 22:50
mveRichard MacCutchan31-Dec-12 22:50 
AnswerRe: Save and Retrieve Image Pin
Abhinav S28-Dec-12 23:38
Abhinav S28-Dec-12 23:38 
GeneralRe: Save and Retrieve Image Pin
nirmalgopalakrishnan29-Dec-12 5:16
nirmalgopalakrishnan29-Dec-12 5:16 
QuestionDynamic text box array and focus event Pin
Everetts28-Dec-12 8:41
Everetts28-Dec-12 8:41 
AnswerRe: Dynamic text box array and focus event Pin
Eddy Vluggen28-Dec-12 10:25
professionalEddy Vluggen28-Dec-12 10:25 
GeneralRe: Dynamic text box array and focus event Pin
bambuz28-Dec-12 14:33
bambuz28-Dec-12 14:33 
GeneralRe: Dynamic text box array and focus event Pin
Everetts28-Dec-12 16:41
Everetts28-Dec-12 16:41 
QuestionConnection String in Properties.Settings Pin
TheJudeDude28-Dec-12 7:47
TheJudeDude28-Dec-12 7:47 
I am rewriting a desktop application in VS2010 that was written in .Net 1.1. While doing so, I decided to add a couple of features to the app. One is a data source for a drop down list. I am using a local database file (.sdf) for the data.
I noticed in the <namespace>.Properties.Settings file that the connection string is a hard link to where I entered the file location (which is C:\Users\<username>\Documents\db\<filename>). I need this to be more dynamic, due to the fact this app will be on many different computers.
I tried editing to :
C#
"Data Source = " + System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments) + @"\dbs\latefee.sdf")]

But I receive the following error at compile time:
Error	1	An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type	C:\Users\brian\AppData\Local\Temporary Projects\latefeedisc\Properties\Settings.Designer.cs	29	68	latefeedisc


How do I correct this?

Thank you in advance.
Jude

AnswerRe: Connection String in Properties.Settings Pin
SledgeHammer0128-Dec-12 8:27
SledgeHammer0128-Dec-12 8:27 
AnswerRe: Connection String in Properties.Settings Pin
Eddy Vluggen28-Dec-12 8:30
professionalEddy Vluggen28-Dec-12 8:30 
GeneralRe: Connection String in Properties.Settings Pin
TheJudeDude28-Dec-12 8:49
TheJudeDude28-Dec-12 8:49 
GeneralRe: Connection String in Properties.Settings Pin
Eddy Vluggen28-Dec-12 9:01
professionalEddy Vluggen28-Dec-12 9:01 
GeneralRe: Connection String in Properties.Settings Pin
PIEBALDconsult28-Dec-12 14:04
mvePIEBALDconsult28-Dec-12 14:04 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0129-Dec-12 7:18
SledgeHammer0129-Dec-12 7:18 
GeneralRe: Connection String in Properties.Settings Pin
PIEBALDconsult29-Dec-12 7:23
mvePIEBALDconsult29-Dec-12 7:23 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0129-Dec-12 7:29
SledgeHammer0129-Dec-12 7:29 
GeneralRe: Connection String in Properties.Settings Pin
PIEBALDconsult29-Dec-12 7:43
mvePIEBALDconsult29-Dec-12 7:43 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0129-Dec-12 7:47
SledgeHammer0129-Dec-12 7:47 
GeneralRe: Connection String in Properties.Settings Pin
PIEBALDconsult29-Dec-12 7:51
mvePIEBALDconsult29-Dec-12 7:51 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0129-Dec-12 7:56
SledgeHammer0129-Dec-12 7:56 
GeneralRe: Connection String in Properties.Settings Pin
jschell30-Dec-12 8:33
jschell30-Dec-12 8:33 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0130-Dec-12 8:56
SledgeHammer0130-Dec-12 8:56 
GeneralRe: Connection String in Properties.Settings Pin
jschell31-Dec-12 9:00
jschell31-Dec-12 9:00 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0131-Dec-12 10:11
SledgeHammer0131-Dec-12 10:11 
GeneralRe: Connection String in Properties.Settings Pin
jschell1-Jan-13 6:58
jschell1-Jan-13 6:58 

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.