Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Looking for books recommendations to learn specifically about DB using .NET and C# Pin
BillWoodruff22-Nov-14 8:33
professionalBillWoodruff22-Nov-14 8:33 
QuestionIBM - ILog Diagram: Find node position in pixel Pin
hassan faghihi21-Nov-14 22:20
professionalhassan faghihi21-Nov-14 22:20 
QuestionPocketSphinx Pin
Member 1001593821-Nov-14 7:54
Member 1001593821-Nov-14 7:54 
AnswerRe: PocketSphinx Pin
Dave Kreskowiak21-Nov-14 8:39
mveDave Kreskowiak21-Nov-14 8:39 
AnswerRe: PocketSphinx Pin
BillWoodruff21-Nov-14 9:31
professionalBillWoodruff21-Nov-14 9:31 
Questionhow to solve System.OutOf Memory Exception was thrown Pin
cicill21-Nov-14 5:24
cicill21-Nov-14 5:24 
AnswerRe: how to solve System.OutOf Memory Exception was thrown Pin
Eddy Vluggen21-Nov-14 5:35
professionalEddy Vluggen21-Nov-14 5:35 
AnswerRe: how to solve System.OutOf Memory Exception was thrown Pin
OriginalGriff21-Nov-14 5:50
mveOriginalGriff21-Nov-14 5:50 
Without your data and debugging this it's kinda difficult to tell - but if you enqueue a node whose State causes GoalTest to return false and as a result the new node that creates has the same state, then your FIFO count will always be nonzero and you will add nodes until the system runs out of memory.
I'd start by using the debugger to step though the code and work out where it is going.

Eddie's suggestion of a StringBuilder is a very good one, though!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

AnswerRe: how to solve System.OutOf Memory Exception was thrown Pin
hassan faghihi21-Nov-14 22:27
professionalhassan faghihi21-Nov-14 22:27 
QuestionApplication has stopped working error in C# .NET application Pin
eljainc21-Nov-14 4:51
eljainc21-Nov-14 4:51 
AnswerRe: Application has stopped working error in C# .NET application Pin
OriginalGriff21-Nov-14 5:10
mveOriginalGriff21-Nov-14 5:10 
AnswerRe: Application has stopped working error in C# .NET application Pin
Redgum21-Nov-14 5:11
professionalRedgum21-Nov-14 5:11 
AnswerRe: Application has stopped working error in C# .NET application Pin
Richard MacCutchan21-Nov-14 5:12
mveRichard MacCutchan21-Nov-14 5:12 
QuestionRaise RowCommand event of GridView with asynchronous postback Pin
Miroslav Georgiev20-Nov-14 22:33
Miroslav Georgiev20-Nov-14 22:33 
QuestionSentimental analysis and plotting charts with C# Pin
sachidanandgowda20-Nov-14 21:54
sachidanandgowda20-Nov-14 21:54 
QuestionRe: Sentimental analysis and plotting charts with C# Pin
Richard MacCutchan20-Nov-14 23:21
mveRichard MacCutchan20-Nov-14 23:21 
AnswerRe: Sentimental analysis and plotting charts with C# Pin
Mycroft Holmes20-Nov-14 23:31
professionalMycroft Holmes20-Nov-14 23:31 
GeneralRe: Sentimental analysis and plotting charts with C# Pin
Richard MacCutchan20-Nov-14 23:57
mveRichard MacCutchan20-Nov-14 23:57 
GeneralRe: Sentimental analysis and plotting charts with C# Pin
BillWoodruff21-Nov-14 9:35
professionalBillWoodruff21-Nov-14 9:35 
GeneralRe: Sentimental analysis and plotting charts with C# Pin
Mycroft Holmes21-Nov-14 13:10
professionalMycroft Holmes21-Nov-14 13:10 
AnswerRe: Sentimental analysis and plotting charts with C# Pin
BillWoodruff21-Nov-14 9:40
professionalBillWoodruff21-Nov-14 9:40 
GeneralI want to know whether mycode is right Pin
fengyuchun8820-Nov-14 16:45
fengyuchun8820-Nov-14 16:45 
QuestionRe: I want to know whether mycode is right Pin
Richard MacCutchan20-Nov-14 21:51
mveRichard MacCutchan20-Nov-14 21:51 
QuestionWPF Controls Binding to Object doesn't work Pin
jerryeagle20-Nov-14 11:34
jerryeagle20-Nov-14 11:34 
AnswerRe: WPF Controls Binding to Object doesn't work Pin
Richard MacCutchan20-Nov-14 21:49
mveRichard MacCutchan20-Nov-14 21:49 

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.