Click here to Skip to main content
15,902,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: MSIL vs JAVA Bytecode vs Intel Assmebly Language Pin
leppie11-Jul-04 5:28
leppie11-Jul-04 5:28 
GeneralRe: MSIL vs JAVA Bytecode vs Intel Assmebly Language Pin
Dave Kreskowiak11-Jul-04 7:16
mveDave Kreskowiak11-Jul-04 7:16 
Generalread address of I/o Pin
ahmed mohamed abdelhameed10-Jul-04 16:03
ahmed mohamed abdelhameed10-Jul-04 16:03 
GeneralTextbox input. Pin
Nick Z.10-Jul-04 13:48
Nick Z.10-Jul-04 13:48 
GeneralRe: Textbox input. Pin
Nick Parker10-Jul-04 18:52
protectorNick Parker10-Jul-04 18:52 
GeneralRe: Textbox input. Pin
Nick Z.10-Jul-04 19:09
Nick Z.10-Jul-04 19:09 
Generalconfig file in console app to store connection string help Pin
Anonymous10-Jul-04 13:19
Anonymous10-Jul-04 13:19 
GeneralRe: config file in console app to store connection string help Pin
Colin Angus Mackay10-Jul-04 16:14
Colin Angus Mackay10-Jul-04 16:14 
Your original post has not come out very well - part of the XML has been lost. If you replace the < with &lt; we can see what you are trying to do.

As a general rule, it can be good to populate a string first, then pass the string as a parameter, when extracting a string like this.

string theConnectionString = ConfigurationSettings.AppSettings["constring"];
con = new SqlConnection(theConnectionString);


This way you can set a breakpoint and see exactly what the connection string is.




"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


GeneralDelete some files after installation Pin
michalJ10-Jul-04 10:47
michalJ10-Jul-04 10:47 
GeneralRe: Delete some files after installation Pin
mav.northwind11-Jul-04 5:20
mav.northwind11-Jul-04 5:20 
GeneralCountries and towns database Pin
machocr10-Jul-04 9:05
machocr10-Jul-04 9:05 
GeneralRe: Countries and towns database Pin
Colin Angus Mackay10-Jul-04 16:20
Colin Angus Mackay10-Jul-04 16:20 
GeneralWindows Services Pin
RFickling10-Jul-04 7:07
RFickling10-Jul-04 7:07 
GeneralRe: Windows Services Pin
Mike Dimmick10-Jul-04 8:35
Mike Dimmick10-Jul-04 8:35 
GeneralProblems converting my C++ code to C# Pin
DieFuSiON10-Jul-04 6:39
DieFuSiON10-Jul-04 6:39 
GeneralRe: Problems converting my C++ code to C# Pin
DieFuSiON10-Jul-04 6:40
DieFuSiON10-Jul-04 6:40 
GeneralRe: Problems converting my C++ code to C# Pin
Werdna10-Jul-04 11:12
Werdna10-Jul-04 11:12 
GeneralRe: Problems converting my C++ code to C# Pin
Nick Parker10-Jul-04 18:40
protectorNick Parker10-Jul-04 18:40 
GeneralRe: Problems converting my C++ code to C# Pin
DieFuSiON11-Jul-04 0:46
DieFuSiON11-Jul-04 0:46 
GeneralSerial Communication Problems... Pin
Randy2410-Jul-04 5:17
Randy2410-Jul-04 5:17 
GeneralRe: Serial Communication Problems... Pin
Mike Dimmick10-Jul-04 8:39
Mike Dimmick10-Jul-04 8:39 
GeneralRe: Serial Communication Problems... Pin
Randy2412-Jul-04 7:53
Randy2412-Jul-04 7:53 
Generalpinvoke and winmm.dll Pin
Oldmate10-Jul-04 4:35
Oldmate10-Jul-04 4:35 
Generallogin code Pin
Member 12278839-Jul-04 23:57
Member 12278839-Jul-04 23:57 
GeneralRe: login code Pin
Michael P Butler10-Jul-04 0:24
Michael P Butler10-Jul-04 0:24 

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.