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

.NET (Core and Framework)

 
GeneralRe: What Relative Virtual Addressing is ? Pin
glitteringsound2-Feb-10 3:26
glitteringsound2-Feb-10 3:26 
AnswerRe: What Relative Virtual Addressing is ? Pin
Duncan Edwards Jones2-Feb-10 2:37
professionalDuncan Edwards Jones2-Feb-10 2:37 
Questionerror in deleting from database using bindingnavigator Pin
tasnim ahmed1-Feb-10 6:44
tasnim ahmed1-Feb-10 6:44 
AnswerRe: error in deleting from database using bindingnavigator Pin
Eddy Vluggen3-Feb-10 0:40
professionalEddy Vluggen3-Feb-10 0:40 
GeneralRe: error in deleting from database using bindingnavigator Pin
tasnim ahmed3-Feb-10 2:29
tasnim ahmed3-Feb-10 2:29 
Questionfix gridview header Pin
anilaabc31-Jan-10 21:11
anilaabc31-Jan-10 21:11 
Question.net app not running on european computer Pin
murktinez30-Jan-10 6:35
murktinez30-Jan-10 6:35 
AnswerRe: .net app not running on european computer Pin
Luc Pattyn30-Jan-10 6:44
sitebuilderLuc Pattyn30-Jan-10 6:44 
Hi,

it sounds like your app is failing early on and not producing anything. Maybe there is an uncatched exception in the constructor of the main form.

here is some advice:
- always include code to log your internal events to a text file, which the customer can mail to you for inspection.
- log the start time, the OS version, and whatever may be relevant before your app starts;
- make sure you catch all exceptions; when you got one, log it (using ToString, not just Message) and deal with it or throw it again, but don't just ignore it.
- test your app on all relevant Windows versions at your place, don't ship it for a version you haven't tested yourself.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
[The QA section does it automatically now, I hope we soon get it on regular forums as well]


AnswerRe: .net app not running on european computer Pin
Abhinav S1-Feb-10 22:40
Abhinav S1-Feb-10 22:40 
Questionsql database Pin
Milind Panchal29-Jan-10 5:59
Milind Panchal29-Jan-10 5:59 
AnswerRe: sql database Pin
Ciumac Sergiu31-Jan-10 3:51
Ciumac Sergiu31-Jan-10 3:51 
QuestionHow to initialize parameters to call COM object method via <var>.GetType().InvokeMember(..,parameters,.) ?</var> Pin
Juraj Joob29-Jan-10 1:30
Juraj Joob29-Jan-10 1:30 
AnswerRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Covean29-Jan-10 1:54
Covean29-Jan-10 1:54 
AnswerRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Juraj Joob29-Jan-10 2:02
Juraj Joob29-Jan-10 2:02 
GeneralRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Covean29-Jan-10 2:17
Covean29-Jan-10 2:17 
GeneralRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Juraj Joob29-Jan-10 2:35
Juraj Joob29-Jan-10 2:35 
Questionmy code is working Pin
sidd111128-Jan-10 19:03
sidd111128-Jan-10 19:03 
AnswerRe: my code is working Pin
dan!sh 28-Jan-10 21:01
professional dan!sh 28-Jan-10 21:01 
QuestionXamlXmlReader in Framework 4 Pin
od@ananzi.co.za28-Jan-10 2:45
od@ananzi.co.za28-Jan-10 2:45 
AnswerRe: XamlXmlReader in Framework 4 Pin
od@ananzi.co.za28-Jan-10 8:37
od@ananzi.co.za28-Jan-10 8:37 
QuestionInstalling .NET Framework 2 and 3 Pin
Kaikus27-Jan-10 22:38
Kaikus27-Jan-10 22:38 
AnswerRe: Installing .NET Framework 2 and 3 Pin
Not Active28-Jan-10 1:38
mentorNot Active28-Jan-10 1:38 
QuestionFilter search Pin
akosidandan27-Jan-10 19:43
akosidandan27-Jan-10 19:43 
AnswerRe: Filter search Pin
dan!sh 27-Jan-10 22:00
professional dan!sh 27-Jan-10 22:00 
GeneralRe: Filter search Pin
akosidandan27-Jan-10 23:55
akosidandan27-Jan-10 23: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.