Click here to Skip to main content
15,898,954 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please Help Pin
itsravie7-Sep-09 0:17
itsravie7-Sep-09 0:17 
GeneralRe: Please Help Pin
Kevin McFarlane7-Sep-09 0:19
Kevin McFarlane7-Sep-09 0:19 
GeneralRe: Please Help Pin
itsravie7-Sep-09 0:38
itsravie7-Sep-09 0:38 
GeneralRe: Please Help Pin
Not Active7-Sep-09 2:59
mentorNot Active7-Sep-09 2:59 
GeneralRe: Please Help Pin
Nicholas Butler7-Sep-09 0:20
sitebuilderNicholas Butler7-Sep-09 0:20 
GeneralRe: Please Help Pin
DaveyM697-Sep-09 0:23
professionalDaveyM697-Sep-09 0:23 
GeneralRe: Please Help Pin
Nicholas Butler7-Sep-09 0:39
sitebuilderNicholas Butler7-Sep-09 0:39 
QuestionProblem in setup project [modified] Pin
xodeblack6-Sep-09 23:55
xodeblack6-Sep-09 23:55 
Hi All

I am adding app.config file in application folder of setup project for creating installer.
after installing application when we run it ..if gives following error
The Key ConnectionString does not exist in the app setting configuration section 


but when I run application in Dotnet.it runs fine but when run after installing then there is above error occurs


here is app.config file

<configuration>
  <appSettings>
    <add key="ConnectionString" value="data source=localhost\sqlexpress;initial catalog=SFM;integrated security=SSPI;persist security info=False;packet size=4096" />
  </appSettings>
</configuration>



Thankz in Advance
Regards
Kashif

Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose]

modified on Monday, September 7, 2009 6:05 AM

AnswerRe: Problem in setup project Pin
Keith Barrow7-Sep-09 0:02
professionalKeith Barrow7-Sep-09 0:02 
GeneralRe: Problem in setup project Pin
xodeblack7-Sep-09 0:09
xodeblack7-Sep-09 0:09 
GeneralRe: Problem in setup project Pin
Keith Barrow7-Sep-09 0:14
professionalKeith Barrow7-Sep-09 0:14 
GeneralRe: Problem in setup project Pin
xodeblack7-Sep-09 0:23
xodeblack7-Sep-09 0:23 
GeneralRe: Problem in setup project Pin
Keith Barrow7-Sep-09 0:26
professionalKeith Barrow7-Sep-09 0:26 
GeneralRe: Problem in setup project Pin
xodeblack7-Sep-09 0:29
xodeblack7-Sep-09 0:29 
GeneralRe: Problem in setup project Pin
Keith Barrow7-Sep-09 0:56
professionalKeith Barrow7-Sep-09 0:56 
GeneralRe: Problem in setup project Pin
xodeblack7-Sep-09 1:04
xodeblack7-Sep-09 1:04 
GeneralRe: Problem in setup project Pin
Greg Chelstowski7-Sep-09 0:30
Greg Chelstowski7-Sep-09 0:30 
GeneralRe: Problem in setup project Pin
xodeblack7-Sep-09 1:05
xodeblack7-Sep-09 1:05 
QuestionHow do i set a date using Crystal Reports Pin
rehpot6-Sep-09 23:15
rehpot6-Sep-09 23:15 
Questionhow to get ip of remote machine in a LAN Pin
Ajithevn6-Sep-09 23:10
Ajithevn6-Sep-09 23:10 
AnswerRe: how to get ip of remote machine in a LAN [modified] Pin
Harvey Saayman6-Sep-09 23:15
Harvey Saayman6-Sep-09 23:15 
GeneralRe: how to get ip of remote machine in a LAN Pin
Ajithevn7-Sep-09 4:08
Ajithevn7-Sep-09 4:08 
GeneralRe: how to get ip of remote machine in a LAN Pin
Harvey Saayman7-Sep-09 4:10
Harvey Saayman7-Sep-09 4:10 
GeneralRe: how to get ip of remote machine in a LAN Pin
Ajithevn7-Sep-09 4:18
Ajithevn7-Sep-09 4:18 
AnswerRe: how to get ip of remote machine in a LAN Pin
Christian Graus6-Sep-09 23:16
protectorChristian Graus6-Sep-09 23:16 

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.