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

C#

 
AnswerRe: Copying pointer to pointer? Pin
leppie21-Nov-02 9:33
leppie21-Nov-02 9:33 
GeneralRe: Copying pointer to pointer? Pin
Zombies with Coffee, LLC21-Nov-02 9:45
professionalZombies with Coffee, LLC21-Nov-02 9:45 
AnswerRe: Copying pointer to pointer? Pin
John Fisher21-Nov-02 9:54
John Fisher21-Nov-02 9:54 
GeneralRe: Copying pointer to pointer? Pin
Zombies with Coffee, LLC21-Nov-02 9:57
professionalZombies with Coffee, LLC21-Nov-02 9:57 
GeneralRe: Copying pointer to pointer? Pin
leppie21-Nov-02 10:05
leppie21-Nov-02 10:05 
GeneralRe: Copying pointer to pointer? Pin
Zombies with Coffee, LLC21-Nov-02 10:18
professionalZombies with Coffee, LLC21-Nov-02 10:18 
GeneralRe: Copying pointer to pointer? Pin
Zombies with Coffee, LLC21-Nov-02 10:33
professionalZombies with Coffee, LLC21-Nov-02 10:33 
GeneralAdding Web references Pin
Tom Archer21-Nov-02 8:19
Tom Archer21-Nov-02 8:19 
I have a Web Service that I've created called CreditSearch. This Web Service has a single exposed method called Search that returns the requested individual's credit in an XML-formatted string. I then have an ASPX client that calls accepts an SSN as input, calls the service's Search method and displays the results. So far, very easy.

However, I think I'm doing some steps incorrectly. What I do is build the service, run the wsdl utility to create a .cs file, copy that .cs file into the client's project and then run the client. Is this correct?

It seems that I'm supposed to - instead of manually callnig wsdl - select the Add Web Reference menu option and have it do the work for me. However, when I do that, the client code no longer builds. What am I doing wrong here?

Cheers,
Tom Archer
Author - Inside C#, Visual C++.NET Bible
GeneralRe: Adding Web references Pin
Masaaki Onishi21-Nov-02 12:05
Masaaki Onishi21-Nov-02 12:05 
GeneralRe: Adding Web references Pin
Tom Archer21-Nov-02 16:31
Tom Archer21-Nov-02 16:31 
GeneralRe: Adding Web references Pin
Tom Archer24-Nov-02 16:04
Tom Archer24-Nov-02 16:04 
GeneralRe: Adding Web references Pin
leppie25-Nov-02 6:53
leppie25-Nov-02 6:53 
GeneralTwo basic qeustions about threads Pin
Bog21-Nov-02 6:17
Bog21-Nov-02 6:17 
GeneralRe: Two basic qeustions about threads Pin
Bog21-Nov-02 8:37
Bog21-Nov-02 8:37 
GeneralRe: Two basic qeustions about threads Pin
leppie21-Nov-02 9:09
leppie21-Nov-02 9:09 
QuestionColored text in a RichTextBox? Pin
chuckn21-Nov-02 4:59
chuckn21-Nov-02 4:59 
AnswerRe: Colored text in a RichTextBox? Pin
leppie21-Nov-02 6:05
leppie21-Nov-02 6:05 
GeneralRe: Colored text in a RichTextBox? Pin
chuckn21-Nov-02 6:16
chuckn21-Nov-02 6:16 
GeneralRe: Colored text in a RichTextBox? Pin
leppie21-Nov-02 6:25
leppie21-Nov-02 6:25 
GeneralLocal user log on Pin
mkomasi21-Nov-02 0:09
mkomasi21-Nov-02 0:09 
GeneralRe: Local user log on Pin
Mazdak21-Nov-02 0:59
Mazdak21-Nov-02 0:59 
GeneralRe: Local user log on Pin
Mazdak22-Nov-02 0:01
Mazdak22-Nov-02 0:01 
GeneralChanging MDI child opacity Pin
SimonS20-Nov-02 23:08
SimonS20-Nov-02 23:08 
GeneralSetup.Exe in Bootstrapper Sample not working..... Pin
Saroj20-Nov-02 21:54
Saroj20-Nov-02 21:54 
GeneralListView Fundamentals :: C# Pin
valikac20-Nov-02 16:38
valikac20-Nov-02 16:38 

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.