Click here to Skip to main content
15,915,336 members
Home / Discussions / COM
   

COM

 
AnswerRe: COM DLL Server help Pin
sthotakura16-Apr-07 21:07
sthotakura16-Apr-07 21:07 
GeneralRe: COM DLL Server help Pin
Touseef Afzal26-Apr-07 21:42
Touseef Afzal26-Apr-07 21:42 
GeneralRe: COM DLL Server help Pin
Janma20-Apr-07 1:22
Janma20-Apr-07 1:22 
QuestionPreventing Broadcasting from a Singleton Com Server EXE Pin
georgekjolly15-Apr-07 18:55
georgekjolly15-Apr-07 18:55 
QuestionInstall ActiveX for IE by Setup ? Pin
Jan.Seiffert12-Apr-07 22:56
Jan.Seiffert12-Apr-07 22:56 
Questionsetup Pin
gnanavelu12-Apr-07 19:58
gnanavelu12-Apr-07 19:58 
QuestionHow To Load Google Toolbar For Dialog?? Pin
MyNothing12-Apr-07 7:10
MyNothing12-Apr-07 7:10 
Questionproblem using msxml in services - using webdav method 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


QuestionNot able to add COM DLL reference in VB 6.0 Pin
VinuC12-Apr-07 1:03
VinuC12-Apr-07 1:03 
QuestionRe: Not able to add COM DLL reference in VB 6.0 Pin
sthotakura12-Apr-07 5:52
sthotakura12-Apr-07 5:52 
AnswerRe: Not able to add COM DLL reference in VB 6.0 Pin
VinuC12-Apr-07 18:44
VinuC12-Apr-07 18:44 
QuestionCoCreateInstance return (hr)class not registered Pin
amitmistry_petlad 11-Apr-07 23:43
amitmistry_petlad 11-Apr-07 23:43 
AnswerRe: CoCreateInstance return (hr)class not registered Pin
Roger Stoltz11-Apr-07 23:55
Roger Stoltz11-Apr-07 23:55 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
amitmistry_petlad 12-Apr-07 0:06
amitmistry_petlad 12-Apr-07 0:06 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
Roger Stoltz12-Apr-07 1:39
Roger Stoltz12-Apr-07 1:39 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
amitmistry_petlad 17-Apr-07 2:44
amitmistry_petlad 17-Apr-07 2:44 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
Roger Stoltz17-Apr-07 3:07
Roger Stoltz17-Apr-07 3:07 
QuestionHow to program about Remote Desktop Client Pin
onlysaint10-Apr-07 3:28
onlysaint10-Apr-07 3:28 
QuestionHow to convert a CString to _bstr_t Pin
ganesa moorthy10-Apr-07 2:05
ganesa moorthy10-Apr-07 2:05 
AnswerRe: How to convert a CString to _bstr_t Pin
Roger Stoltz10-Apr-07 3:00
Roger Stoltz10-Apr-07 3:00 
GeneralRe: How to convert a CString to _bstr_t Pin
Steve S10-Apr-07 5:16
Steve S10-Apr-07 5:16 
GeneralRe: How to convert a CString to _bstr_t Pin
Roger Stoltz10-Apr-07 5:35
Roger Stoltz10-Apr-07 5:35 
GeneralRe: How to convert a CString to _bstr_t Pin
Steve S10-Apr-07 21:55
Steve S10-Apr-07 21:55 
QuestionEmpty DACL Pin
San24689-Apr-07 23:44
San24689-Apr-07 23:44 
AnswerRe: Empty DACL Pin
Steve S10-Apr-07 5:22
Steve S10-Apr-07 5:22 

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.