Click here to Skip to main content
15,891,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: No accessible 'Main' method Pin
bensoncd14-Jul-03 14:26
bensoncd14-Jul-03 14:26 
GeneralRe: No accessible 'Main' method Pin
KreativeKai15-Jul-03 1:40
professionalKreativeKai15-Jul-03 1:40 
GeneralRe: No accessible 'Main' method Pin
bensoncd15-Jul-03 13:32
bensoncd15-Jul-03 13:32 
GeneralHelp files Pin
Emile Jacobs10-Jul-03 7:43
Emile Jacobs10-Jul-03 7:43 
Generalbspline in .net Pin
csst994410-Jul-03 5:46
csst994410-Jul-03 5:46 
QuestionHow to make VB module (.bas) available for use in VC++ Pin
mr200310-Jul-03 4:55
mr200310-Jul-03 4:55 
GeneralApplication exceptions on close Pin
Mike Mestemaker10-Jul-03 4:10
Mike Mestemaker10-Jul-03 4:10 
GeneralRe: Application exceptions on close Pin
Mike Dimmick12-Jul-03 3:36
Mike Dimmick12-Jul-03 3:36 
I'm going to make a book recommendation: John Robbins' Debugging Applications for Microsoft .NET and Microsoft Windows[^].

He covers a great deal of information about how to debug the trickiest problems. (Note for VB6 users: I recommend the previous edition of this book, if you can find it - this edition doesn't cover VB6).

At a guess, you possibly need to turn on Native Debugging, or use WinDbg with the Son-of-Strike (SOS) debugger extension, for debugging .NET programs.

Perhaps you have a finalizer that's causing an exception?

You could also try using the CLR SPY Debug Probes tool[^] to see if there's anything odd going on, if you're doing any interop.

--
Mike Dimmick
GeneralRe: Application exceptions on close Pin
Duncan Edwards Jones14-Jul-03 2:39
professionalDuncan Edwards Jones14-Jul-03 2:39 
GeneralStop, Play, and Loop for MMControl Pin
Jm6k10-Jul-03 1:37
Jm6k10-Jul-03 1:37 
GeneralRe: Stop, Play, and Loop for MMControl Pin
-- NA --13-Jul-03 3:54
-- NA --13-Jul-03 3:54 
GeneralPublish file in webdav server Pin
aveline9-Jul-03 23:27
aveline9-Jul-03 23:27 
GeneralActivex control Pin
scuggins9-Jul-03 23:03
scuggins9-Jul-03 23:03 
GeneralRe: Activex control Pin
parths10-Jul-03 1:35
parths10-Jul-03 1:35 
Generalbitmap along left side of menu Pin
Patrick_To9-Jul-03 21:12
Patrick_To9-Jul-03 21:12 
GeneralRe: bitmap along left side of menu Pin
J. Dunlap9-Jul-03 21:28
J. Dunlap9-Jul-03 21:28 
GeneralCreating ActiveX Controls Pin
dreese9-Jul-03 14:40
dreese9-Jul-03 14:40 
GeneralPropertyPages Pin
Sindebad9-Jul-03 11:32
Sindebad9-Jul-03 11:32 
GeneralMinutes to Hours Conversions in VB.NET Pin
Jm6k9-Jul-03 8:27
Jm6k9-Jul-03 8:27 
GeneralRe: Minutes to Hours Conversions in VB.NET Pin
dynamic9-Jul-03 8:54
dynamic9-Jul-03 8:54 
GeneralRe: Minutes to Hours Conversions in VB.NET Pin
Jm6k9-Jul-03 17:09
Jm6k9-Jul-03 17:09 
QuestionVB version of OnIdle? Pin
-Dy9-Jul-03 2:11
-Dy9-Jul-03 2:11 
AnswerRe: VB version of OnIdle? Pin
Hesham Amin9-Jul-03 3:47
Hesham Amin9-Jul-03 3:47 
GeneralName of the Application and Command line arguments Pin
Mark P8-Jul-03 21:04
Mark P8-Jul-03 21:04 
GeneralRe: Name of the Application and Command line arguments Pin
dynamic8-Jul-03 22:04
dynamic8-Jul-03 22:04 

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.