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

C#

 
AnswerRe: What free library for printing product details? - we will need tables, colors, frames Pin
Henry Minute31-Dec-10 12:05
Henry Minute31-Dec-10 12:05 
QuestionHow to add .h file(Header file) in c# Pin
sarang_k30-Dec-10 17:47
sarang_k30-Dec-10 17:47 
AnswerRe: How to add .h file(Header file) in c# Pin
Not Active30-Dec-10 17:50
mentorNot Active30-Dec-10 17:50 
AnswerRe: How to add .h file(Header file) in c# Pin
Bernhard Hiller30-Dec-10 19:41
Bernhard Hiller30-Dec-10 19:41 
AnswerRe: How to add .h file(Header file) in c# Pin
DaveyM6931-Dec-10 0:05
professionalDaveyM6931-Dec-10 0:05 
AnswerRe: How to add .h file(Header file) in c# Pin
Ravi Sant31-Dec-10 0:11
Ravi Sant31-Dec-10 0:11 
AnswerRe: How to add .h file(Header file) in c# Pin
PIEBALDconsult31-Dec-10 2:19
mvePIEBALDconsult31-Dec-10 2:19 
QuestionImporting a WCF method into WP7 App becomes async and doesnt return the list. Pin
Paul Harsent30-Dec-10 7:25
Paul Harsent30-Dec-10 7:25 
I am new to creating WCF projects as well as windows phone 7.

I created a simple method in WCF which just returns a list of an object.

public List<Sticky> GetSticky()
{
    return stickys;
}


I then used it very simply

Sticky[] test = client.GetSticky();


When I import the WCF dll via a service reference into a console app the method acts how it should. When I import the method into a Windows Phone 7 application it become an async method (not sure what this means)and doesnt return a list, it comes up void.

client.GetStickyAsync();


If anyone can help explain what is going on and help me to be a little less confused.

Thanks
QuestionImporting EXCEL to sql database Pin
Hema Bairavan30-Dec-10 7:08
Hema Bairavan30-Dec-10 7:08 
AnswerRe: Importing EXCEL to sql database Pin
Not Active30-Dec-10 7:26
mentorNot Active30-Dec-10 7:26 
AnswerRe: Importing EXCEL to sql database Pin
Henry Minute30-Dec-10 9:12
Henry Minute30-Dec-10 9:12 
AnswerRe: Importing EXCEL to sql database Pin
PIEBALDconsult30-Dec-10 14:20
mvePIEBALDconsult30-Dec-10 14:20 
GeneralRe: Importing EXCEL to sql database Pin
Hema Bairavan31-Dec-10 6:35
Hema Bairavan31-Dec-10 6:35 
AnswerRe: Importing EXCEL to sql database Pin
Abhinav S30-Dec-10 18:44
Abhinav S30-Dec-10 18:44 
AnswerRe: Importing EXCEL to sql database Pin
RaviRanjanKr31-Dec-10 2:34
professionalRaviRanjanKr31-Dec-10 2:34 
AnswerRe: Importing EXCEL to sql database Pin
Ravi Sant31-Dec-10 2:43
Ravi Sant31-Dec-10 2:43 
GeneralRe: Importing EXCEL to sql database Pin
Hema Bairavan31-Dec-10 6:19
Hema Bairavan31-Dec-10 6:19 
Questiontab control with flat buttons Pin
Rafone30-Dec-10 4:19
Rafone30-Dec-10 4:19 
QuestionGet Time C#(read only memory) [modified] Pin
arun_pk30-Dec-10 1:05
arun_pk30-Dec-10 1:05 
AnswerRe: Get Time C#(read only memory) Pin
JF201530-Dec-10 1:13
JF201530-Dec-10 1:13 
GeneralRe: Get Time C#(read only memory) Pin
arun_pk30-Dec-10 1:14
arun_pk30-Dec-10 1:14 
GeneralRe: Get Time C#(read only memory) Pin
JF201530-Dec-10 1:17
JF201530-Dec-10 1:17 
GeneralRe: Get Time C#(read only memory) Pin
Keith Barrow30-Dec-10 1:22
professionalKeith Barrow30-Dec-10 1:22 
GeneralRe: Get Time C#(read only memory) Pin
arun_pk30-Dec-10 1:34
arun_pk30-Dec-10 1:34 
GeneralRe: Get Time C#(read only memory) Pin
Richard MacCutchan30-Dec-10 2:21
mveRichard MacCutchan30-Dec-10 2:21 

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.