Crystal XI viewer will not open in Internet Explorer

I have a web site using ASP and we are using Crystal XI as our report program.  We developers have created the .msi file that is distributed to our QA and Production Servers so that all users can run reports and see them in Crystal Viewer using IE using any PC.
The problem is that only we developers can see the viewer in IE.  Any client that runs the reports on a virgin machine (no Crystal loaded) only gets an IE window with a red "x" in the upper left hand corner.
Does any one know why the viewer will not display?
The .msi file I created holds these fiels:
CrystalReports11_5_RDC_Licence.msm
CrystalReports11_5_RDC_Runtime.msm
CrystalReports11_5_RDC_ReportEngin.msm
Microsoft_VC80_ALT_x86.msm
Microsoft_VC80_CRT_x86.msm
Plus a dll that is custom to us.
Can anyone tell me what I'm missing?  As I said it works just fine (the viewer is show in IE) on any machine that has had Crystal Reports loaded prior to the run.

Intermittent rights issues when trying to auto-deploy ActiveX controls on a machine is very onerous to resolve.
Because of security concerns, typical corporate machines prohibit users from auto-downloading and installing ActiveX controls.
When the ActiveX control is required on a machine that's locked down, the ActiveXViewer.cab file must be physically copied to the machine, and a user with administrator (preferrably local admin) rights must manually install the CRViewer.inf found in the cab file.
CR.NET and Java Reporting Component has a HTML-based zero-client viewer, that do not encounter issues with ActiveX (unless the ActiveX print control need to be used for client-side printing).
Sincerely,
Ted Ueda

Similar Messages

  • I have installed max os x Lion on my MacBook pro, but now safari Will not open any internet pages

    I have installed mountain Lion on my MacBook pro , but now safari Will not open any internet pages??

    Try this:
    1. Go to Safari > Preferences > Extensions
    Disable any extensions.
    Restart Safari and test. If that doesn't work, try this:
    2. Create a new location and renew the DHCP lease. See here for the procedure:
    http://osxdaily.com/2012/08/02/fix-os-x-mountain-lion-wireless-connection-proble ms/

  • Mostly websites are not open on internet explorer and other browsers in my laptop

    mostly web sites are not open in internet explorer and other web browsers in my laptop.

    Rob,
    Many thanks for your reply.  It is appreciated greatly.  I have added text against each of the points that you raise.
    troubleshooting Addons is somewhat complex.....as from this side we do not know which addon may be causing the problem, so the
    only recourse is to disable the types of addons that commonly cause problems in IE (for security and usablility reasons some older addons that you may have used previously with IE8/XP are no longer compatible with newer versions of IE that you are now using)....
    The following instructions will stop your Toolbar and Browser Helper addons from loading in IE.
    Start>Control Panel>Internet Options>Advanced tab,
    uncheck "enable third-party browser extensions".
    close any open IE windows and restart IE for the changes to take effect.
    [GotaQ: Yes, did this but the problem then is that IE won’t open for me.  There is no icon in the start menu or task bar
    and routes such as using a command prompt or ‘run’ instruction don’t work.  When I try this I get a window on screen that flickers for a bit and then disappears.]
    Alternatively, your problem with keyboard input is most likely being caused by a form filling addon or a finger print reader
    addon? Note: some addons like the Google toolbar have multiple features like form filling, you can disable the GTB's form filling features from its settings dialog (click the 'spanner' icon on the toolbar)
    Use Tools>Manage Addons>Show all addons to locate any such addons and use the Addons Manager to disable them. (close and
    reopen any open IE windows for the full changes to take effect).
    [GotaQ:  I tried disabling all of the add-ons in Google Chrome and the key-stroke mapping problem persisted, unfortunately!]

  • Help Flash player will not run in Internet Explorer 11?

    I have downloaded Adobe Flash Player and it will not run in Internet Explorer 11.  I have done the things suggested in the help/forum section. What else can I try?

    This is a known problem with Internet Explorer 11, which Microsoft has been aware of since October 18 when they released their latest "untested" browser. The pages can't recognize the browser, so they don't recognize any of the plugins, like Flash Player. So far, Microsoft has made NO indication that they have any plan to fix it soon.
    Microsoft's recommendation is to use Compatibility View for affected pages, and "pretend" you're using an different browser. Trouble with that is it has seen limited success at best, and you have to individually enable it for EVERY page that has problems.
    I'm not big on "pretending" so I recommend actually using another browser.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • Reader v11 will not open in Windows Explorer (or browser) when clicking a PDF file; just a flash on the screen.

    Reader v11 will not open in Windows Explorer (or browser) when clicking a PDF file; just a flash on the screen. I can open Reader from Programs then open the file. I'm using a laptop upgraded to Windows 7

    I do no understand "flash on the screen"; could it be http://support.microsoft.com/kb/2716529 ?

  • 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.

  • My HP Laserjet 1020 will not print from Internet Explorer 9

    I just get an error message saying that "an error occurred on the script on this page."  The printer works fine with other software.  Moreover, Internet Explorer will print perfectly on my old HP deskjet 940c.  I've downloaded the latest driver for the Laserjet 1020, but it doesn't help.  Any suggestions?

    My Hp 1020 Laserjet will not print  when using Explorer 9, it did when using Explorer 8.
    I get an error :
    Unexpected call to method or property access
    Code: 0
    Url: res://ieframe.dll/preview:js
    It will print when using Mozilla FireFox
    What can I do ?

  • Crystal HTML viewer will not show embedded image from Infoview image store

    I am having an issue with the html and dhtml viewers not showing an image I have embedded inside a crystal report.  The image has been stored in infoview and embedded into the report from that source.  Using the Crystal ActiveX viewer works fine in this case and shows the image.  The html viewers however show the blank box with the red X in the top left corner when Internet explorer can't find an image.
    Now, if I right click on the image and get it's properties I get this URL:
    http://vsx2af0x/crystalreportviewers115/imagehandlerdotnetbridge.aspx?dynamicimage={B8FDE586-08D3-4A14-896C-0FE19AC3DB90}.png
    If I take that url and try to load it directly through Internet explorer I get the following error:
    Exception of type 'System.OutOfMemoryException' was thrown.
    The file is small and only about 20k in size.  If someone can help that would be greatly appreciated.
    Thanks

    Unfortunately I have been unable to remove the plug-in. The files is not locked, or shared, but my operating systems thinks it is.
    What happens, when you try?
    When I try to delete the plug-in from
         /Library/Application Support/Aperture/Plug-Ins/Google/Analog Efex Pro/
    with ⌘⌫, I simply get the pop-up panel to enter my administrator password, and the plug-in will be moved to the Trash:
    Don't forget to quit Aperture, before trying to remove the plug-in and to log off and on.

  • Word Viewer will not open documents from Sharepoint 2013 in IE11

    I've run into an issue while trying to open documents from SharePoint 2013 after upgrading to IE11. My organization uses Word Viewer with the compatibility pack and all other Word documents (local files, intranet hosted) will open with no problems. When
    trying to open a Word document from SharePoint the Word Viewer will open, but the file does not. We have verified that all Windows Updates are installed. We have tried opening SharePoint in Compatibility View and Enterprise Mode. We have re-downloaded the
    latest version of Word Viewer and reinstalled it along with the compatibility pack. If we open the SharePoint site in Explorer view and then open a Word document it will open in Word Viewer with no problem. Excel and PowerPoint documents open from SharePoint
    with no problem. This is only affecting Word documents with Word Viewer. When using the full version of Word the documents open fine. Within SharePoint we have tried activating the site collection feature "Open Document In Client Applications by Default"
    but it made no difference. We're completely at a loss how to make this work as there doesn't seem to be much information specifically pertaining to issues with Word Viewer.

    Hi Victoria.
    1. The PCs do not have Microsoft Office installed, nor are we using the Office Web Apps. "Word Viewer" means the Microsoft Word Viewer application available here (http://www.microsoft.com/en-us/download/details.aspx?id=4) that is available
    free for read-only viewing of Word documents.
    2. There are no errors when I open Word docs in Word Viewer. The Word Viewer application launches after clicking a Word document link in Sharepoint, but there is no file open in it. When that happens the IE11 Sharepoint window on the taskbar is flashing
    yellow, but when I click back to it there are no messages or alerts to click on.
    3. This issue does occur with all Word documents (.doc, .docx) in SharePoint. However, it does not occur when opening Word documents in the Word Viewer when they are local files or through IE11 from a non-SharePoint website like our local intranet.
    Those files will open with no problem in Word Viewer.
    4. I will try to get a screenshot, but we are working on creating images for deployment and I don't currently have a machine configured the same way. I'll work on reconfiguring one and post a screenshot.
    Thank you for your help!

  • Visio viewer will not open embedded .vsd file in word 2007

    I am trying to open a .vsd file that is embedded in a word 2007 document. The user who embedded it had Visio 2007 and i only have visio viewer 2010 sp2 and IE 9. When clicking on the .vsd to open it i recieve an error that states:
    The server application, source file, or item cannot be found. Make sure the application is properly installed, and that it has not been deleted, moved, renamed, or blocked by policy.
    There is a user that can open the embedded file but they have Visio application as well as Visio viewer. It opens in Visio Application on that persons machine. The icon in word shows the Visio applications image. Does the embedded document have some sort
    of defaulted program associated with it, ie (Visio 2007)? Or should this document be able to be opened with visio viewer?

    Was anyone able to solve this?
    I encounter the exact same problem, visio viewer 2013 + IE11 cannot open Visio files which are embedded in a word document, although it is possible to open regular visio files which are not embedded,
    I know it is possible to extract the visio files from the word document (by renaming the .docx extension to .zip and copy the file from the word\embeddings folder), but I would like to know if there is a fix for this behaviour so it will be possible to open
    visio files embedded in word document directly from the Word document using Visio viewer?
    thanks

  • Crystal reports viewer will not prompt for parameters

    Help,
    I can not get crystal report viewer to prompt for parameters when called from IIS 8 on Server 2012 r2
    I can get crystal report viewer to prompt for parameters when run from vs 2010 built in web service.

    Thanks,
    The solution for me was to uninstall the latest crystal reports runtime 13.10.x and install 13.6.x instead.
    Thanks anyway.

  • Have Mozilla 10.4.11 version on my Mac iBookG4 but will not open to internet,using Safari right now, why will it not let me use it as my main browser?

    I was given this laptop from my sister. When she was showing me how to use the computer she was unable to go on the internet using Firefox. She also had Safari installed so we went on using that. We found the version of Firefox as 10.4.11. I use firefox on my PC and would like to use on the laptop also. Can anyone tell me what the problem is and how the remedy the situation?
    Thank you,
    Tom Liebert

    Firefox 3 will not run on OS X 10.3.9, it requires at least 10.4
    Try one of these browsers to see if you can access Hotmail - [http://www.seamonkey-project.org/releases/seamonkey1.1.19/ SeaMonkey 1.1.19] or [http://caminobrowser.org/download/ Camino 1.6.11]

  • IPhoto View will not open from thumbnail

    I have version 9.2.3 of iPhoto running on an iMac (mid 2011). iPhoto has been running without any problems. I do not use it for editing and have not added any new phographs. In the past week I have simply looked at photographs without altering them in any way. Today when I tried to open photographs form thumbnails the photographs would not open. For a moment it looked as though the photographs would open and then the screen went black. The title of the Event still showed in the top left corner of the screen. Thumbnails are shown across the bottom. Can someone help please.

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). (On iPhoto 11 this option is under the File -> Reveal in Finder.) Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • UPK 11.0 is not opening in Internet Explorer (Any version)

    Hi,
    We have installed Oracle UPK 11.0 and EBS 12.1.3. When we access the UPK help file from EBS help link in IE, the UPK page try to launch, but it does not opening. I tried in all versions of IE and did the below settings but no luck for me.
    1. Disabled the pop-up blocker
    2. Disabled the XSS filter
    3. Added the domain in Compatibility view settings
    Meantime, the help application works fine in Firefox. It opens the page and runs the video recording properly.
    But, I need to sort out this issue for IE so that my clients are using only IE.
    Please help me.
    Regards,
    Raabii

    Have to tried  setting the proper configuration for IE. One of the easiest ways to do so is to set up the page on trusted sites and set up the trusted sites to minimum security.
    To do so:
    Open IE
    Open Tools / Select Internet Options
    Go to the security tab
    Select Trusted Sites
    Click on sites and add your UPK-URL (you could need to un-check the "Require server verification (https:)..." to do so)
    Click on reset all zone levels to default
    Move the security level bar from this zone to Low
    Save changes and restart IE
    Best

  • Sharepoint sites not opening in Internet Explorer, and google chrome.

    Hi guys, when i try to open any of my sharepoint sites in google chrome i get the following error -
    This webpage is not available
    <button id="reload-button" style="border:1px solid rgb(45, 102, 195);border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;color:#ffffff;margin:0px 5px;min-height:29px;min-width:65px;-webkit-user-select:none;padding:8px
    13px;background-image:-webkit-linear-gradient(top, rgb(93, 154, 255), rgb(93, 154, 255) 38%, rgb(88, 145, 240));text-shadow:rgba(0, 0, 0, 0.498039) 0px 1px 0px;box-shadow:rgba(0, 0, 0, 0.14902) 0px 1px 0px, rgba(255, 255, 255, 0.2) 0px 1px 2px inset;">Reload</button> <button
    id="more-less-button" style="border:1px solid rgba(0, 0, 0, 0.247059);border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;color:#444444;margin:0px 5px;min-height:29px;min-width:65px;-webkit-user-select:none;padding:8px
    13px;background-image:-webkit-linear-gradient(top, rgb(237, 237, 237), rgb(237, 237, 237) 38%, rgb(222, 222, 222));text-shadow:rgb(240, 240, 240) 0px 1px 0px;box-shadow:rgba(0, 0, 0, 0.0784314) 0px 1px 0px, rgba(255, 255, 255, 0.74902) 0px 1px 2px inset;">Less</button>
    The connection to login.microsoftonline.com was interrupted.
    Check your Internet connection.
    Check any cables and reboot any routers, modems, or other network devices you may be using.
    Allow Chrome to access the network in your firewall or antivirus settings.
    If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.
    If you use a proxy server...
    Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show
    advanced settings... > Change proxy settings...> LAN Settings and deselect "Use a proxy server for your LAN".
    Error code: ERR_CONNECTION_RESET
    and my internet explorer doesnt open the sites either, can anyone assist me with this problem please?

    Hi  hein56,
    According to your description, the error  is encountered  when you try to login your SharePoint Online site.
    To troubleshoot this issue, please follow these steps for  identifying the error code:
    View the source code of the login.microsoftonline.com webpage that shows the error message.  For example, in Internet Explorer, press the ALT key to display the menu bar (if it isn't already displayed),
    and then clickSource on the View menu. 
    Search the source code for the HR= string, and then note the numeric code that follows the HR= string.
    Then you can find more information about how to troubleshoot the issue according to the error code.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

Maybe you are looking for

  • SAPscript for Quotations ?

    Hi, I need to make some changes in the Quotation layout. I did look in NACE--> V1 --> AN00 and the form name shown there is not actually the one which is getting printed. How do I find out which form/script is been used. Is there any other way / tabl

  • Get error message when converting to ePub with movies embedded.

    I have created an ebook with movies embedded and when trying to convert to ePub I get an error message. What to do to make it work?

  • Creation of  BADI in ECC 6.0

    HI Every 1, Pls any body let me know how to create the BADI in ECC6.0. I tried in 4.7 version but presently i m workin ECC 6.0,  finding different screens . anybody let me know . rewards will be there its very urgent pls...... Madhu

  • Problem in copy the file from WAR

    I have the following requirement. I have one file in WAR file which is to be copied to sme location in server during Server start after deployment. I am using one servlet, which is being loaded during startup. I have written the code in "init" method

  • Numbers not sorting date/time correctly

    I would be grateful if someone can chime in - it's very simple thing and maybe I'm overlooking something. I have 3 columns: DATE - DESCRIPTION - TIME I need to sort them out by date, then by time. It works only for date cells - upon inspection I have