Click here to Skip to main content
15,908,166 members
Home / Discussions / C#
   

C#

 
QuestionSSIS problem Pin
NK76-Mar-07 1:06
NK76-Mar-07 1:06 
QuestionCustom Action Pin
hadad6-Mar-07 0:59
hadad6-Mar-07 0:59 
AnswerRe: Custom Action Pin
Frank Kerrigan6-Mar-07 2:11
Frank Kerrigan6-Mar-07 2:11 
QuestionAdvice needed on CsGL Pin
kkadir6-Mar-07 0:57
kkadir6-Mar-07 0:57 
AnswerRe: Advice needed on CsGL Pin
Pete O'Hanlon6-Mar-07 2:06
mvePete O'Hanlon6-Mar-07 2:06 
Questionfixing the column size of a datagrid Pin
salon6-Mar-07 0:23
salon6-Mar-07 0:23 
AnswerRe: fixing the column size of a datagrid Pin
Frank Kerrigan6-Mar-07 2:18
Frank Kerrigan6-Mar-07 2:18 
QuestionFileNotFoundException Problem Pin
Gareth H6-Mar-07 0:21
Gareth H6-Mar-07 0:21 
AnswerRe: FileNotFoundException Problem Pin
Guffa6-Mar-07 0:34
Guffa6-Mar-07 0:34 
GeneralRe: FileNotFoundException Problem [modified] Pin
Gareth H6-Mar-07 1:39
Gareth H6-Mar-07 1:39 
AnswerRe: FileNotFoundException Problem Pin
Guffa6-Mar-07 3:10
Guffa6-Mar-07 3:10 
GeneralRe: FileNotFoundException Problem Pin
Gareth H6-Mar-07 3:10
Gareth H6-Mar-07 3:10 
GeneralRe: FileNotFoundException Problem Pin
Gareth H6-Mar-07 4:05
Gareth H6-Mar-07 4:05 
GeneralRe: FileNotFoundException Problem Pin
Luc Pattyn6-Mar-07 11:07
sitebuilderLuc Pattyn6-Mar-07 11:07 
Hi Gareth,

if you dont understand why it now works I wouldnt call it "problem solved", but
rather "problem postponed to the future where it will hit me again at an even less
convenient moment, possibly after having deployed my new product in many copies".

So get a chance at understanding what is going wrong, I would suggest you replace
the catch(FileNotFoundException) by a very general catch(Exception).
Inside that catch block, show the full Exception.ToString() for the exception you
caught itself, then for its InnerException, then its InnerException, and keep doing
that until the InnerException is null.
Output everything to a window or better yet a file (not to a MessageBox !).
Now compare such outputs from two machines that behave differently and probably
things will become clear now.

Good luck !

Luc Pattyn

[My Articles]

Questioninstalling client certificates to personal strore Pin
blackjack21506-Mar-07 0:05
blackjack21506-Mar-07 0:05 
AnswerRe: installing client certificates to personal strore Pin
Frank Kerrigan6-Mar-07 2:23
Frank Kerrigan6-Mar-07 2:23 
QuestionC#(Desktop Application) Pin
Parag joshi5-Mar-07 23:47
Parag joshi5-Mar-07 23:47 
QuestionUserCotnrol doubt. Pin
pashitech5-Mar-07 23:46
pashitech5-Mar-07 23:46 
AnswerRe: UserCotnrol doubt. Pin
Christian Graus6-Mar-07 0:01
protectorChristian Graus6-Mar-07 0:01 
GeneralRe: UserCotnrol doubt. Pin
pashitech6-Mar-07 3:50
pashitech6-Mar-07 3:50 
GeneralRe: UserCotnrol doubt. Pin
Luc Pattyn6-Mar-07 11:11
sitebuilderLuc Pattyn6-Mar-07 11:11 
QuestionDeployment with ActiveX controller Pin
satsumatable5-Mar-07 23:33
satsumatable5-Mar-07 23:33 
QuestionFire an Event Pin
Abubakarsb5-Mar-07 23:32
Abubakarsb5-Mar-07 23:32 
AnswerRe: Fire an Event Pin
Martin#5-Mar-07 23:58
Martin#5-Mar-07 23:58 
GeneralRe: Fire an Event Pin
Abubakarsb6-Mar-07 0:30
Abubakarsb6-Mar-07 0:30 

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.