Click here to Skip to main content
15,879,239 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sending mail using SMTP Pin
Heath Stewart4-Jan-04 8:21
protectorHeath Stewart4-Jan-04 8:21 
GeneralPanel + Keypress Pin
Heroz4-Jan-04 0:26
Heroz4-Jan-04 0:26 
GeneralRe: Panel + Keypress Pin
Mike Ellison4-Jan-04 3:14
Mike Ellison4-Jan-04 3:14 
GeneralRe: Panel + Keypress Pin
Heroz4-Jan-04 5:29
Heroz4-Jan-04 5:29 
GeneralRe: Panel + Keypress Pin
Mike Ellison4-Jan-04 6:27
Mike Ellison4-Jan-04 6:27 
GeneralRe: Panel + Keypress Pin
Heroz4-Jan-04 8:04
Heroz4-Jan-04 8:04 
GeneralStrange exception in a strange thread Pin
Broken God4-Jan-04 0:23
Broken God4-Jan-04 0:23 
GeneralRe: Strange exception in a strange thread Pin
Heath Stewart4-Jan-04 8:16
protectorHeath Stewart4-Jan-04 8:16 
Many threads are created that handle various things, like painting a control or for asynchronous operations. You never know.

Make sure you're compiling a debug build. There's other reasons you might not be able to use some of the debugging tools (threads are always funny when it comes to that), but just to eliminate the obvious I mentioned that.

If you think it has something to do with threading, check that your application's Main entry point is attributed with the STAThreadAttribute, which is the main UI thread. Usually, though, you get different errors if your application is started in anything other than an STA.

As far as changes 1.0 to 1.1, there really isn't much besides new methods and a few new classes, and a few methods and properties that are now obsolete - nothing conceptual is mentioned, though.

All I can think is to click on the Debug->Exceptions menu and break on all exceptions. Changes are that you'll end up looking at assembler code, but it should give you some stack frame if the debugging symbols are loaded. If you're not using a checked build of Windows, they are probably stripped. VC++ does install some program database (pdb files), but not for the core libraries. If you dig around though, you should at least be able to determine which library you're in. That could help solve the problem since most libraries are pretty specialized.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Strange exception in a strange thread Pin
Broken God4-Jan-04 9:58
Broken God4-Jan-04 9:58 
GeneralCSharp Studying Pin
Melanius4-Jan-04 0:04
Melanius4-Jan-04 0:04 
GeneralRe: CSharp Studying Pin
leppie4-Jan-04 1:01
leppie4-Jan-04 1:01 
GeneralRe: CSharp Studying Pin
Melanius4-Jan-04 2:40
Melanius4-Jan-04 2:40 
GeneralRe: CSharp Studying Pin
Nick Parker4-Jan-04 6:18
protectorNick Parker4-Jan-04 6:18 
GeneralRe: CSharp Studying Pin
Michael P Butler4-Jan-04 3:53
Michael P Butler4-Jan-04 3:53 
GeneralLoading assemblies Pin
peon20043-Jan-04 21:56
susspeon20043-Jan-04 21:56 
GeneralRe: Loading assemblies Pin
leppie3-Jan-04 22:13
leppie3-Jan-04 22:13 
GeneralRe: Loading assemblies Pin
Heath Stewart4-Jan-04 8:09
protectorHeath Stewart4-Jan-04 8:09 
GeneralRe: Loading assemblies Pin
Broken God4-Jan-04 0:27
Broken God4-Jan-04 0:27 
Generalinserting images into access database Pin
Steve1_rm3-Jan-04 16:19
Steve1_rm3-Jan-04 16:19 
GeneralRe: inserting images into access database Pin
Heath Stewart3-Jan-04 17:30
protectorHeath Stewart3-Jan-04 17:30 
GeneralRe: inserting images into access database Pin
Anonymous3-Jan-04 18:02
Anonymous3-Jan-04 18:02 
GeneralRe: inserting images into access database Pin
Heath Stewart3-Jan-04 18:05
protectorHeath Stewart3-Jan-04 18:05 
GeneralRe: inserting images into access database Pin
Bo Hunter3-Jan-04 18:44
Bo Hunter3-Jan-04 18:44 
GeneralRe: inserting images into access database Pin
Mazdak3-Jan-04 19:36
Mazdak3-Jan-04 19:36 
Generalplease help me,my project......... Pin
Ahmed Gaser3-Jan-04 11:26
Ahmed Gaser3-Jan-04 11:26 

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.