Click here to Skip to main content
15,905,419 members
Home / Discussions / C#
   

C#

 
QuestionCorsor position Pin
Muammar©20-Sep-09 10:29
Muammar©20-Sep-09 10:29 
AnswerRe: Corsor position Pin
Abhishek Sur20-Sep-09 10:32
professionalAbhishek Sur20-Sep-09 10:32 
AnswerRe: Corsor position Pin
Luc Pattyn20-Sep-09 11:01
sitebuilderLuc Pattyn20-Sep-09 11:01 
GeneralRe: Corsor position Pin
Muammar©20-Sep-09 11:18
Muammar©20-Sep-09 11:18 
GeneralRe: Corsor position Pin
Daniel Grunwald20-Sep-09 13:19
Daniel Grunwald20-Sep-09 13:19 
GeneralRe: Corsor position Pin
Luc Pattyn20-Sep-09 13:54
sitebuilderLuc Pattyn20-Sep-09 13:54 
QuestionNullReferenceException untraceable Pin
akhanal20-Sep-09 10:10
akhanal20-Sep-09 10:10 
AnswerRe: NullReferenceException untraceable Pin
Abhishek Sur20-Sep-09 10:31
professionalAbhishek Sur20-Sep-09 10:31 
This happens sometimes when error is happening to an external dll. Say you have added a dll called a.dll which doesnt have the pdb associated with it or no Debug Symbols for that dll is loaded into memory... Thus .NET cant show you the actual source, and hence shows this error.

You can see the assembly code.. but if you dont know it, it wouldnt be meaningful to you.

What you can do is always add the dll from bin folder of your project. This ensures that the dll is loaded with debug symbols.

Smile | :)

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: NullReferenceException untraceable [modified] Pin
akhanal20-Sep-09 10:37
akhanal20-Sep-09 10:37 
GeneralRe: NullReferenceException untraceable Pin
akhanal20-Sep-09 10:44
akhanal20-Sep-09 10:44 
GeneralRe: NullReferenceException untraceable Pin
Luc Pattyn20-Sep-09 11:03
sitebuilderLuc Pattyn20-Sep-09 11:03 
GeneralRe: NullReferenceException untraceable Pin
akhanal21-Sep-09 4:07
akhanal21-Sep-09 4:07 
GeneralRe: NullReferenceException untraceable Pin
Abhishek Sur20-Sep-09 11:04
professionalAbhishek Sur20-Sep-09 11:04 
Questionproxy page rank Pin
Omar Gameel Salem20-Sep-09 9:57
professionalOmar Gameel Salem20-Sep-09 9:57 
Answerre: proxy page rank Pin
Pete O'Hanlon20-Sep-09 11:02
mvePete O'Hanlon20-Sep-09 11:02 
GeneralRe: re: proxy page rank Pin
Omar Gameel Salem20-Sep-09 11:05
professionalOmar Gameel Salem20-Sep-09 11:05 
GeneralRe: re: proxy page rank Pin
Pete O'Hanlon20-Sep-09 11:42
mvePete O'Hanlon20-Sep-09 11:42 
GeneralRe: re: proxy page rank Pin
Omar Gameel Salem20-Sep-09 11:58
professionalOmar Gameel Salem20-Sep-09 11:58 
GeneralRe: re: proxy page rank Pin
Pete O'Hanlon20-Sep-09 12:29
mvePete O'Hanlon20-Sep-09 12:29 
GeneralRe: re: proxy page rank Pin
Richard MacCutchan20-Sep-09 21:49
mveRichard MacCutchan20-Sep-09 21:49 
Questionrename [Main Report] tab Pin
Jassim Rahma20-Sep-09 8:13
Jassim Rahma20-Sep-09 8:13 
Questionhelp with both grouping plz Pin
Jassim Rahma20-Sep-09 8:11
Jassim Rahma20-Sep-09 8:11 
AnswerRe: help with both grouping plz Pin
Abhishek Sur20-Sep-09 10:58
professionalAbhishek Sur20-Sep-09 10:58 
QuestionProblem Reading And Writing Registry In C# Pin
Ben Magee20-Sep-09 5:06
Ben Magee20-Sep-09 5:06 
AnswerRe: Problem Reading And Writing Registry In C# Pin
Luc Pattyn20-Sep-09 5:21
sitebuilderLuc Pattyn20-Sep-09 5:21 

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.