Click here to Skip to main content
15,897,090 members
Home / Discussions / C#
   

C#

 
AnswerRe: Circular Button Pin
ekynox2-Aug-07 14:03
ekynox2-Aug-07 14:03 
Questionsub total a bindingsource with an array Pin
crash8932-Aug-07 7:27
crash8932-Aug-07 7:27 
AnswerRe: sub total a bindingsource with an array Pin
led mike2-Aug-07 7:39
led mike2-Aug-07 7:39 
GeneralRe: sub total a bindingsource with an array Pin
crash8932-Aug-07 8:13
crash8932-Aug-07 8:13 
GeneralRe: sub total a bindingsource with an array Pin
led mike2-Aug-07 9:12
led mike2-Aug-07 9:12 
GeneralRe: sub total a bindingsource with an array Pin
crash8932-Aug-07 10:32
crash8932-Aug-07 10:32 
GeneralRe: sub total a bindingsource with an array Pin
crash8934-Aug-07 6:12
crash8934-Aug-07 6:12 
QuestionCalling a Moss2007 webservice and the 401 error Pin
sameerhanda2-Aug-07 7:10
sameerhanda2-Aug-07 7:10 
Ok here's the deal:
I am testing / mocking up calling a Moss2007 webservice from a windows form and populating a listview with the results. Very simple( at least that's what I thought). Here is the code:

webSvcWebs.PreAuthenticate = true;
webSvcWebs.Credentials = System.Net.CredentialCache.DefaultCredentials;
//new System.Net.NetworkCredential(mysignon, mypassword, mydomain);
XmlNode sites = webSvcWebs.GetWebCollection();

here webSvcWebs = "http://rvisp02/_vti_bin/webs.asmx".

Well as you can see above I have tried both credential ways and I still get the 401 unauthorized error. Any ideas. I seeing to be running out of them.

Thanks for your help.

Sameer
QuestionInvoke C# dll from Excel Pin
Bert delaVega2-Aug-07 7:05
Bert delaVega2-Aug-07 7:05 
AnswerRe: Invoke C# dll from Excel Pin
wilcodk2-Aug-07 23:47
wilcodk2-Aug-07 23:47 
GeneralRe: Invoke C# dll from Excel Pin
Bert delaVega3-Aug-07 2:54
Bert delaVega3-Aug-07 2:54 
Questionc#.net windows application without framwork ? Pin
hk779212-Aug-07 6:57
hk779212-Aug-07 6:57 
AnswerRe: c#.net windows application without framwork ? Pin
Bert delaVega2-Aug-07 7:07
Bert delaVega2-Aug-07 7:07 
GeneralRe: c#.net windows application without framwork ? Pin
hk779212-Aug-07 7:18
hk779212-Aug-07 7:18 
GeneralRe: c#.net windows application without framwork ? Pin
led mike2-Aug-07 7:23
led mike2-Aug-07 7:23 
GeneralRe: c#.net windows application without framwork ? Pin
hk779212-Aug-07 8:13
hk779212-Aug-07 8:13 
GeneralRe: c#.net windows application without framwork ? Pin
mav.northwind3-Aug-07 2:44
mav.northwind3-Aug-07 2:44 
GeneralRe: c#.net windows application without framwork ? Pin
Judah Gabriel Himango2-Aug-07 10:13
sponsorJudah Gabriel Himango2-Aug-07 10:13 
AnswerRe: c#.net windows application without framwork ? Pin
Pete O'Hanlon2-Aug-07 9:41
mvePete O'Hanlon2-Aug-07 9:41 
AnswerRe: c#.net windows application without framwork ? Pin
originSH2-Aug-07 22:00
originSH2-Aug-07 22:00 
QuestionWebService [modified] Pin
tranzformerz2-Aug-07 5:47
tranzformerz2-Aug-07 5:47 
AnswerRe: WebService Pin
tranzformerz2-Aug-07 6:26
tranzformerz2-Aug-07 6:26 
AnswerRe: WebService Pin
pmarfleet2-Aug-07 6:32
pmarfleet2-Aug-07 6:32 
AnswerRe: WebService Pin
kubben2-Aug-07 6:32
kubben2-Aug-07 6:32 
GeneralRe: WebService Pin
tranzformerz2-Aug-07 7:01
tranzformerz2-Aug-07 7:01 

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.