Click here to Skip to main content
15,891,920 members
Home / Discussions / C#
   

C#

 
AnswerRe: Telnet Library Pin
Dave Kreskowiak12-Apr-07 8:00
mveDave Kreskowiak12-Apr-07 8:00 
GeneralRe: Telnet Library Pin
mperazac12-Apr-07 8:24
mperazac12-Apr-07 8:24 
GeneralRe: Telnet Library Pin
Dave Kreskowiak12-Apr-07 8:58
mveDave Kreskowiak12-Apr-07 8:58 
QuestionProblems with DataRowState.Modified Pin
polishprogrammer12-Apr-07 7:36
polishprogrammer12-Apr-07 7:36 
QuestionJ# Pin
blackjack215012-Apr-07 7:06
blackjack215012-Apr-07 7:06 
AnswerRe: J# Pin
Jon Sagara12-Apr-07 7:16
Jon Sagara12-Apr-07 7:16 
AnswerRe: J# Pin
Dan Neely12-Apr-07 7:51
Dan Neely12-Apr-07 7:51 
QuestionProblem in running Service using msxml with webdav Pin
ArunkumarSundaravelu12-Apr-07 6:31
ArunkumarSundaravelu12-Apr-07 6:31 
Hi I’m creating one windows service in my own purpose
Using msxml4.dll.
The process of service is to fetch the data from exchange server through webdav SEARCH METHOD

When i use this coding in windows form normal button click event , it works fine,
When I convert into windows service, it throws the error

The coding is below

MSXML2.XMLHTTP objXMLHTTP = new MSXML2.XMLHTTP();

writemethod("After Initialize");

System.Xml.XmlDataDocument xmlDOMParams = new System.Xml.XmlDataDocument();

objXMLHTTP.open("SEARCH", strInboxURL,false,strAliasName, strPassword);
objXMLHTTP.setRequestHeader("Content-type", "text/xml");
objXMLHTTP.setRequestHeader("Depth", "1");

string strXML;
strXML = "" +
" = \'DAV:\'>" +
"" +
"SELECT \"urn:schemas:httpmail:fromemail\"," +
------------------
---------etc…

objXMLHTTP.send(strXML); // Error Raised

The Error Raised in when i send the xml query

Any suggestion,please reply

We are using c#


Regards,
Arunkumar S


AnswerRe: Problem in running Service using msxml with webdav Pin
ArunkumarSundaravelu18-Apr-07 0:23
ArunkumarSundaravelu18-Apr-07 0:23 
QuestionForum software problem Pin
Danpeking12-Apr-07 6:27
Danpeking12-Apr-07 6:27 
AnswerRe: Forum software problem Pin
blackjack215012-Apr-07 7:08
blackjack215012-Apr-07 7:08 
GeneralRe: Forum software problem Pin
Danpeking12-Apr-07 8:14
Danpeking12-Apr-07 8:14 
QuestionOutlook email text ignores \r\n Pin
George_Lucian12-Apr-07 6:01
George_Lucian12-Apr-07 6:01 
AnswerRe: Outlook email text ignores \r\n Pin
Nish Nishant12-Apr-07 6:02
sitebuilderNish Nishant12-Apr-07 6:02 
GeneralRe: Outlook email text ignores \r\n Pin
George_Lucian12-Apr-07 6:04
George_Lucian12-Apr-07 6:04 
GeneralRe: Outlook email text ignores \r\n Pin
Guffa12-Apr-07 6:29
Guffa12-Apr-07 6:29 
GeneralRe: Outlook email text ignores \r\n Pin
George_Lucian12-Apr-07 6:44
George_Lucian12-Apr-07 6:44 
QuestionProgram Api Help Pin
snouto12-Apr-07 5:36
snouto12-Apr-07 5:36 
QuestionFind file lock on share Pin
teejayem12-Apr-07 5:22
teejayem12-Apr-07 5:22 
AnswerRe: Find file lock on share Pin
kubben12-Apr-07 5:46
kubben12-Apr-07 5:46 
GeneralRe: Find file lock on share Pin
teejayem12-Apr-07 15:17
teejayem12-Apr-07 15:17 
AnswerRe: Find file lock on share Pin
Dave Kreskowiak12-Apr-07 5:49
mveDave Kreskowiak12-Apr-07 5:49 
QuestionMemberwise Compare? Pin
peterchen12-Apr-07 4:54
peterchen12-Apr-07 4:54 
AnswerRe: Memberwise Compare? Pin
Martin#12-Apr-07 5:16
Martin#12-Apr-07 5:16 
AnswerRe: Memberwise Compare? Pin
Not Active12-Apr-07 7:42
mentorNot Active12-Apr-07 7:42 

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.