Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
GeneralRe: Importing a csv Pin
Christian Graus23-Apr-08 10:25
protectorChristian Graus23-Apr-08 10:25 
GeneralRe: Importing a csv Pin
BraveKnightFSJ23-Apr-08 12:29
BraveKnightFSJ23-Apr-08 12:29 
GeneralRe: Importing a csv Pin
Christian Graus23-Apr-08 12:38
protectorChristian Graus23-Apr-08 12:38 
GeneralRe: Importing a csv Pin
BraveKnightFSJ24-Apr-08 10:17
BraveKnightFSJ24-Apr-08 10:17 
QuestionSQL Server Authentication Pin
aecordoba23-Apr-08 9:33
aecordoba23-Apr-08 9:33 
GeneralRe: SQL Server Authentication Pin
Sam Xavier24-Apr-08 21:05
Sam Xavier24-Apr-08 21:05 
GeneralRe: SQL Server Authentication Pin
aecordoba25-Apr-08 3:47
aecordoba25-Apr-08 3:47 
GeneralRe: SQL Server Authentication Pin
Sam Xavier28-Apr-08 20:07
Sam Xavier28-Apr-08 20:07 
Have you already modified machine.config file appropriately. If no, then please modify it like this:

All the providers' default configurations point them to use the connection string named "LocalSqlServer" which is defined in the "machine.config" file which lives in the framework config directory. In this file, you shoud modify your connectionstring like the following in the connection strings section:

<add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" .../>

Best Regards,
Sam Xavier
www.componentone.com

GeneralXML file resturctued with XSL style sheet Pin
zaboboa23-Apr-08 9:26
zaboboa23-Apr-08 9:26 
GeneralRe: XML file resturctued with XSL style sheet Pin
led mike23-Apr-08 9:33
led mike23-Apr-08 9:33 
GeneralRe: XML file resturctued with XSL style sheet Pin
zaboboa23-Apr-08 10:10
zaboboa23-Apr-08 10:10 
GeneralRe: XML file resturctued with XSL style sheet Pin
zaboboa23-Apr-08 10:11
zaboboa23-Apr-08 10:11 
QuestionIVR System Pin
KBM7323-Apr-08 7:08
KBM7323-Apr-08 7:08 
NewsRe: IVR System Pin
carbon_golem23-Apr-08 8:11
carbon_golem23-Apr-08 8:11 
GeneralRe: IVR System Pin
MumbleB23-Apr-08 8:37
MumbleB23-Apr-08 8:37 
Questionexception handling for another program, is it possible in c#? Pin
Cptkli23-Apr-08 6:46
Cptkli23-Apr-08 6:46 
AnswerRe: exception handling for another program, is it possible in c#? Pin
Dave Kreskowiak23-Apr-08 10:05
mveDave Kreskowiak23-Apr-08 10:05 
GeneralRe: exception handling for another program, is it possible in c#? Pin
Cptkli23-Apr-08 11:34
Cptkli23-Apr-08 11:34 
GeneralText Encoding Pin
ayaxian23-Apr-08 5:29
ayaxian23-Apr-08 5:29 
GeneralRe: Text Encoding Pin
Anthony Mushrow23-Apr-08 6:58
professionalAnthony Mushrow23-Apr-08 6:58 
Generalc# and File.copy() function Pin
menelik23-Apr-08 5:10
menelik23-Apr-08 5:10 
GeneralRe: c# and File.copy() function Pin
Luc Pattyn23-Apr-08 8:25
sitebuilderLuc Pattyn23-Apr-08 8:25 
GeneralRe: c# and File.copy() function Pin
Zoltan Balazs23-Apr-08 9:57
Zoltan Balazs23-Apr-08 9:57 
GeneralClass Design Question. Pin
jchigg200023-Apr-08 4:40
jchigg200023-Apr-08 4:40 
GeneralRe: Class Design Question. Pin
J a a n s23-Apr-08 4:51
professionalJ a a n s23-Apr-08 4:51 

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.