Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
Questiontry / catch breaks if statement !? Pin
tcs18-May-02 11:14
tcs18-May-02 11:14 
AnswerRe: try / catch breaks if statement !? Pin
tcs18-May-02 11:47
tcs18-May-02 11:47 
GeneralLetting the debugger catch unhandles exceptions in web services Pin
tcs18-May-02 8:49
tcs18-May-02 8:49 
General.NET (C#) interopability Pin
17-May-02 14:08
suss17-May-02 14:08 
GeneralPlease help: Substitution parameters! Pin
Rohde17-May-02 12:41
Rohde17-May-02 12:41 
GeneralRe: Please help: Substitution parameters! Pin
David Wengier17-May-02 13:12
David Wengier17-May-02 13:12 
Questionwhat does it do? Pin
zhoujun16-May-02 22:00
zhoujun16-May-02 22:00 
AnswerRe: what does it do? Pin
James T. Johnson17-May-02 1:11
James T. Johnson17-May-02 1:11 
Right click on your project in the Solution Explorer, choose Add Web Reference. Now in the top of the window that comes up type in http://www.codeproject.com/webservices/latest.asmx. Now press Enter so it loads the page then click "Add Reference".

Now you'll see a new entry under Web References titled codeproject.com.www, right click it choose rename, rename it to something more appropriate, such as codeProject. This name dictates what namespace the resulting classes will be placed into.

In the case of the CodeProject webservice the main class is LatestBrief, this class contains the methods needed to call the web service.

HTH,

James

Simplicity Rules!
GeneralRe: what does it do? Pin
zhoujun17-May-02 17:01
zhoujun17-May-02 17:01 
GeneralRe: what does it do? Pin
James T. Johnson18-May-02 12:27
James T. Johnson18-May-02 12:27 
GeneralRe: what does it do? Pin
zhoujun18-May-02 16:30
zhoujun18-May-02 16:30 
QuestionHow to run c# app on a win2000 machine without installing the framework? Pin
16-May-02 20:18
suss16-May-02 20:18 
AnswerRe: How to run c# app on a win2000 machine without installing the framework? Pin
Rickard Andersson2016-May-02 20:31
Rickard Andersson2016-May-02 20:31 
AnswerRe: How to run c# app on a win2000 machine without installing the framework? Pin
Michael P Butler16-May-02 22:27
Michael P Butler16-May-02 22:27 
AnswerRe: How to run c# app on a win2000 machine without installing the framework? Pin
James T. Johnson17-May-02 1:00
James T. Johnson17-May-02 1:00 
GeneralVariants in .net Pin
ElCortez16-May-02 13:21
ElCortez16-May-02 13:21 
GeneralRe: Variants in .net Pin
Rama Krishna Vavilala16-May-02 14:35
Rama Krishna Vavilala16-May-02 14:35 
GeneralRe: Variants in .net Pin
ElCortez16-May-02 20:51
ElCortez16-May-02 20:51 
GeneralRe: Variants in .net Pin
Gaul21-May-02 4:34
Gaul21-May-02 4:34 
GeneralRe: Variants in .net Pin
ElCortez21-May-02 12:11
ElCortez21-May-02 12:11 
GeneralRe: Variants in .net Pin
Rama Krishna Vavilala21-May-02 12:30
Rama Krishna Vavilala21-May-02 12:30 
GeneralRe: Variants in .net Pin
ElCortez21-May-02 13:05
ElCortez21-May-02 13:05 
GeneralRe: Variants in .net Pin
Rama Krishna Vavilala21-May-02 14:46
Rama Krishna Vavilala21-May-02 14:46 
GeneralRe: Variants in .net Pin
ElCortez22-May-02 2:15
ElCortez22-May-02 2:15 
GeneralString handling book excerpt Pin
Tom Archer16-May-02 5:37
Tom Archer16-May-02 5:37 

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.