Click here to Skip to main content
15,888,600 members
Home / Discussions / C#
   

C#

 
GeneralRe: string.indexOf Pin
marky77724-Apr-07 4:15
marky77724-Apr-07 4:15 
GeneralRe: string.indexOf Pin
Martin#24-Apr-07 4:17
Martin#24-Apr-07 4:17 
Questionhow to get shotcut in the folder right click Pin
Nkuttynasi24-Apr-07 3:18
Nkuttynasi24-Apr-07 3:18 
AnswerRe: how to get shotcut in the folder right click Pin
Judah Gabriel Himango24-Apr-07 4:08
sponsorJudah Gabriel Himango24-Apr-07 4:08 
GeneralRe: how to get shotcut in the folder right click Pin
Nkuttynasi25-Apr-07 6:19
Nkuttynasi25-Apr-07 6:19 
QuestionMDI Child Pin
sayed8324-Apr-07 3:02
sayed8324-Apr-07 3:02 
AnswerRe: MDI Child Pin
Pete O'Hanlon24-Apr-07 3:06
mvePete O'Hanlon24-Apr-07 3:06 
QuestionWebServices and classes Pin
JHubSharp24-Apr-07 2:29
JHubSharp24-Apr-07 2:29 
I'll preface this by saying that I'm a Webservice novice. I get the concept, but I know next to nothing about the details. It's something I need to remedy, especially with SOA/WCF/etc. That being said...

I have two Web Site Projects. One is exposed to the other as different webservices. I have a class in the service project that I'd like to consume in the other project. This class contains properties and methods. I've noticed a few things:

  • The class won't be exposed in the wsdl unless it's used by the asmx.cs file. Simply having the class in the same assembly doesn't mean anything.Is that correct?
  • When I use the class as a return type of one of the service's web methods, it's defined in the wsdl as a compex type bt with no fields or methods. Is this because the service will only expose the fields of the class (i.e. not the properties or the methods)?
  • Assuming the above to be true, is there any way for my consumer project to consume this class and use its methods without exposing the methods in the web service? Or am i going about this the wrng way entirely?

Thanks for your help.
QuestionSystem.NotSupportedException (not support proxies of web-proxy scheme) Pin
AlexZieg7124-Apr-07 2:26
AlexZieg7124-Apr-07 2:26 
QuestionCOM realted question Pin
Stevo Z24-Apr-07 2:24
Stevo Z24-Apr-07 2:24 
Question(wpf) Panning & zooming Pin
Frostsnow24-Apr-07 2:11
Frostsnow24-Apr-07 2:11 
Questionhow to create an array right, if you don't know its length in advance Pin
greenpci24-Apr-07 1:49
greenpci24-Apr-07 1:49 
AnswerRe: how to create an array right, if you don't know its length in advance Pin
Christian Graus24-Apr-07 1:55
protectorChristian Graus24-Apr-07 1:55 
Generalspeed boost Pin
V.24-Apr-07 1:31
professionalV.24-Apr-07 1:31 
GeneralRe: speed boost Pin
althamda24-Apr-07 1:54
althamda24-Apr-07 1:54 
GeneralRe: speed boost Pin
Christian Graus24-Apr-07 1:59
protectorChristian Graus24-Apr-07 1:59 
GeneralRe: speed boost Pin
V.24-Apr-07 2:18
professionalV.24-Apr-07 2:18 
GeneralRe: speed boost Pin
Pete O'Hanlon24-Apr-07 4:04
mvePete O'Hanlon24-Apr-07 4:04 
GeneralRe: speed boost Pin
V.24-Apr-07 4:14
professionalV.24-Apr-07 4:14 
GeneralRe: speed boost Pin
Pete O'Hanlon24-Apr-07 4:22
mvePete O'Hanlon24-Apr-07 4:22 
GeneralRe: speed boost Pin
althamda24-Apr-07 4:41
althamda24-Apr-07 4:41 
GeneralRe: speed boost Pin
Pete O'Hanlon24-Apr-07 5:17
mvePete O'Hanlon24-Apr-07 5:17 
QuestionHow to copy a string into a byte[] Pin
GDavy24-Apr-07 1:16
GDavy24-Apr-07 1:16 
AnswerRe: How to copy a string into a byte[] Pin
stancrm24-Apr-07 1:18
stancrm24-Apr-07 1:18 
AnswerRe: How to copy a string into a byte[] Pin
szukuro24-Apr-07 1:23
szukuro24-Apr-07 1:23 

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.