Active Report Viewer not working in Internet Explorer 10

We have many legacy applications developed using ASP and VB(InterDev). Our organisation is moving to use Internet Explorer 10 in the near future.
We had a IE10 compatibility testing for our legacy applications and we observed that the applications using Active Report Viewer to generate the reports are not working. Applications works perfectly fine with the older version of Internet Explorer.
We looked for the various workarounds but we did not succeed.
Some application does nothing when we click on a button to generate the report but some applications throws the below error:
"ActiveX
control failed to load! -- This control is required to use the Address Book and Attachment features.  Please check your browser security settings and/or contact PC Support to install the digitally signed control."
We will be glad if we get any assistance on this issue.

We have many legacy applications developed using ASP and VB(InterDev). Our organisation is moving to use Internet Explorer 10 in the near future.
We had a IE10 compatibility testing for our legacy applications and we observed that the applications using Active Report Viewer to generate the reports are not working. Applications works perfectly fine with the older version of Internet Explorer.
We looked for the various workarounds but we did not succeed.
Some application does nothing when we click on a button to generate the report but some applications throws the below error:
"ActiveX control failed to load! -- This control is required to use the
Address Book and Attachment features.  Please check your browser security settings and/or contact PC Support to install the digitally signed control."
We will be glad if we get any assistance on this issue.
Hi,
There is a more dedicated forum for web development issues
https://forums.asp.net , I would recommend you post this issue in that forum to get more dedicated supports.
Thanks for your understanding.
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • IWeb Page Navigational Links not working with Internet Explorer 7

    I'm hoping someone can help me out here? My wife created her 1st website using iWeb. I am testing the sites functionality before we publish it. All the pages and links work fine on Firefox and Safari for windows. However, the page navigational links are not working on Internet Explorer 7. All I see is a dot to the left side of where the page links should be. When I start the site in IE7 I get an Active X script warning and I am asked if I want to allow the script to run; to which I reply yes. After I allow the Active X script the dot to the left side of where the page links should be disappears, but the links do not appear.
    Is there anyway to resolve this? Most of the members of her club have Windows based PCs and are using IE7.
    Message was edited by: cviz821

    Yes, Javascript is running on IE7 and other java script applets appear to be working with the exception of the Navbar script.
    It would be great if my wife's friends used a "real" browser, unfortunately 70% of the people on the web use IE7, so this is a real concern if we can't get this to work. I'v seen other iWeb site on IE7 that seem to function fine, so I'm not sure what the issue is here.
    Message was edited by: cviz821

  • Lessons: Extend step 5 of 7 not working on Internet Explorer 11

    Hello I using Edge Animation CC Trial, I starting to learn directly from application. Everything is good until I found out Lesson: Extend step 5 of 7 not working on Internet Explorer 11 (Lasted version on Windows 8.1). The Playback/Stop trigger not work for Stage. But when I try use Chrome, it working well.

    Oh and just to show how things look like with the problem, it's like this:
    And this is what it's supposed to look like:
    So yeah, the whole space just turns empty - I can still click on blank spaces and it leads me to the appropriate links (though I have no clue what links I am actually clicking on in IE9, it only shows up for google chrome
    I'm looking forward to constructive replies~ Hopefully someone would see this soon

  • My h:commandButton is not working on Internet Explorer not FF

    Can anyone help to findout what could make h:commandButton not working in Internet explorer and not in any other browser like Safari, Netscape and Fire Fox.
    My application is having this problem currently with IE only. I have also tried calling the action of the form from javascript.
    To make it more clear, the page doesn't even get to the validation phase, so wrong entries on the form don't get validate and page not submitted.
    help please
    Michael E.

    Thanks for the response,
    I discovered that it was one of the modal child windows generated by JS thats the cause. But what should the interference between the child window and the JSF parent page.
    Michael

  • Adobe Flash Player not working in Internet Explorer 9

    I installed the latest version of Adobe Flash Player (version 11.7.700.169) and Adobe Flash Player stopped working in Internet Explorer 9. ActiveX filtering is disabled and the Adobe Flash Player add-on is enabled in IE 9. When I try to load the Web page for www.youtube.com, I get a blank screen. Google Chrome and Mozilla Firefox work fine - both can display the YouTube Web page. Is there a fix for this?
    Message was edited by: Pleiades777. I am running Windows Vista (32 bit).

    What exactly means "not working"?
    Check also
    https://forums.adobe.com/thread/885448
    https://forums.adobe.com/thread/867968

  • 8.6 CME gui not working on Internet explorer but displays on other browsers

    The strangest thing is happening I cannot access the CME 8.6 GUI on internet explorer but it works on firefox and chrome.  It just suddenly started to happen no changes were made.  When I open the gui on internet explorer after I sign in it just says View Window but never gets passed that.  I have a test router with the same version and files and it works on internet explorer.  I compared the files on both routers and both have the same files.  I'm stumped any help would be greatly appreciated.

    Is there anything in version 15.1 that can cause the issue I'm having? I have ip http server and no ip http secure-server in my config is there anything with that I have to add?  I just downgraded back to 12.4 and it works after a hard reset.  I want to attribute the problem to version advip 15.1.  I have the gui files from 15.1 loaded on flash.  

  • Images made into links (in divs) not working in Internet Explorer but works in Firefox. help!

    Hey guys,
    The text links are fine, but the image links don't work in internet explorer. Anyone know why this is happening?
    Sample code:
    <a href="facebook"><div class="fb"><img src="Facebook.png" /></div></a>
    The link links to another HTML in my site

    If you anticipate having more questions, a great self help is to validate your code, that is, test your code against the rules set for the particular DOCTYPE you are using.
    http://validator.w3.org/
    "you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
    In this case it would have pointed out that you can't put a <div> inside an <a>.
    Best wishes,
    Adninjastrator

  • KeyListener not working In Internet Explorer

    I made a small game
    Play it here
    It works fine in Firefox but the KeyListener doesn't work in Internet Explorer.
    I include the applet with this code:
    <!--[if !IE]>-->
    <object classid="java:Shotgun.class"
            type="application/x-java-applet"
            id="ShotgunApplet" >
    <!--<![endif]-->
    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
            id="ShotgunAppletIE" >
             <param name="code" value="Shotgun" />
    </object>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->But also tried this:
    <applet id='ShotgunApplet' code='Shotgun.class'></applet>
    The full source code is available from here
    Thanks in advance,
    Frederik Vanderstraeten

    --- Solved ---
    Had to remove the e.consume(); in mousePressed()

  • Preloader not working in Internet Explorer

    Hi there friends
    I'm pulling my hair out! I cannot get the preloader to work in IE. It works fine in firefox.
    Here's the details
    Preloader is set to 5% and is the default
    Project is 66 slides in length, but I've had this problem with projects much smaller.
    The resolution is 1014x713, big I know, but is an average 16. k/s according to the stats
    Project has audio. All that audio is at least 0.1 second away from the start of the slide.
    Internet Explorer insists on downloading the whole file before playing
    I've seen this issue reported on the forums, but apart from the shifting of audio, I don't know of any fix.
    Please Obi wan you're my only hope...

    Hi there
    Your mention of "Surely someone in support must have heard about this?" seems to infer that you feel these forums are staffed by Adobe support personnel?
    Sorry, but that's not the case. It's user-to-user support. Once in a while we see one of the Captivate developers pop in, but you cannot and should not count on it.
    See if the link posted below helps any.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • My verticle Spry menu will not work in Internet Explorer

    I know a lot of people have posted about similar issues, and I've researched multiple "solutions" on multiple forums for something that will work, but nothing has solved the problem so far.
    Here is a link to the prototype homepage: http://www.abrasivesales.com/indexnew.html
    Everything looks great on my mac when opened in Firefox or Safari, however when opened on Internet Explorer on a PC, the menu ceases to be verticle, instead extending horizontally past the end of the screen.  Also, the menu items adopt a white background color, and none of the submenu items will appear when their parent menu item is rolled over.
    PLEASE HELP....this issue has kept me from launching the site for a week now, and my superiors are wondering why this problem is taking me longer than it did to build the homepage in the first place, so I'd love to look like less of an idiot.
    I assuming this is a CSS issue, so I've posted my CSS code below:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        margin: 0;
        padding: ;
        list-style-type: none;
        font-size: 12px;
        cursor: default;
        font-weight: bold;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        left: 0px;
        top: 0px;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 150px;
        margin: 0;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: 0 0 0 100%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
        width: 165px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: auto;
    #masterContainer #container #sidebar #sideNav2 li ul li {
        top: -400px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 0
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 0
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        padding: 2px 3px;
        color: #333;
        text-decoration: none;
        font-family: "Comic Sans MS", cursive;
        font-size: 13.5px;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #33C;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #1A6AF4;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    #masterContainer #container #sidebar #sideNav2 {
    #masterContainer #container #sidebar li ul li  {
        background-color: #F4EC9A;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    float: left;

    I solved one of my own problems.  It turns out I still had a setting for width set to "auto" instead of a pixel amount.  So now my menu displays normally and my submenus are no longer invisible.
    One one tab, "Products", I set the top at -430px, which internet explorer seems to ignore.  I'm so close!  I'll search for the answer but any help is greatly appreciated.

  • Adobe Flash Player does not work in Internet Explorer 10 on Microsoft Windows 8

    I understand that Google Chrome and IE10 have their own automatic update system, however, any site requiring me to use adobe flash player to view videos does not work no matter what I try. I have:
    Used the desktop version of IE versus that Start version and both provide me with the same message.
    Tried uninstalling and then reinstalling but I receive an error message stating that Flash player is already installed and I know that it is not because I have unistalled it. I received this message: Installer encountered an error: 0x80248000
    I even used Ccleaner to hopefully remove any files that were left behind.
    I have gone to Tools, then compatibility settings, unchecked automatic update list from Microsoft. there are no websites on that list t remove.
    I have double-checked that the flash player add-on is enabled.
    I have also checked security settings and enabled Scripting for Java
    I have also made sure that I disabled ActiveXFiltering.
    Basically, I have tried to use Adobe's websites to figure out the issue at the following link: http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html#main-pars_header _1
            None of the tips fixed my issue.
    I have Windows 8, recently upgraded from Windows 7. I have a 64-bit machine, when I tried, just in case I was wrong, to install 32-bit, I receive an error. I would greatly appreciate any help anyone may provide. Is there a customer service number by any chance for software we have not paid for but instead it comes with our computers? I really need to be able to use discussions and watch Teachertube, youtube, and other videos to complete grad schools assignments.
    Please help me!
    I

    It sounds like you might have additional software on your system that is interfering with Flash Player.  You mentioned that this is happening for both Chrome and Internet Explorer, correct?  I've got a similar system (Win 8 upgraded from 7, 64bit) and I've never had any problems.
    I'd recommend trying to temporarily disable any security, antivirus, firewall software that you have running.  You might also want to try starting in Safe Mode with Networking enabled (http://windows.microsoft.com/en-US/windows-8/windows-startup-settings-including-safe-mode) to see if Flash works once all utilities and services have been disabled.
    Finally, do either of these links play video back?
    HTML5     video     
    Non-HTML5 video
    Thanks,
    Chris

  • Export function not working in Internet Explorer

    so i've got a report displayed in IE, but when i go to export to any file format, IE opens a new tab and that's it. depending on certain settings (like adding the server to intranet zone), i can get the new tab to say nothing or "Blank Page".
    i've tried adding the server to the safe zones, i've played with some tabs settings, i enabled the "run active x" options...
    finally i reset all settings of IE to their defaults. i still can't figure out what i'm missing. if i copy the url to another browser the export works fine, as expected. on another machine i found this "rsclientprint 2008" addon so i downloaded
    that but i still got nothing.
    on a working machine, when i click the export button, a new tab opens with the name of the reporting server in it, it thinks a bit, then that tab closes and i get the "open or save" message in the original tab. on the one that's not working, it
    opens the new tab, DOESN'T show the server name and that's the end of it. so it seems like it can't connect to the server on the export function. (but report creation works just fine)
    anyone know of anything glaring that i'm missing??
    ~if this were /. this sig would be funny

    good call - i'll try that now.
    the app i had installed before was Classic Shell so that Windows Explorer's (win7) left hand pane doesn't jump around on you when you double click.
    i just completely uninstalled the application and rebooted. still nothing.
    going to do a repair while classic shell is uninstalled. brblol
    UPDATE:
    so i couldn't run the IE installer (per MS suggestions) because i have a newer version. so i tried the fixer that i found here:
    http://support2.microsoft.com/mats/ie_performance_and_safety
    and it found the following "errors":
    Issues found
    Data Execution Prevention disabled
    Detected
    Enable Data Execution Prevention
    Not Run
    Security settings
    Detected
    Reset Security settings
    Not Run
    Pop-Up Blocker disabled
    Detected
    Enable Pop-Up Blocker
    after fixing, the problem still exists!
    ~if this were /. this sig would be funny

  • Flash not working with Internet Explorer 11

    I have upgraded three computers to IE 11 and cannot get Flash to work on any.  It did work on one machine running WIndows 7, 32 bit until Flash updated and then it acted like the other two.  Two of the machines are WIndows 7 64 bit and are actively used.  It never played videos on either.  Videos tell me I need the Flash player.  I follow the link and install it.  The page verifies the install.  I still cannot see embeded Flash videos like on Yahoo News.
    When I try to check in Manage Add Ons, Flash nor any other Adobe product shows up.  Whe I do a verify with your tool it says it is working.  The only solution I have found so far is to return to IE 10.

    Hi,
    Please be aware that Flash player is embedded in Windows 8.1.
    Regarding this issue, please try following steps to check the results:
    Update for Internet Explorer Flash Player for Windows 8.1 and Windows 8
    http://support.microsoft.com/kb/2886439
    Flash Player Help / Flash Player issues | Windows 8
    http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html
    If the issue still persists, please post back the detailed information about the error message when you try to use flash and the event log about your issue.
    Keep post.
    Regards,
    Kate Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Java not working in Internet Explorer

    I normally use another browser (Google Chrome) but need to use Internet Explorer for a particular online banking service. This service requires a Java applet.
    I have the current Java environment (as at 21.3.12), SE 6 Update 31.
    Java works in Chrome but does not work in IE8 or IE9.
    I have un-installed and re-installed Java several times, tried going back to IE8, turned off ActiveX filtering, confirmed Java scripting is on, checked add-ins are managed correctly and so on and so on, without success. Given Java works it is not a Java
    issue but must be an IE issue.
    Are there any additional steps or diagnostics I can run to try to identify the problem as I need this to be resolved for the purposes of running my business.
    Many thanks!

    Hi guys.
    I'm having an issue like this and none of the solutions above helped me.
    I'm trying to open a specific web page that is not working with Java only on Internet Explorer (7, 8 nor 9). If I try to open in Google Chrome or Firefox it goes fine.
    I've tried various versions of Java and all my tries were done both on Windows XP Professional and Windows 7 Professional.
    The weird thing is that when I test it through Java webpage or some other page, it goes fine. It is not working only for this specific webpage.
    This is the webpage:
    http://iweb03ds.magnaclosures.com/stconf.nsf/meeting/mid3FC5EBB1D59C830685257A2900420436
    It is a meeting webpage for our company to present their work to our clients and suppliers. I've also followed their own step-by-step advises, but no good either.
    Could anyone help me on that?

  • RichEditableText: Control+z for undo works in firefox but does not work in internet explorer (ie)

    Hi,
    I was doing some testing with RichEditableText and realized that the undo and redo when called by keyboard (Control + Z) in Internet Explorer does not work.
    Thanks,

    Hi, Gordon Smith, thanks for answer.
    I tried to pass a javascript event to the flash but still the IE does not fire, but by the way there is no way around this situation.
    With javascript I tried
    document.attachEvent("onkeydown") but doesnt work, this not fires with flash over.

Maybe you are looking for