Click here to Skip to main content
15,918,742 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionMerging Header Cells Pin
Kavyashri16-Dec-09 0:57
Kavyashri16-Dec-09 0:57 
AnswerRe: Merging Header Cells Pin
raghu.g16-Dec-09 20:20
raghu.g16-Dec-09 20:20 
QuestionEmail sent to client notification and tracking the link Pin
Niraj00115-Dec-09 22:02
Niraj00115-Dec-09 22:02 
QuestionHow do I Fill an Arbitrary Hex with a Centered Image Pin
jjwilson6115-Dec-09 9:53
jjwilson6115-Dec-09 9:53 
AnswerRe: How do I Fill an Arbitrary Hex with a Centered Image Pin
jjwilson6115-Dec-09 10:34
jjwilson6115-Dec-09 10:34 
QuestionMapping printers from a webpage Pin
Not Active15-Dec-09 7:52
mentorNot Active15-Dec-09 7:52 
AnswerRe: Mapping printers from a webpage Pin
Eddy Vluggen15-Dec-09 8:55
professionalEddy Vluggen15-Dec-09 8:55 
GeneralRe: Mapping printers from a webpage Pin
Not Active15-Dec-09 9:05
mentorNot Active15-Dec-09 9:05 
GeneralRe: Mapping printers from a webpage Pin
Eddy Vluggen15-Dec-09 9:18
professionalEddy Vluggen15-Dec-09 9:18 
GeneralRe: Mapping printers from a webpage Pin
Not Active15-Dec-09 17:13
mentorNot Active15-Dec-09 17:13 
QuestionErr Msg: retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 [modified] Pin
Jeneesh K. Velayudhan15-Dec-09 1:11
Jeneesh K. Velayudhan15-Dec-09 1:11 
AnswerRe: Err Msg: retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 Pin
Pete O'Hanlon15-Dec-09 1:26
mvePete O'Hanlon15-Dec-09 1:26 
GeneralRe: Err Msg: retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 Pin
Jeneesh K. Velayudhan22-Dec-09 15:51
Jeneesh K. Velayudhan22-Dec-09 15:51 
AnswerRe: Err Msg: retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 Pin
The Man from U.N.C.L.E.15-Dec-09 10:16
The Man from U.N.C.L.E.15-Dec-09 10:16 
GeneralRe: Err Msg: retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 Pin
5to1baby1in519-Dec-09 6:24
5to1baby1in519-Dec-09 6:24 
GeneralRe: Err Msg: retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 Pin
Jeneesh K. Velayudhan20-Dec-09 20:05
Jeneesh K. Velayudhan20-Dec-09 20:05 
Questionreport viewer Pin
Member 59031014-Dec-09 18:33
Member 59031014-Dec-09 18:33 
AnswerRe: report viewer Pin
Russ-T24-Dec-09 2:27
Russ-T24-Dec-09 2:27 
QuestionStored procedure in formula in crystal report ... Pin
devboycpp14-Dec-09 3:48
devboycpp14-Dec-09 3:48 
QuestionThe remote server returned an error: (401) Unauthorized Help Please Pin
J71rivera12-Dec-09 20:40
J71rivera12-Dec-09 20:40 
I'm Using the following code to get the Que and wait times for a place I work for. If i open the address in a normal window im asked for my user name and pw. then i can see .xml file. But when i used the code below i get the error that follows it. I know it needs to some how have the credentials. This tool also has multiple web browsers logged into the same main site. and if i use any links within those browsers i don't even have to use my user name pw. Is there a way to just use the credentials automatically from say webbrowser1 and use them on this to make it authorize? If not can someone show me how to add the credentials so it will not 401 error. I wrote the app to be used by multiple people so the credentials are not always the same but always be what ever they used on webbroser1. I know my code reads the XML right because i saved it to my computer to use for testing. But ill be damned i if i can find the code I need to add in credentials. If someone could show me how to add them for this. im sure i probably figure out how to grab them from another window to be used here. Again im a total newbie on vb. I picked it because back in the day C64 I wrote basic lol. and realized it was something I could for simple things wrap my head around.



Dim que As XmlTextReader

que = New XmlTextReader("http://tracker.telenetwork.com/callmonitor/assist.xml")

'Used next line to test with Copied version from server to make sure xml reader worked.
'que = New XmlTextReader("c:\\xml\assist.xml")

que.Read()
que.Read()
Dim result = que.GetAttribute("queue")
MsgBox(result)
result = que.GetAttribute("maxwait")
MsgBox(result)

The remote server returned an error: (401) Unauthorized.

System.Net.WebException was unhandled
Message="The remote server returned an error: (401) Unauthorized."
AnswerRe: The remote server returned an error: (401) Unauthorized Help Please Pin
Mark Salsbery13-Dec-09 8:19
Mark Salsbery13-Dec-09 8:19 
QuestionMultithreading in WinForm/WPF Application Pin
sandeepranjan11-Dec-09 15:11
sandeepranjan11-Dec-09 15:11 
AnswerRe: Multithreading in WinForm/WPF Application Pin
Super Lloyd15-Dec-09 17:52
Super Lloyd15-Dec-09 17:52 
AnswerRe: Multithreading in WinForm/WPF Application Pin
Super Lloyd17-Dec-09 0:19
Super Lloyd17-Dec-09 0:19 
QuestionVSTO Excel c# UDF error when pass params Object[] Pin
Diego Gagliano10-Dec-09 14:02
Diego Gagliano10-Dec-09 14:02 

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.