Click here to Skip to main content
15,917,456 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionunderlying connection was closed:unable to connect to remote server exception message Pin
beachbum7141-Feb-06 6:49
beachbum7141-Feb-06 6:49 
Question.net app fails to launch until once executed by machine admin Pin
patgrape1-Feb-06 6:22
patgrape1-Feb-06 6:22 
AnswerRe: .net app fails to launch until once executed by machine admin Pin
malharone1-Feb-06 11:34
malharone1-Feb-06 11:34 
GeneralRe: .net app fails to launch until once executed by machine admin Pin
patgrape1-Feb-06 12:10
patgrape1-Feb-06 12:10 
GeneralRe: .net app fails to launch until once executed by machine admin Pin
malharone1-Feb-06 12:48
malharone1-Feb-06 12:48 
Aha.. ! two options:
a) modify the code so it records the exceptions to a textfile (make sure you're taking care of Unhandled exceptions, application exceptions, and thread exceptions.

b) you dont need VS installed on that machine to be able to debug. You can remotely attach a process. From the machine that does have VS installed, select "Debug Process" from the menu. Specify the name of the computer to which you want to connect. Select the process... etc. You will be able to debug the same way as if you had the program running on your machine if you copy the build PDBs to the application folder on your remote machine also.

- Malhar
GeneralRe: .net app fails to launch until once executed by machine admin Pin
patgrape1-Feb-06 15:53
patgrape1-Feb-06 15:53 
GeneralRe: .net app fails to launch until once executed by machine admin Pin
patgrape2-Feb-06 4:53
patgrape2-Feb-06 4:53 
GeneralRe: .net app fails to launch until once executed by machine admin Pin
Dave Kreskowiak2-Feb-06 5:32
mveDave Kreskowiak2-Feb-06 5:32 
GeneralRe: .net app fails to launch until once executed by machine admin Pin
KreativeKai2-Feb-06 9:22
professionalKreativeKai2-Feb-06 9:22 
QuestionProxy for email Pin
Brisunifreddyp1-Feb-06 4:27
Brisunifreddyp1-Feb-06 4:27 
Questionassigning null value Pin
raj kumar reddy31-Jan-06 23:27
raj kumar reddy31-Jan-06 23:27 
AnswerRe: assigning null value Pin
Guffa1-Feb-06 0:43
Guffa1-Feb-06 0:43 
GeneralRe: assigning null value Pin
raj kumar reddy1-Feb-06 1:27
raj kumar reddy1-Feb-06 1:27 
GeneralRe: assigning null value Pin
Darell F. Butch Jr.1-Feb-06 1:35
Darell F. Butch Jr.1-Feb-06 1:35 
GeneralRe: assigning null value Pin
raj kumar reddy1-Feb-06 1:40
raj kumar reddy1-Feb-06 1:40 
GeneralRe: assigning null value Pin
Darell F. Butch Jr.1-Feb-06 2:14
Darell F. Butch Jr.1-Feb-06 2:14 
GeneralRe: assigning null value Pin
raj kumar reddy1-Feb-06 17:12
raj kumar reddy1-Feb-06 17:12 
GeneralRe: assigning null value Pin
Darell F. Butch Jr.2-Feb-06 0:59
Darell F. Butch Jr.2-Feb-06 0:59 
GeneralRe: assigning null value Pin
raj kumar reddy2-Feb-06 18:21
raj kumar reddy2-Feb-06 18:21 
QuestionSearching Grid Pin
nikolag31-Jan-06 21:41
nikolag31-Jan-06 21:41 
AnswerRe: Searching Grid Pin
malharone1-Feb-06 11:36
malharone1-Feb-06 11:36 
GeneralRe: Searching Grid Pin
nikolag1-Feb-06 22:00
nikolag1-Feb-06 22:00 
QuestionBig overview of differences of .NET 2.0 vs 1.1 Pin
LuluSailor31-Jan-06 7:57
LuluSailor31-Jan-06 7:57 
AnswerRe: Big overview of differences of .NET 2.0 vs 1.1 Pin
Dave Kreskowiak31-Jan-06 9:14
mveDave Kreskowiak31-Jan-06 9:14 
GeneralRe: Big overview of differences of .NET 2.0 vs 1.1 Pin
LuluSailor31-Jan-06 13:51
LuluSailor31-Jan-06 13: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.