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

C#

 
GeneralRe: build install with sql server 2008 Express Pin
OriginalGriff7-Dec-11 21:35
mveOriginalGriff7-Dec-11 21:35 
AnswerRe: build install with sql server 2008 Express Pin
PIEBALDconsult7-Dec-11 11:25
mvePIEBALDconsult7-Dec-11 11:25 
AnswerRe: build install with sql server 2008 Express Pin
Jitendra Parida - Jeetu7-Dec-11 23:41
Jitendra Parida - Jeetu7-Dec-11 23:41 
QuestionSet paper size to custom(for cheque print Software) Pin
Member 84382697-Dec-11 0:39
Member 84382697-Dec-11 0:39 
AnswerRe: Set paper size to custom(for cheque print Software) Pin
coded0077-Dec-11 1:45
professionalcoded0077-Dec-11 1:45 
QuestionSession Object Not working in Web Service Pin
Anubhava Dimri6-Dec-11 23:39
Anubhava Dimri6-Dec-11 23:39 
AnswerRe: Session Object Not working in Web Service Pin
Richard MacCutchan6-Dec-11 23:48
mveRichard MacCutchan6-Dec-11 23:48 
AnswerRe: Session Object Not working in Web Service Pin
mathavi12-Dec-11 11:56
mathavi12-Dec-11 11:56 
you can attach the debugger to the client code. When you hit the web service call, step into it. This will load your web service into your runtime or go to a separate debugger(if the web service is attached to your another instance of the debugger).

Step into your code to see where the object reference is null.
Something you can inspect is to see - Does your webservice need authentication? Is the authentication information setup correctly before the call?
Questionhow to add lists Pin
saurabh001 m6-Dec-11 22:05
saurabh001 m6-Dec-11 22:05 
AnswerRe: how to add lists Pin
coded0076-Dec-11 22:11
professionalcoded0076-Dec-11 22:11 
GeneralRe: how to add lists Pin
saurabh001 m6-Dec-11 22:21
saurabh001 m6-Dec-11 22:21 
AnswerRe: how to add lists Pin
Richard MacCutchan6-Dec-11 22:22
mveRichard MacCutchan6-Dec-11 22:22 
GeneralRe: how to add lists Pin
saurabh001 m6-Dec-11 22:23
saurabh001 m6-Dec-11 22:23 
GeneralRe: how to add lists Pin
Richard MacCutchan6-Dec-11 23:15
mveRichard MacCutchan6-Dec-11 23:15 
AnswerRe: how to add lists Pin
OriginalGriff6-Dec-11 22:36
mveOriginalGriff6-Dec-11 22:36 
GeneralRe: how to add lists Pin
saurabh001 m6-Dec-11 22:58
saurabh001 m6-Dec-11 22:58 
AnswerRe: how to add lists Pin
BillWoodruff7-Dec-11 10:11
professionalBillWoodruff7-Dec-11 10:11 
QuestionEmail Exception Catching Pin
AmbiguousName6-Dec-11 20:48
AmbiguousName6-Dec-11 20:48 
AnswerRe: Email Exception Catching Pin
Wayne Gaylard6-Dec-11 21:18
professionalWayne Gaylard6-Dec-11 21:18 
AnswerRe: Email Exception Catching Pin
AmbiguousName6-Dec-11 21:47
AmbiguousName6-Dec-11 21:47 
GeneralRe: Email Exception Catching Pin
Richard MacCutchan6-Dec-11 22:19
mveRichard MacCutchan6-Dec-11 22:19 
GeneralRe: Email Exception Catching Pin
Wayne Gaylard6-Dec-11 22:20
professionalWayne Gaylard6-Dec-11 22:20 
AnswerRe: Email Exception Catching Pin
Dan Mos6-Dec-11 22:25
Dan Mos6-Dec-11 22:25 
QuestionSerialization Problem Pin
Kevin Marois6-Dec-11 13:45
professionalKevin Marois6-Dec-11 13:45 
AnswerRe: Serialization Problem Pin
BillWoodruff6-Dec-11 16:30
professionalBillWoodruff6-Dec-11 16:30 

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.