Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: executing rake from C# app Pin
Pete O'Hanlon22-Jan-14 0:57
mvePete O'Hanlon22-Jan-14 0:57 
AnswerRe: executing rake from C# app Pin
Bernhard Hiller22-Jan-14 20:34
Bernhard Hiller22-Jan-14 20:34 
QuestionError in DataGridView Filter Pin
a-erfani21-Jan-14 22:18
a-erfani21-Jan-14 22:18 
QuestionRe: Error in DataGridView Filter Pin
Richard MacCutchan21-Jan-14 23:20
mveRichard MacCutchan21-Jan-14 23:20 
AnswerRe: Error in DataGridView Filter Pin
a-erfani22-Jan-14 5:19
a-erfani22-Jan-14 5:19 
GeneralRe: Error in DataGridView Filter Pin
Richard MacCutchan22-Jan-14 5:25
mveRichard MacCutchan22-Jan-14 5:25 
GeneralRe: Error in DataGridView Filter Pin
a-erfani22-Jan-14 5:29
a-erfani22-Jan-14 5:29 
GeneralRe: Error in DataGridView Filter Pin
Richard MacCutchan22-Jan-14 5:36
mveRichard MacCutchan22-Jan-14 5:36 
GeneralRe: Error in DataGridView Filter Pin
a-erfani22-Jan-14 5:56
a-erfani22-Jan-14 5:56 
GeneralRe: Error in DataGridView Filter Pin
Dave Kreskowiak22-Jan-14 6:01
mveDave Kreskowiak22-Jan-14 6:01 
QuestionWhat's going on with this performance change? Pin
KP Lee21-Jan-14 19:16
KP Lee21-Jan-14 19:16 
GeneralRe: What's going on with this performance change? Pin
Richard MacCutchan21-Jan-14 23:13
mveRichard MacCutchan21-Jan-14 23:13 
GeneralRe: What's going on with this performance change? Pin
KP Lee22-Jan-14 8:52
KP Lee22-Jan-14 8:52 
AnswerRe: What's going on with this performance change? Pin
Matt T Heffron22-Jan-14 8:03
professionalMatt T Heffron22-Jan-14 8:03 
GeneralRe: What's going on with this performance change? Pin
KP Lee22-Jan-14 10:38
KP Lee22-Jan-14 10:38 
GeneralRe: What's going on with this performance change? Pin
Bernhard Hiller22-Jan-14 20:46
Bernhard Hiller22-Jan-14 20:46 
GeneralRe: What's going on with this performance change? Pin
KP Lee22-Jan-14 23:11
KP Lee22-Jan-14 23:11 
GeneralRe: What's going on with this performance change? Pin
Bernhard Hiller23-Jan-14 20:46
Bernhard Hiller23-Jan-14 20:46 
GeneralRe: What's going on with this performance change? Pin
KP Lee24-Jan-14 7:21
KP Lee24-Jan-14 7:21 
QuestionRegex select between two “strings” Pin
Hulu800421-Jan-14 15:29
Hulu800421-Jan-14 15:29 
AnswerRe: Regex select between two “strings” Pin
Dave Kreskowiak21-Jan-14 16:34
mveDave Kreskowiak21-Jan-14 16:34 
GeneralRe: Regex select between two “strings” Pin
Ron Beyer21-Jan-14 16:35
professionalRon Beyer21-Jan-14 16:35 
GeneralRe: Regex select between two “strings” Pin
Dave Kreskowiak21-Jan-14 16:51
mveDave Kreskowiak21-Jan-14 16:51 
QuestionC# Program Pin
redhuskie21-Jan-14 9:02
redhuskie21-Jan-14 9:02 
AnswerRe: C# Program Pin
Pete O'Hanlon21-Jan-14 9:06
mvePete O'Hanlon21-Jan-14 9:06 
This is impossible to diagnose from our end. An object reference exception is telling you that some object has not been instantiated. Since we are unable to see your code, it's impossible to tell. What you need to do is run your app in debug on a Windows 7 machine and see what the stack trace points you to when your app breaks.

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.