Click here to Skip to main content
15,920,110 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionStrange Problem With Windows Forms In VB.NET Pin
unix_blues29-Apr-07 20:58
unix_blues29-Apr-07 20:58 
QuestionGetting strange error when running a simple remoting app on Vista Pin
consolejoker28-Apr-07 6:54
consolejoker28-Apr-07 6:54 
QuestionDelay in startup time using binding objects Pin
sailchris2228-Apr-07 3:19
sailchris2228-Apr-07 3:19 
QuestionNull Reference Exception in C#.NET Pin
I.explore.code27-Apr-07 22:48
I.explore.code27-Apr-07 22:48 
AnswerRe: Null Reference Exception in C#.NET Pin
Colin Angus Mackay27-Apr-07 22:59
Colin Angus Mackay27-Apr-07 22:59 
GeneralRe: Null Reference Exception in C#.NET Pin
I.explore.code28-Apr-07 7:20
I.explore.code28-Apr-07 7:20 
AnswerRe: Null Reference Exception in C#.NET Pin
Christian Graus27-Apr-07 23:12
protectorChristian Graus27-Apr-07 23:12 
AnswerRe: Null Reference Exception in C#.NET Pin
Brady Kelly27-Apr-07 23:42
Brady Kelly27-Apr-07 23:42 
Set your debugger to break on the exception. It will then break on the line that causes the exception instead of the exception being caught at top level by the debugger, where it has no option but to terminate. You can do this by selecting the Debug->Exceptions menu item. You get a dialogue that says, "Break when exception is...", then expand CLR Exceptions and find System.NullReferenceException. Check the flag for Thrown. The debugger will now break when the exception is thrown, and not only when it isn't handled.



GeneralRe: Null Reference Exception in C#.NET Pin
sarah_malik28-Apr-07 0:49
sarah_malik28-Apr-07 0:49 
QuestionWhere can I find .NET framework maps and ADO.NET class library maps? Pin
Slow Learner27-Apr-07 7:46
Slow Learner27-Apr-07 7:46 
QuestionWSDL in .NET 2.0 and VS2005 Pin
iltallman27-Apr-07 4:24
iltallman27-Apr-07 4:24 
AnswerRe: WSDL in .NET 2.0 and VS2005 Pin
kubben27-Apr-07 11:57
kubben27-Apr-07 11:57 
QuestionRDLC Filter And/Or Pin
prinztelly27-Apr-07 3:50
prinztelly27-Apr-07 3:50 
QuestionProblem with collection Pin
varun_78927-Apr-07 3:39
varun_78927-Apr-07 3:39 
AnswerRe: Problem with collection Pin
Arun.Immanuel27-Apr-07 3:42
Arun.Immanuel27-Apr-07 3:42 
AnswerRe: Problem with collection Pin
pbraun27-Apr-07 4:59
pbraun27-Apr-07 4:59 
AnswerRe: Problem with collection Pin
Luc Pattyn27-Apr-07 6:12
sitebuilderLuc Pattyn27-Apr-07 6:12 
AnswerRe: Problem with collection Pin
Kevin McFarlane27-Apr-07 10:47
Kevin McFarlane27-Apr-07 10:47 
Question.NET 3.0 Pin
Talal Sultan26-Apr-07 21:35
Talal Sultan26-Apr-07 21:35 
AnswerRe: .NET 3.0 Pin
szukuro26-Apr-07 21:55
szukuro26-Apr-07 21:55 
GeneralRe: .NET 3.0 Pin
Talal Sultan26-Apr-07 22:20
Talal Sultan26-Apr-07 22:20 
GeneralRe: .NET 3.0 Pin
szukuro26-Apr-07 22:43
szukuro26-Apr-07 22:43 
GeneralRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:21
Kevin McFarlane27-Apr-07 3:21 
AnswerRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:30
Kevin McFarlane27-Apr-07 3:30 
QuestionPlugins and Assembly References Pin
Steven M Hunt26-Apr-07 8:26
Steven M Hunt26-Apr-07 8: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.