<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'ActiveX cannot create object MSXML2.0' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'ActiveX cannot create object MSXML2.0' posted on the 'XML Development' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 08:38:32 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 08:38:32 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>ActiveX cannot create object MSXML2.0</title>
      <link>http://www.programmersheaven.com/mb/xml/197578/197578/activex-cannot-create-object-msxml20/</link>
      <description>We built Asp Application using MSXML 4.0 DOM. Everything works perfect on developers' machines and user machines where MSXML 4.0 Parser was installed. Unfortunately, it did not work if Parser 4.0 was not installed. We got Error message like "ActiveX cannot create object on MSXML 2.0 DOM ... " or something like that. Is there where way to fix this problem without installation of Parser 4.0? &lt;br /&gt;
&lt;br /&gt;
I regret to say that but I need help ASAP&lt;br /&gt;
&lt;br /&gt;
Thanks a lot for any help/advise/suggestions.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/xml/197578/197578/activex-cannot-create-object-msxml20/</guid>
      <pubDate>Thu, 26 Jun 2003 07:41:42 -0700</pubDate>
      <category>XML Development</category>
    </item>
    <item>
      <title>Re: ActiveX cannot create object MSXML2.0</title>
      <link>http://www.programmersheaven.com/mb/xml/197578/197655/re-activex-cannot-create-object-msxml20/#197655</link>
      <description>&lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by raymcd at  2003-6-26 13:42:45&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
: We built Asp Application using MSXML 4.0 DOM. Everything works perfect on developers' machines and user machines where MSXML 4.0 Parser was installed. Unfortunately, it did not work if Parser 4.0 was not installed. We got Error message like "ActiveX cannot create object on MSXML 2.0 DOM ... " or something like that. Is there where way to fix this problem without installation of Parser 4.0? &lt;br /&gt;
: &lt;br /&gt;
: I regret to say that but I need help ASAP&lt;br /&gt;
: &lt;br /&gt;
: Thanks a lot for any help/advise/suggestions.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
No. You need the dll registered on the machine that is creating the object. I am not sure exactly what dll you need. This is strange for asp. Unless you are using client side activeX, only the server needs the object. The client should just be getting the resulting HTML. &lt;br /&gt;
&lt;br /&gt;
Are you using Server.CreateObject()? (I assume not since its a client issue)&lt;br /&gt;
Are you passing the xml to the client and letting the browser parse it?&lt;br /&gt;
Are you using an &amp;lt;object&amp;gt; tag to create an activeX object on the client?&lt;br /&gt;
&lt;br /&gt;
Maybe if you posted more info I could be more useful. :)&lt;br /&gt;
&lt;br /&gt;
-ray&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/xml/197578/197655/re-activex-cannot-create-object-msxml20/#197655</guid>
      <pubDate>Thu, 26 Jun 2003 13:10:16 -0700</pubDate>
      <category>XML Development</category>
    </item>
    <item>
      <title>Re: ActiveX cannot create object MSXML2.0</title>
      <link>http://www.programmersheaven.com/mb/xml/197578/198154/re-activex-cannot-create-object-msxml20/#198154</link>
      <description>: &lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by raymcd at  2003-6-26 13:42:45&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
: : We built Asp Application using MSXML 4.0 DOM. Everything works perfect on developers' machines and user machines where MSXML 4.0 Parser was installed. Unfortunately, it did not work if Parser 4.0 was not installed. We got Error message like "ActiveX cannot create object on MSXML 2.0 DOM ... " or something like that. Is there where way to fix this problem without installation of Parser 4.0? &lt;br /&gt;
: : &lt;br /&gt;
: : I regret to say that but I need help ASAP&lt;br /&gt;
: : &lt;br /&gt;
: : Thanks a lot for any help/advise/suggestions.&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: No. You need the dll registered on the machine that is creating the object. &lt;br /&gt;
&lt;span style="color: Blue;"&gt;We using the DOM and it's registered on IIS server&lt;/span&gt; I am not sure exactly what dll you need. &lt;span style="color: Blue;"&gt;It's MSXML 4.0&lt;/span&gt; This is strange for asp. Unless you are using client side activeX, only the server needs the object. &lt;span style="color: Blue;"&gt; This portion of code were wriiten by another person and I have to check it but I thing this is our problem.&lt;/span&gt; The client should just be getting the resulting HTML. &lt;br /&gt;
: &lt;br /&gt;
: Are you using Server.CreateObject()? (I assume not since its a client issue)&lt;br /&gt;
: Are you passing the xml to the client and letting the browser parse it?&lt;br /&gt;
: Are you using an &amp;lt;object&amp;gt; tag to create an activeX object on the client?&lt;br /&gt;
: &lt;br /&gt;
: Maybe if you posted more info I could be more useful. :)&lt;br /&gt;
: &lt;br /&gt;
: -ray&lt;br /&gt;
: &lt;br /&gt;
&lt;span style="color: Blue;"&gt;Thanks for your reply&lt;/span&gt; &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/xml/197578/198154/re-activex-cannot-create-object-msxml20/#198154</guid>
      <pubDate>Mon, 30 Jun 2003 06:12:21 -0700</pubDate>
      <category>XML Development</category>
    </item>
    <item>
      <title>Re: ActiveX cannot create object MSXML2.0</title>
      <link>http://www.programmersheaven.com/mb/xml/197578/198172/re-activex-cannot-create-object-msxml20/#198172</link>
      <description>: : &lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by raymcd at  2003-6-26 13:42:45&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
: : : We built Asp Application using MSXML 4.0 DOM. Everything works perfect on developers' machines and user machines where MSXML 4.0 Parser was installed. Unfortunately, it did not work if Parser 4.0 was not installed. We got Error message like "ActiveX cannot create object on MSXML 2.0 DOM ... " or something like that. Is there where way to fix this problem without installation of Parser 4.0? &lt;br /&gt;
: : : &lt;br /&gt;
: : : I regret to say that but I need help ASAP&lt;br /&gt;
: : : &lt;br /&gt;
: : : Thanks a lot for any help/advise/suggestions.&lt;br /&gt;
: : : &lt;br /&gt;
: : &lt;br /&gt;
: : No. You need the dll registered on the machine that is creating the object. &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;We using the DOM and it's registered on IIS server&lt;/span&gt; I am not sure exactly what dll you need. &lt;span style="color: Blue;"&gt;It's MSXML 4.0&lt;/span&gt; This is strange for asp. Unless you are using client side activeX, only the server needs the object. &lt;span style="color: Blue;"&gt; This portion of code were wriiten by another person and I have to check it but I thing this is our problem.&lt;/span&gt; The client should just be getting the resulting HTML. &lt;br /&gt;
: : &lt;br /&gt;
: : Are you using Server.CreateObject()? (I assume not since its a client issue)&lt;br /&gt;
: : Are you passing the xml to the client and letting the browser parse it?&lt;br /&gt;
: : Are you using an &amp;lt;object&amp;gt; tag to create an activeX object on the client?&lt;br /&gt;
: : &lt;br /&gt;
: : Maybe if you posted more info I could be more useful. :)&lt;br /&gt;
: : &lt;br /&gt;
: : -ray&lt;br /&gt;
: : &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;Thanks for your reply&lt;/span&gt; &lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
I took a look at the code and found out that everything was done on server site. So it's not that kind of problem.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/xml/197578/198172/re-activex-cannot-create-object-msxml20/#198172</guid>
      <pubDate>Mon, 30 Jun 2003 07:26:19 -0700</pubDate>
      <category>XML Development</category>
    </item>
    <item>
      <title>Re: ActiveX cannot create object MSXML2.0</title>
      <link>http://www.programmersheaven.com/mb/xml/197578/198182/re-activex-cannot-create-object-msxml20/#198182</link>
      <description>: : &lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by raymcd at  2003-6-26 13:42:45&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
: : : We built Asp Application using MSXML 4.0 DOM. Everything works perfect on developers' machines and user machines where MSXML 4.0 Parser was installed. Unfortunately, it did not work if Parser 4.0 was not installed. We got Error message like "ActiveX cannot create object on MSXML 2.0 DOM ... " or something like that. Is there where way to fix this problem without installation of Parser 4.0? &lt;br /&gt;
: : : &lt;br /&gt;
: : : I regret to say that but I need help ASAP&lt;br /&gt;
: : : &lt;br /&gt;
: : : Thanks a lot for any help/advise/suggestions.&lt;br /&gt;
: : : &lt;br /&gt;
: : &lt;br /&gt;
: : No. You need the dll registered on the machine that is creating the object. &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;We using the DOM and it's registered on IIS server&lt;/span&gt; I am not sure exactly what dll you need. &lt;span style="color: Blue;"&gt;It's MSXML 4.0&lt;/span&gt; This is strange for asp. Unless you are using client side activeX, only the server needs the object. &lt;span style="color: Blue;"&gt; This portion of code were wriiten by another person and I have to check it but I thing this is our problem.&lt;/span&gt; The client should just be getting the resulting HTML. &lt;br /&gt;
: : &lt;br /&gt;
: : Are you using Server.CreateObject()? (I assume not since its a client issue)&lt;br /&gt;
: : Are you passing the xml to the client and letting the browser parse it?&lt;br /&gt;
: : Are you using an &amp;lt;object&amp;gt; tag to create an activeX object on the client?&lt;br /&gt;
: : &lt;br /&gt;
: : Maybe if you posted more info I could be more useful. :)&lt;br /&gt;
: : &lt;br /&gt;
: : -ray&lt;br /&gt;
: : &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;Thanks for your reply&lt;/span&gt; &lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
Registering on the IIS server does you absolutely no good in solving this particular problem. It's obviously a client issue because some clients work and some don't. So the fact that you need the dll registered on every single client that uses it is unchanged.&lt;br /&gt;
&lt;br /&gt;
You can't use client side activeX without proper planning. The users need to be able to download the control or they need it installed prior to using the app. Also, I assume this to be a non-issue but you can't use this app in Netscape. Only MS IE can use ActiveX controls. I would normally assume that you already planned for that, but someone didn't plan for the control to be installed at all so whoever planned the deployment phase obviously didn't look at the architecture too closely.&lt;br /&gt;
&lt;br /&gt;
I'm not all knowing, but I really can't think of too many reasons why you can't parse the xml on the server and send it down as HTML. Not to suggest that one size fits all, but a real slick solution when working with xml is to transform it to html using a model/view/controller design pattern and xslt. &lt;br /&gt;
&lt;br /&gt;
Hope that's helpful. &lt;br /&gt;
&lt;br /&gt;
-ray&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/xml/197578/198182/re-activex-cannot-create-object-msxml20/#198182</guid>
      <pubDate>Mon, 30 Jun 2003 07:55:47 -0700</pubDate>
      <category>XML Development</category>
    </item>
    <item>
      <title>Re: ActiveX cannot create object MSXML2.0</title>
      <link>http://www.programmersheaven.com/mb/xml/197578/198201/re-activex-cannot-create-object-msxml20/#198201</link>
      <description>&lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by kel1981b at  2003-6-30 8:47:23&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
Registering on the IIS server does you absolutely no good in solving this particular problem. It's obviously a client issue because some clients work and some don't. So the fact that you need the dll registered on every single client that uses it is unchanged.&lt;br /&gt;
: &lt;br /&gt;
: You can't use client side activeX without proper planning. The users need to be able to download the control or they need it installed prior to using the app. Also, I assume this to be a non-issue but you can't use this app in Netscape. Only MS IE can use ActiveX controls. I would normally assume that you already planned for that, but someone didn't plan for the control to be installed at all so whoever planned the deployment phase obviously didn't look at the architecture too closely.&lt;br /&gt;
: &lt;br /&gt;
: I'm not all knowing, but I really can't think of too many reasons why you can't parse the xml on the server and send it down as HTML. Not to suggest that one size fits all, but a real slick solution when working with xml is to transform it to html using a model/view/controller design pattern and xslt. &lt;br /&gt;
: &lt;br /&gt;
: Hope that's helpful. &lt;br /&gt;
: &lt;br /&gt;
: -ray&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
Thanks for your reply but this is not what I am looking for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/xml/197578/198201/re-activex-cannot-create-object-msxml20/#198201</guid>
      <pubDate>Mon, 30 Jun 2003 08:46:29 -0700</pubDate>
      <category>XML Development</category>
    </item>
  </channel>
</rss>