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

.NET (Core and Framework)

 
AnswerRe: wsHttpBinding using ReliableSession - Maximum retry count has been exceeded with no response from remote point Pin
gunter7916-Feb-12 7:38
gunter7916-Feb-12 7:38 
Questionconfiguration managment application blocks 5.0 Pin
Vamshi Krishna Parepalli13-Feb-12 19:30
Vamshi Krishna Parepalli13-Feb-12 19:30 
AnswerRe: configuration managment application blocks 5.0 Pin
Richard MacCutchan14-Feb-12 0:10
mveRichard MacCutchan14-Feb-12 0:10 
QuestionUse newer version of Assembly if it is available. [SOLVED] PinPopular
Shameel10-Feb-12 2:45
professionalShameel10-Feb-12 2:45 
QuestionEntity Framework 4.0 AddObject() Method Encounter OptimisticConcurrencyException Pin
gujingshui9-Feb-12 16:06
gujingshui9-Feb-12 16:06 
SuggestionDebuging Tips And Memory Read? Pin
creizlein9-Feb-12 2:07
creizlein9-Feb-12 2:07 
GeneralRe: Debuging Tips And Memory Read? Pin
Dave Kreskowiak9-Feb-12 2:13
mveDave Kreskowiak9-Feb-12 2:13 
AnswerRe: Debuging Tips And Memory Read? Pin
Luc Pattyn9-Feb-12 16:04
sitebuilderLuc Pattyn9-Feb-12 16:04 
1. stack problems are caused by using the wrong calling convention. Fix that first.

2. the easiest way to debug code in general is by adding log statements, and NOT by relying on fancy tools (which require boring interaction) or lots of MessageBoxes. That way you get a chronological and structured result, and you can see up to what point things go well.

3. the one way to debug P/Invoke stuff I know of, is by writing the code one piece at a time, starting with simple stuff, then adding to it. Which also means I provide some simple and some more complex dummy native functions, and get them to work first.

4. when in charge of both sides, keep your API simple; have the managed world do all the memory allocation; and use logging, also let the managed world log native information using a callback. I've explained that and more here[^].

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.

GeneralRe: Debuging Tips And Memory Read? Pin
creizlein9-Feb-12 18:59
creizlein9-Feb-12 18:59 
GeneralRe: Debuging Tips And Memory Read? Pin
Luc Pattyn9-Feb-12 23:28
sitebuilderLuc Pattyn9-Feb-12 23:28 
QuestionReport not published Pin
fareedulhassan7-Feb-12 8:32
professionalfareedulhassan7-Feb-12 8:32 
AnswerRe: Report not published Pin
thatraja7-Feb-12 10:51
professionalthatraja7-Feb-12 10:51 
Questionexpress checkout keep loading did'tn return to merchant Pin
awakepoh6-Feb-12 21:09
awakepoh6-Feb-12 21:09 
AnswerRe: express checkout keep loading did'tn return to merchant Pin
Richard MacCutchan6-Feb-12 22:48
mveRichard MacCutchan6-Feb-12 22:48 
QuestionKilling the session on click of Brwoser X Pin
hooters_263-Feb-12 1:44
hooters_263-Feb-12 1:44 
AnswerRe: Killing the session on click of Brwoser X Pin
Dave Kreskowiak3-Feb-12 2:30
mveDave Kreskowiak3-Feb-12 2:30 
AnswerRe: Killing the session on click of Brwoser X Pin
sund7wells5-Feb-12 20:05
sund7wells5-Feb-12 20:05 
GeneralRe: Killing the session on click of Brwoser X Pin
Not Active6-Feb-12 1:33
mentorNot Active6-Feb-12 1:33 
QuestionCould I improve my class which contains multiple class references Pin
Simon_Whale2-Feb-12 22:48
Simon_Whale2-Feb-12 22:48 
Question.net GridView error(server tag not well formed) Pin
brindhasudar2-Feb-12 5:21
brindhasudar2-Feb-12 5:21 
GeneralRe: .net GridView error(server tag not well formed) Pin
Manfred Rudolf Bihy2-Feb-12 5:37
professionalManfred Rudolf Bihy2-Feb-12 5:37 
Question.Net and Windows API Pin
Mohibur Rashid1-Feb-12 22:43
professionalMohibur Rashid1-Feb-12 22:43 
AnswerRe: .Net and Windows API Pin
Dave Kreskowiak2-Feb-12 2:23
mveDave Kreskowiak2-Feb-12 2:23 
GeneralRe: .Net and Windows API Pin
Mohibur Rashid2-Feb-12 11:35
professionalMohibur Rashid2-Feb-12 11:35 
GeneralRe: .Net and Windows API Pin
Dave Kreskowiak2-Feb-12 13:40
mveDave Kreskowiak2-Feb-12 13:40 

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.