Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamically adding textbox's Pin
Nick Parker28-Jul-04 11:39
protectorNick Parker28-Jul-04 11:39 
GeneralHelp with writing to buffers Pin
Winter28-Jul-04 11:11
Winter28-Jul-04 11:11 
GeneralRe: Help with writing to buffers Pin
Daniel Turini28-Jul-04 11:29
Daniel Turini28-Jul-04 11:29 
GeneralHelp Required. Pin
Nasir Wasim28-Jul-04 9:45
Nasir Wasim28-Jul-04 9:45 
GeneralRe: Help Required. Pin
Nick Parker28-Jul-04 10:00
protectorNick Parker28-Jul-04 10:00 
QuestionHow do I create a dynamic webservice client in C# Pin
JM9328-Jul-04 9:41
JM9328-Jul-04 9:41 
AnswerRe: How do I create a dynamic webservice client in C# Pin
Nick Parker28-Jul-04 9:56
protectorNick Parker28-Jul-04 9:56 
GeneralRe: How do I create a dynamic webservice client in C# Pin
JM9329-Jul-04 8:00
JM9329-Jul-04 8:00 
Thanks Nick.

But I need to build that as DLL. If I build the DLL how do I deploy the config file with the DLL. Where should we put the config file?

Also, the link talks about only in the constrcutor of the program like below

public Books() {
this.Url = ConfigurationSettings.AppSettings["WebServicesUrl"]
}

but how do we replace the name, namespace values before the method call like below

[System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://33.83.76.254/MyValidation", ResponseNamespace="http://33.83.76.254/MyValidation")]
[return: System.Xml.Serialization.SoapElementAttribute("responseXml")]
public string myvalidate(string s1, string s2)
{

Thanks,
JMC
GeneralRe: How do I create a dynamic webservice client in C# Pin
Nick Parker29-Jul-04 8:45
protectorNick Parker29-Jul-04 8:45 
GeneralWMI Windows Service Pin
silverbullet28-Jul-04 9:12
silverbullet28-Jul-04 9:12 
GeneralRe: WMI Windows Service Pin
Heath Stewart28-Jul-04 10:10
protectorHeath Stewart28-Jul-04 10:10 
QuestionHow do I disconnect my crystal report from it's datasource Pin
kornstyle28-Jul-04 8:24
kornstyle28-Jul-04 8:24 
AnswerRe: How do I disconnect my crystal report from it's datasource Pin
Heath Stewart28-Jul-04 8:50
protectorHeath Stewart28-Jul-04 8:50 
Generallogg/scan open windows Pin
pat27088128-Jul-04 6:25
pat27088128-Jul-04 6:25 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 6:55
pat27088128-Jul-04 6:55 
GeneralRe: logg/scan open windows Pin
Heath Stewart28-Jul-04 7:04
protectorHeath Stewart28-Jul-04 7:04 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 7:41
pat27088128-Jul-04 7:41 
GeneralRe: logg/scan open windows Pin
Nick Parker28-Jul-04 8:11
protectorNick Parker28-Jul-04 8:11 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 8:23
pat27088128-Jul-04 8:23 
GeneralRe: logg/scan open windows Pin
Nick Parker28-Jul-04 8:33
protectorNick Parker28-Jul-04 8:33 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 11:25
pat27088128-Jul-04 11:25 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 23:01
pat27088128-Jul-04 23:01 
GeneralRe: logg/scan open windows - important question! Pin
pat27088129-Jul-04 3:04
pat27088129-Jul-04 3:04 
GeneralRe: logg/scan open windows - important question! Pin
Heath Stewart29-Jul-04 4:30
protectorHeath Stewart29-Jul-04 4:30 
GeneralRe: logg/scan open windows - important question! Pin
pat27088129-Jul-04 4:49
pat27088129-Jul-04 4:49 

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.