Need advice with NoStartupFormException

0

I have developed a VB.Net based winform program named "DocBrowser" and the problem I'm facing is that it won't run on some other client pc(s). I have made sure the client pc has all the required hardware and software settings (including Windows version, .Net Framework version etc). However the whenever I try to start the program on a target client pc, the dialog with message "DocBrowser is not responding" is shown.

Below are the errors printed in Windows EventLog:

Error bucket, type 0
Event Name: CLR20r3
Answer: Unavailable
Cab ID: 0


Problem signature:
P1: DocBrowser.exe
P2: 1.0.0.0
P3: 5b347e24
P4: Microsoft.VisualBasic
P5: 14.6.81.0
P6: 5584f038
P7: 219
P8: 1b
P9: MDAMBELLEQHB0T4VDASYJQF4K5MX15WO
P10:

Attachments:

This file is available from:
C: \ Users \ Administrator \ AppData \ Local \ Microsoft \ Windows \ WER \ ReportArchive \ AppCrash_Doc Browse_865b293b76bf112cf91cce9a34917d71948609d_3700748d

Analysis symbol:
Resolution Confirmation: 0
Report ID: 7af480d1-7aa6-11e8-a47a-1867b0d3b9e4
Report status: 0



Error Application Name: DocBrowser.exe, Version: 1.0.0.0, Timestamp: 0x5b347e24
Faulting Module Name: KERNELBASE.dll, Version: 6.1.7601.24094, Timestamp: 0x5abee073
Exception code: 0xe0434352
Error Offset: 0x0000c54f
Error with process ID: 0x4dd8
Error starting application time: 0x01d40eb33a29aaa8
Error Application path: C: \ Program Files (x86) \ DocBrowser \ DocBrowser.exe
Error in module path: C: \ Windows \ syswow64 \ KERNELBASE.dll
Report ID: 7af480d1-7aa6-11e8-a47a-1867b0d3b9e4

Application: DocBrowser.exe
Framework Version: v4.0.30319
Explanation: The process terminated due to an unhandled exception.
Exception Details: Microsoft.VisualBasic.ApplicationServices.NoStartupFormException
   Location: Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
   Location: Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel ()
   Location: Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String [])
   Location: DocBrowser.My.MyApplication.Main (System.String [])

I think the error is based upon client pc's environment, such as corrupted .Net Framework etc. Any advice to handle this error would be appreciated.

.net
vb.net
exception
asked on Stack Overflow Jun 29, 2018 by skysweeper906 • edited Jun 29, 2018 by Derick

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0