Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralInteresting studio 2003 bug. Pin
Anonymous9-Feb-05 10:32
Anonymous9-Feb-05 10:32 
GeneralRe: Interesting studio 2003 bug. Pin
Anonymous9-Feb-05 10:47
Anonymous9-Feb-05 10:47 
Generalprocess migration Pin
mpapeo9-Feb-05 10:22
mpapeo9-Feb-05 10:22 
GeneralRe: process migration Pin
Heath Stewart9-Feb-05 14:44
protectorHeath Stewart9-Feb-05 14:44 
GeneralBasic Deployment Doubt Pin
Soumya Mulukutla9-Feb-05 9:27
Soumya Mulukutla9-Feb-05 9:27 
GeneralRe: Basic Deployment Doubt Pin
S. Senthil Kumar9-Feb-05 9:30
S. Senthil Kumar9-Feb-05 9:30 
GeneralRe: Basic Deployment Doubt Pin
Soumya Mulukutla9-Feb-05 10:04
Soumya Mulukutla9-Feb-05 10:04 
GeneralRe: Basic Deployment Doubt Pin
Judah Gabriel Himango9-Feb-05 10:14
sponsorJudah Gabriel Himango9-Feb-05 10:14 
Yes, create 2 projects, one for the client and one for the server.

The problem you're seeing when running from command prompt is normal behavior; it runs the static void Main function, executes any code in there, then exits. If you don't want it to exit, put a Console.ReadLine() in the entry function for the console app.

Tech, life, family, faith: Give me a visit.
Judah Himango


GeneralRe: Basic Deployment Doubt Pin
Soumya Mulukutla9-Feb-05 10:32
Soumya Mulukutla9-Feb-05 10:32 
GeneralRe: Basic Deployment Doubt Pin
Soumya Mulukutla9-Feb-05 10:35
Soumya Mulukutla9-Feb-05 10:35 
GeneralRe: Basic Deployment Doubt Pin
Judah Gabriel Himango9-Feb-05 11:01
sponsorJudah Gabriel Himango9-Feb-05 11:01 
GeneralC# - Channel already registered Pin
deceptionuk9-Feb-05 9:15
deceptionuk9-Feb-05 9:15 
GeneralRe: C# - Channel already registered Pin
S. Senthil Kumar9-Feb-05 9:27
S. Senthil Kumar9-Feb-05 9:27 
GeneralRe: C# - Channel already registered Pin
deceptionuk9-Feb-05 9:36
deceptionuk9-Feb-05 9:36 
GeneralRe: C# - Channel already registered Pin
Judah Gabriel Himango9-Feb-05 10:16
sponsorJudah Gabriel Himango9-Feb-05 10:16 
GeneralRe: C# - Channel already registered Pin
deceptionuk9-Feb-05 10:26
deceptionuk9-Feb-05 10:26 
GeneralRe: C# - Channel already registered Pin
Judah Gabriel Himango9-Feb-05 10:57
sponsorJudah Gabriel Himango9-Feb-05 10:57 
GeneralRe: C# - Channel already registered Pin
Scott Serl9-Feb-05 12:22
Scott Serl9-Feb-05 12:22 
Generalstrings Pin
John L. DeVito9-Feb-05 9:01
professionalJohn L. DeVito9-Feb-05 9:01 
GeneralRe: strings Pin
chunyu.net9-Feb-05 9:07
chunyu.net9-Feb-05 9:07 
GeneralRe: strings Pin
S. Senthil Kumar9-Feb-05 9:10
S. Senthil Kumar9-Feb-05 9:10 
GeneralRe: strings Pin
Christian Graus9-Feb-05 9:33
protectorChristian Graus9-Feb-05 9:33 
GeneralRe: strings Pin
Jon Sagara9-Feb-05 10:41
Jon Sagara9-Feb-05 10:41 
GeneralRe: strings Pin
John L. DeVito9-Feb-05 10:47
professionalJohn L. DeVito9-Feb-05 10:47 
GeneralRe: strings Pin
MoustafaS9-Feb-05 12:18
MoustafaS9-Feb-05 12:18 

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.