Click here to Skip to main content
16,011,680 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Owner drawn List box...problem in setting item height. Pin
CPallini12-Apr-07 20:59
mveCPallini12-Apr-07 20:59 
GeneralRe: Owner drawn List box...problem in setting item height. Pin
Vobulator21-Jul-10 4:23
Vobulator21-Jul-10 4:23 
QuestionRegistry editor Pin
prathuraj12-Apr-07 0:16
prathuraj12-Apr-07 0:16 
AnswerRe: Registry editor Pin
Rajesh R Subramanian12-Apr-07 1:53
professionalRajesh R Subramanian12-Apr-07 1:53 
AnswerRe: Registry editor Pin
Roger Stoltz12-Apr-07 2:29
Roger Stoltz12-Apr-07 2:29 
AnswerRe: Registry editor Pin
Hamid_RT19-Apr-07 21:56
Hamid_RT19-Apr-07 21:56 
QuestionProblem with Mnemonics of a Group box Pin
sw@thi12-Apr-07 0:14
sw@thi12-Apr-07 0:14 
QuestionProblem in running Window service Pin
ArunkumarSundaravelu11-Apr-07 23:43
ArunkumarSundaravelu11-Apr-07 23:43 
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 = "" +
"<d:searchrequest xmlnsBig Grin | :-D ="\'DAV:\'">" +
"<d:sql>" +
"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 Window service Pin
bob1697212-Apr-07 5:40
bob1697212-Apr-07 5:40 
QuestionMemory Leak Pin
Rassul Yunussov11-Apr-07 23:30
Rassul Yunussov11-Apr-07 23:30 
QuestionRe: Memory Leak Pin
Mark Salsbery12-Apr-07 7:50
Mark Salsbery12-Apr-07 7:50 
AnswerRe: Memory Leak Pin
Rassul Yunussov12-Apr-07 22:43
Rassul Yunussov12-Apr-07 22:43 
GeneralRe: Memory Leak Pin
Mark Salsbery13-Apr-07 7:23
Mark Salsbery13-Apr-07 7:23 
GeneralRe: Memory Leak Pin
Rassul Yunussov15-Apr-07 18:33
Rassul Yunussov15-Apr-07 18:33 
QuestionKEYEVENTF_UNICODE macro Pin
Syamlal S Nair11-Apr-07 23:20
Syamlal S Nair11-Apr-07 23:20 
AnswerRe: KEYEVENTF_UNICODE macro Pin
Gospodin Baron12-Apr-07 3:19
Gospodin Baron12-Apr-07 3:19 
GeneralRe: KEYEVENTF_UNICODE macro Pin
Syamlal S Nair16-Apr-07 22:47
Syamlal S Nair16-Apr-07 22:47 
Questionprograming with port USB Pin
maheno11-Apr-07 23:12
maheno11-Apr-07 23:12 
AnswerRe: programing with port USB Pin
Rajesh R Subramanian12-Apr-07 1:51
professionalRajesh R Subramanian12-Apr-07 1:51 
Questionloading the whole text file into an array Pin
cyn811-Apr-07 22:44
cyn811-Apr-07 22:44 
AnswerRe: loading the whole text file into an array Pin
toxcct11-Apr-07 23:04
toxcct11-Apr-07 23:04 
GeneralRe: loading the whole text file into an array Pin
cyn811-Apr-07 23:15
cyn811-Apr-07 23:15 
GeneralRe: loading the whole text file into an array Pin
toxcct11-Apr-07 23:19
toxcct11-Apr-07 23:19 
GeneralRe: loading the whole text file into an array Pin
cyn811-Apr-07 23:35
cyn811-Apr-07 23:35 
AnswerRe: loading the whole text file into an array Pin
Cedric Moonen11-Apr-07 23:10
Cedric Moonen11-Apr-07 23:10 

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.