Click here to Skip to main content
15,923,168 members
Home / Discussions / C#
   

C#

 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Alaric_11-Feb-09 7:50
professionalAlaric_11-Feb-09 7:50 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Dave Kreskowiak11-Feb-09 8:01
mveDave Kreskowiak11-Feb-09 8:01 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Dan Neely11-Feb-09 8:11
Dan Neely11-Feb-09 8:11 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Dave Kreskowiak11-Feb-09 8:41
mveDave Kreskowiak11-Feb-09 8:41 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Dan Neely11-Feb-09 8:09
Dan Neely11-Feb-09 8:09 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Daniel Grunwald11-Feb-09 9:22
Daniel Grunwald11-Feb-09 9:22 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Dan Neely11-Feb-09 10:29
Dan Neely11-Feb-09 10:29 
AnswerRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Dave Kreskowiak11-Feb-09 7:52
mveDave Kreskowiak11-Feb-09 7:52 
AnswerRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Pete O'Hanlon11-Feb-09 9:10
mvePete O'Hanlon11-Feb-09 9:10 
GeneralRe: Syntax head-scratcher - [Google & MSDN no help] - @return??? Pin
Alaric_11-Feb-09 9:18
professionalAlaric_11-Feb-09 9:18 
News[Message Deleted] Pin
AmeetP11-Feb-09 7:05
AmeetP11-Feb-09 7:05 
GeneralRe: Good Site Can have a look Pin
Dave Kreskowiak11-Feb-09 7:18
mveDave Kreskowiak11-Feb-09 7:18 
GeneralRe: Good Site Can have a look Pin
AmeetP11-Feb-09 8:09
AmeetP11-Feb-09 8:09 
GeneralRe: Good Site Can have a look Pin
EliottA11-Feb-09 8:11
EliottA11-Feb-09 8:11 
GeneralRe: Good Site Can have a look Pin
#realJSOP11-Feb-09 9:59
professional#realJSOP11-Feb-09 9:59 
Questionsong/tune comparison Pin
Vishnu Prem11-Feb-09 7:03
Vishnu Prem11-Feb-09 7:03 
AnswerRe: song/tune comparison Pin
musefan11-Feb-09 7:06
musefan11-Feb-09 7:06 
AnswerRe: song/tune comparison Pin
Alan Balkany11-Feb-09 8:24
Alan Balkany11-Feb-09 8:24 
Questionany one wokred with Casswaory linear programming. Pin
sailesh_gupta11-Feb-09 6:24
sailesh_gupta11-Feb-09 6:24 
AnswerRe: any one wokred with Casswaory linear programming. Pin
Guffa11-Feb-09 7:02
Guffa11-Feb-09 7:02 
GeneralRe: any one wokred with Casswaory linear programming. Pin
sailesh_gupta11-Feb-09 7:05
sailesh_gupta11-Feb-09 7:05 
QuestionCut a file in a specific directory and put it in another directory Pin
abbd11-Feb-09 6:05
abbd11-Feb-09 6:05 
AnswerRe: Cut a file in a specific directory and put it in another directory Pin
Giorgi Dalakishvili11-Feb-09 6:13
mentorGiorgi Dalakishvili11-Feb-09 6:13 
AnswerRe: Cut a file in a specific directory and put it in another directory Pin
musefan11-Feb-09 6:14
musefan11-Feb-09 6:14 
QuestionClass Libraries and Web References Pin
caksabre211-Feb-09 5:39
caksabre211-Feb-09 5:39 
Hello,

I have two C# Applications one client side, one server side, which communicate via a web service that I am creating also. I wanted to create a class library so that classes that are used between the three applications can be re-used. I want to allow one of the webmethods in the web service to accept an object of one of the classes I have created in the class library but when I try and pass it from either application it says I can't because the types are different.

ABSWebService.Market doesn't equal ABSClassLibrary.Market (Event though in the web service it is referencing the Class Library to get the Market).

I have tried to cast it to the other type, but this isn't allowed either.

Any suggestions?

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.