Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 326815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:20:40+00:00 2026-05-12T09:20:40+00:00

We inherited a new product that we are now supporting. It is a web

  • 0

We inherited a new product that we are now supporting. It is a web application that displays chart(s) using SVG.

On my machine, it runs perfectly. It loads and shows the SVG charts using Adobe SVG viewer 3.0. While on the customer machine, the SVG charts wont load.

I noticed that the web application is requesting for MSXML3 ActiveX control during page load. Even if you allow the said ActiveX control to run, the SVG charts wouldn’t appear.

I checked on my machine (Tools->Manage Add-ons->Enable or Disable Add-ons) and it doesn’t even use MSXML3.DLL. The only active add-on is Adobe SVG Viewer 3.0.

Both machine are using IE7 and both are using the same “data sets”.

What could be the possible issues here?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:20:40+00:00Added an answer on May 12, 2026 at 9:20 am

    Customer’s machine have Visual Studio 2005 installed.

    Adobe SVG Viewer and Visual Studio 2005 hates each other as documented in this KB article. http://support.microsoft.com/kb/916442

    We embed the SVG chart like so:

    <embed src="PaintSVG?id=12345" type="image/svg+xml"></embed>
    

    When you have VS2005 installed, it “associates the application/xml MIME type with the .aspx file name extension” so now IE thinks that you are embedding an “aspx” file and when it discovers that this “aspx” file is an XML document, it will then try to load it as such (explains why it is asking for the MSXML3 ActiveX control).

    As a work around, we need to “trick” IE that we are actually embedding an SVG file by adding the following parameters at the end of the URL:

    &Dummy=SVG-VS2005-WorkAround.svg
    

    Like so:

    <embed src="PaintSVG?id=12345&Dummy=SVG-VS2005-WorkAround.svg" type="image/svg+xml"></embed>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to Entity Framework and am using Database First. I have inherited a
I inherited several projects Javas in my new job, but I'm having some problems
I have inherited some code: Process p = new ProcessBuilder(/bin/chmod, 777, path).start(); p.waitFor(); Basically,
I inherited a MS Access database and at my new job. I don't know
When inheriting an inherited class, the new / override behaviour is not what I
I have inherited a Drupal 6 site to maintain. I am new to Drupal
So I'm pretty new to Qt, and I've just inherited a project from someone
I have this Javascript code I inherited from another developer. I am very new
I have QStringListModel QStringListModel* blocksModel = new QStringListModel(); And a class inherited from the
Note that the _src inherit IQueryable<U> and V inherit new() ; I wrote the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.