Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
Questionwierd behaviour of compiler / visual studio Pin
Piratenwichtl20003-Dec-08 5:52
Piratenwichtl20003-Dec-08 5:52 
GeneralRe: wierd behaviour of compiler / visual studio [modified] Pin
Luc Pattyn3-Dec-08 6:44
sitebuilderLuc Pattyn3-Dec-08 6:44 
QuestionRe: wierd behaviour of compiler / visual studio Pin
led mike3-Dec-08 6:52
led mike3-Dec-08 6:52 
AnswerRe: wierd behaviour of compiler / visual studio Pin
Luc Pattyn3-Dec-08 7:09
sitebuilderLuc Pattyn3-Dec-08 7:09 
GeneralRe: wierd behaviour of compiler / visual studio Pin
led mike3-Dec-08 7:58
led mike3-Dec-08 7:58 
GeneralRe: wierd behaviour of compiler / visual studio Pin
Piratenwichtl20004-Dec-08 23:17
Piratenwichtl20004-Dec-08 23:17 
Questionconnectionstring "/" Pin
hassanasp3-Dec-08 5:46
hassanasp3-Dec-08 5:46 
AnswerRe: connectionstring "/" [modified] Pin
Mark Salsbery3-Dec-08 5:49
Mark Salsbery3-Dec-08 5:49 
hassanasp wrote:
why dose not c# support "/"?


It looks like '\' is the problem, not '/'.

Maybe try

con.ConnectionString=@"Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Test;Data Source=HASSAN-2D6107E7\SQLEXPRESS";


*edit* More info: C# String Literals[^]

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

modified on Wednesday, December 3, 2008 12:17 PM

QuestionHow to assign IP address to a network card Pin
s196675m3-Dec-08 5:34
s196675m3-Dec-08 5:34 
AnswerRe: How to assign IP address to a network card Pin
Mark Salsbery3-Dec-08 5:47
Mark Salsbery3-Dec-08 5:47 
QuestionBuilding a list of current solution types in design time Pin
beatles16923-Dec-08 5:21
beatles16923-Dec-08 5:21 
QuestionUpdate Data Table from Data Source Pin
polishprogrammer3-Dec-08 5:03
polishprogrammer3-Dec-08 5:03 
AnswerRe: Update Data Table from Data Source Pin
Wendelius3-Dec-08 11:04
mentorWendelius3-Dec-08 11:04 
GeneralRe: Update Data Table from Data Source Pin
polishprogrammer4-Dec-08 3:51
polishprogrammer4-Dec-08 3:51 
GeneralRe: Update Data Table from Data Source Pin
Wendelius4-Dec-08 4:10
mentorWendelius4-Dec-08 4:10 
QuestionExtracting List Objects Pin
nlowdon3-Dec-08 4:37
nlowdon3-Dec-08 4:37 
AnswerRe: Extracting List Objects Pin
J4amieC3-Dec-08 5:09
J4amieC3-Dec-08 5:09 
AnswerRe: Extracting List Objects [modified] Pin
Thomas Weller3-Dec-08 5:15
Thomas Weller3-Dec-08 5:15 
AnswerRe: Extracting List Objects Pin
moon_stick3-Dec-08 5:20
moon_stick3-Dec-08 5:20 
GeneralRe: Extracting List Objects Pin
J4amieC3-Dec-08 5:29
J4amieC3-Dec-08 5:29 
JokeRe: Extracting List Objects Pin
moon_stick3-Dec-08 5:32
moon_stick3-Dec-08 5:32 
AnswerRe: Extracting List Objects Pin
Guffa3-Dec-08 5:28
Guffa3-Dec-08 5:28 
QuestionExpose Objects through Remoting with Windows services Pin
MarkPhB3-Dec-08 2:24
MarkPhB3-Dec-08 2:24 
AnswerRe: Expose Objects through Remoting with Windows services Pin
Jimmanuel3-Dec-08 4:09
Jimmanuel3-Dec-08 4:09 
QuestionHammersley Sampling Pin
GAbirkan3-Dec-08 0:55
GAbirkan3-Dec-08 0:55 

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.