Click here to Skip to main content
15,902,860 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Moving large files, delayed write error in XP Pro SP2 Pin
RichardM119-Oct-08 20:43
RichardM119-Oct-08 20:43 
GeneralRe: Moving large files, delayed write error in XP Pro SP2 Pin
Dave Kreskowiak20-Oct-08 5:17
mveDave Kreskowiak20-Oct-08 5:17 
GeneralRe: Moving large files, delayed write error in XP Pro SP2 Pin
RichardM120-Oct-08 6:11
RichardM120-Oct-08 6:11 
Questionproblems with application being launched from network drive Pin
T.T.H.8-Oct-08 23:36
T.T.H.8-Oct-08 23:36 
AnswerRe: problems with application being launched from network drive Pin
RichardM19-Oct-08 13:23
RichardM19-Oct-08 13:23 
GeneralRe: problems with application being launched from network drive Pin
T.T.H.9-Oct-08 22:09
T.T.H.9-Oct-08 22:09 
GeneralRe: problems with application being launched from network drive Pin
RichardM110-Oct-08 13:34
RichardM110-Oct-08 13:34 
GeneralRe: problems with application being launched from network drive Pin
T.T.H.12-Oct-08 22:56
T.T.H.12-Oct-08 22:56 
I do have the source code (it's "my" application after all) and there already is a big try/catch block around the Run() function:

int CCreatorApp::Run()<br />
{<br />
  try {<br />
     // run the application<br />
     ReturnValue = CWinApp::Run();<br />
  }<br />
  ((( lot of different catches here, including catch(...) )))


Unfortunately it never triggers (in the case where the network is gone). In addition when there would be an unhandled exception my operation system should tell me "hey, there had been an unhandled exception" (that default message box) - which does not trigger, too.

The problem being caused by trying to load a DLL sounds reasonable - but a) how can I find out that this is actually the cause (does Windows have any log files for such events?) and b) how to prevent it (e.x. preloading all DDLs) ?

Regarding local installations: the huuuge advantage of the "exe in network share" solution is the fact that I can update the application (which happens quite often, like once every week) and everybody is instantly working with the new version. Users are lazy and the last thing I need is them whining over bugs which would not have happened with the most current version of the application.

The whole thing ran fine the last three years, with a random, at that point unexplainable crash every half year or so, but since our network router has a hickup and the networking going occasionally away it's really became an annoyance, with "loss of work" and all such nasty things.


P.S.: thanks for your help, is really appreciated!
GeneralRe: problems with application being launched from network drive Pin
RichardM113-Oct-08 14:11
RichardM113-Oct-08 14:11 
AnswerRe: problems with application being launched from network drive Pin
Mike Dimmick19-Oct-08 0:26
Mike Dimmick19-Oct-08 0:26 
GeneralRe: problems with application being launched from network drive Pin
T.T.H.5-Feb-09 2:50
T.T.H.5-Feb-09 2:50 
QuestionCombine partitions without formatting? Pin
Brady Kelly8-Oct-08 6:01
Brady Kelly8-Oct-08 6:01 
AnswerRe: Combine partitions without formatting? Pin
User 17164928-Oct-08 8:21
professionalUser 17164928-Oct-08 8:21 
GeneralUser Accounts vs EMail Accounts Pin
Brady Kelly7-Oct-08 7:35
Brady Kelly7-Oct-08 7:35 
GeneralRe: User Accounts vs EMail Accounts Pin
Dave Kreskowiak7-Oct-08 10:11
mveDave Kreskowiak7-Oct-08 10:11 
GeneralHardware Update Wizard not found Pin
Deepu Antony7-Oct-08 0:45
Deepu Antony7-Oct-08 0:45 
QuestionNeed help in Batch files Pin
Ethen5-Oct-08 23:25
Ethen5-Oct-08 23:25 
AnswerRe: Need help in Batch files Pin
Steven J Jowett8-Oct-08 9:51
Steven J Jowett8-Oct-08 9:51 
QuestionJust a note for anyone worrying about windows security (And that before someone logs in!) Pin
LloydA1114-Oct-08 13:32
LloydA1114-Oct-08 13:32 
QuestionReal Time OS Pin
Sifar - 02-Oct-08 20:02
Sifar - 02-Oct-08 20:02 
AnswerRe: Real Time OS Pin
Jörgen Andersson3-Oct-08 2:23
professionalJörgen Andersson3-Oct-08 2:23 
AnswerRe: Real Time OS Pin
LloydA1114-Oct-08 12:51
LloydA1114-Oct-08 12:51 
QuestionWin2000 Backup stuck in "Enter backup file name" Pin
Vaclav_1-Oct-08 12:42
Vaclav_1-Oct-08 12:42 
QuestionHow to detect status of driver installed in PC Pin
Member 456732525-Sep-08 2:16
Member 456732525-Sep-08 2:16 
QuestionProblem to detect power cut off Pin
Mekong River24-Sep-08 23:33
Mekong River24-Sep-08 23:33 

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.