Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get assembly name that called class library Pin
Henry Minute26-Jan-11 2:07
Henry Minute26-Jan-11 2:07 
AnswerRe: Get assembly name that called class library Pin
Chesnokov Yuriy26-Jan-11 2:25
professionalChesnokov Yuriy26-Jan-11 2:25 
QuestionMulti-language installer in Visual Studio Deployment and Setup project Pin
linuxfedora25-Jan-11 23:23
linuxfedora25-Jan-11 23:23 
AnswerRe: Multi-language installer in Visual Studio Deployment and Setup project Pin
Pete O'Hanlon26-Jan-11 1:11
mvePete O'Hanlon26-Jan-11 1:11 
QuestionExcel Cell Copy - Update Formulas Pin
gmhanna25-Jan-11 16:35
gmhanna25-Jan-11 16:35 
AnswerRe: Excel Cell Copy - Update Formulas Pin
Dan Mos25-Jan-11 22:08
Dan Mos25-Jan-11 22:08 
QuestionLINQ and Multithreading : insert not work [modified] Pin
NoName_ark25-Jan-11 8:31
NoName_ark25-Jan-11 8:31 
AnswerRe: LINQ and Multithreading : insert not work Pin
Luc Pattyn25-Jan-11 10:24
sitebuilderLuc Pattyn25-Jan-11 10:24 
Use all available information, and when that does not work for you, tell it in this thread. "Does not work" is not helpful.
Always give expectations and symptoms.

You should:
- add a try-catch in CommandReceived
- in each catch, log the entire Exception using Exception.ToString()
- watch for the line numbers in the exceptions and in your source editor windows.

NoName_ark wrote:
catch (Exception ex)
{
return 3;
}


Don't swallow exceptions like that, you're throwing away valuable information.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: LINQ and Multithreading : insert not work Pin
NoName_ark25-Jan-11 11:09
NoName_ark25-Jan-11 11:09 
AnswerRe: LINQ and Multithreading : insert not work Pin
Luc Pattyn25-Jan-11 11:22
sitebuilderLuc Pattyn25-Jan-11 11:22 
GeneralRe: LINQ and Multithreading : insert not work Pin
NoName_ark25-Jan-11 11:48
NoName_ark25-Jan-11 11:48 
AnswerRe: LINQ and Multithreading : insert not work Pin
NoName_ark25-Jan-11 12:28
NoName_ark25-Jan-11 12:28 
GeneralRe: LINQ and Multithreading : insert not work Pin
Pete O'Hanlon26-Jan-11 1:09
mvePete O'Hanlon26-Jan-11 1:09 
QuestionNeed help in c# simulation Pin
james aaron fanlo25-Jan-11 7:53
james aaron fanlo25-Jan-11 7:53 
AnswerRe: Need help in c# simulation Pin
Eddy Vluggen25-Jan-11 8:07
professionalEddy Vluggen25-Jan-11 8:07 
GeneralRe: Need help in c# simulation Pin
james aaron fanlo25-Jan-11 15:40
james aaron fanlo25-Jan-11 15:40 
GeneralRe: Need help in c# simulation Pin
Richard MacCutchan25-Jan-11 20:58
mveRichard MacCutchan25-Jan-11 20:58 
GeneralRe: Need help in c# simulation Pin
Eddy Vluggen26-Jan-11 0:21
professionalEddy Vluggen26-Jan-11 0:21 
QuestionGridView, Trying to get some columns editable, and some columns readonly. Pin
wizardzz25-Jan-11 7:39
wizardzz25-Jan-11 7:39 
AnswerRe: GridView, Trying to get some columns editable, and some columns readonly. Pin
Eddy Vluggen25-Jan-11 8:02
professionalEddy Vluggen25-Jan-11 8:02 
GeneralRe: GridView, Trying to get some columns editable, and some columns readonly. Pin
wizardzz25-Jan-11 8:07
wizardzz25-Jan-11 8:07 
GeneralRe: GridView, Trying to get some columns editable, and some columns readonly. Pin
Eddy Vluggen25-Jan-11 8:10
professionalEddy Vluggen25-Jan-11 8:10 
GeneralRe: GridView, Trying to get some columns editable, and some columns readonly. Pin
wizardzz25-Jan-11 11:52
wizardzz25-Jan-11 11:52 
GeneralRe: GridView, Trying to get some columns editable, and some columns readonly. Pin
Eddy Vluggen26-Jan-11 0:24
professionalEddy Vluggen26-Jan-11 0:24 
AnswerRe: GridView, Trying to get some columns editable, and some columns readonly. Pin
dasblinkenlight25-Jan-11 8:11
dasblinkenlight25-Jan-11 8:11 

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.