Crystal Reports XI R2 Appcrash in Vista but OK in XP

I have a Windows Form VB.NET application using Crystal XI R2 to produce reports. The application works flawlessly on other machines in Windows XP, but as soon as I try to load a report in Vista the program exits with the following message -
Description:
Stopped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: Manufact.exe
Application Version: 1.0.0.0
Application Timestamp: 487ed6c1
Fault Module Name: unknown
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 050e3ed0
OS Version: 6.0.6000.2.0.0.256.6
Locale ID: 3081
This happens (only in Vista) whether the report is sent direct to the printer or to the Crystal Report Viewer and occurs at the crReport.Load (direct print) or New CrystalDecisions.CrystalReports.Engine.ReportDocument (viewer) statements.
Despite having Try/Catch blocks and exception handling in place I get no other error messages apart from the above.
I have downloaded and installed all of the CR XI R2 service packs up to SP4 on the development machine.
I have rebuilt with CrystalReports11_5_NET_2005.msm dated 10/04/2008, re-installed but still doesn't fix problem.
I don't think it is a database issue because rest of program loads and displays data (from SQL Server) fine.

The app loads fine in Vista and the database is accessible.  When a report is sent to the viewer I get the error message immediately after executing 
crReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument
The report viewer screen is visible in the background but no report is visible u2013 just the APPCRASH message.
If the report is sent directly to the printer, the error occurs directly after the statement u2013
CrystalReportsFolder=u201DC:\MANUFACT\REPORTSu201D
CrystalReportsFile=u201D\CUSTOMERINVOICE.RPTu201D
Try
oRpt.Load(CrystalReportsFolder & CrystalReportsFile)
I have checked the directory structure and everything in folder c:\program files\business objects\common\3.5\bin (e.g.crdb_ad0*.dll)  is version 11.5.8.1237 .
All the CrystalDecisions and BusinessObjects  files are in  c:\Program Files\Business Objects\Common\3.5\managed\  and are version 11.5.8.1237  except for CrystalDecisions.CrystalReports.Engine.dll which is in folder c:\Program Files\Business Objects\Common\3.5\managed\dotnet2 -Version 11.5.9708.1237).
Yes I am running VB.Net 2005 with the latest service packs

Similar Messages

  • Crystal Report (9.0 - RDC] on Vista

    I think i have not expressed myself appropriatly
    (the last thread).
    I have problems when i use Crystal Reports 2008,
    CrystalDecisions.Shared.ConnectionInfo and CrystalDecisions.ReportAppServer on Vista .
    But i haven't problem when i use Crystal Report (9.0 - RDC) on Vista.
    (Interop.CRAXDDRT /  Crystal Reports 9 ActiveX Designer Design and Runtime Library).
    ¿?It's supported¿?(vista)
    What kind of problems can I find, if i use Crystal Reports(9.0-RDC) on Vista?
    (now i haven´t)
    Regards
    (sorry, my english)
    Ismael Ramírez
    Edited by: Ismael Ramirez Rodriguez on Oct 2, 2008 1:13 PM
    Edited by: Ismael Ramirez Rodriguez on Oct 2, 2008 1:15 PM

    Dear Amit,
    Sorry, but I think I'm still not expressing appropriately. Let me try  once again.
    OK, I know that CR2008 does not support RDC. Actually we are planning to migrate to CR2008 using the new NET libraries.
    However, we have tested CR9.0(RDC) in Vista and we find that it works OK so far. My question is: is CR9.0 (RDC) "officially" working in Vista? Shall we find any compatibility problem for some Vista installation?
    What I would like to know is whether our current software, that still uses CR9.0(RDC), shall work fine on any Vista platform or not.
    Hope that I had expressed better this time !!

  • Error in crystal report XI release 2 in Vista OS

    Post Author: cormalado
    CA Forum: General
    Hi All,
    I am a Newbie.......  
    I have written an application where it displays the report.
    I have two test machines, "Machine 1" in which crystal reports XI release 2 is installed and "Machine 2" where it is not installed.
    Now when I run  the application in the machine where CR11 is installed,it runs perfectly fine.(It has XP Operating System)
    Inorder to make the application run on machine 2  where CR11 is not installed.(It has Vista Operating System) what should i do. (I don't want to install CR11 there.)
    Now in order to run in the Vista machine, I need to register the DLL's which are made used to run and display the report as in Machine 1.
    I got these DLL's from machine 1 where XP is installed which i felt are necessary to display the report.....correct me if I am missing something.
    craxdrt.dllcrdb_ado.dllcrqe.dllcrtslv.dllcrviewer.dllcrxf_rtf.dllExportModeller.dllquerybuilder.dllu2ddisk.dllu2ftext.dllufmanager.dll
    Now how should i register these.....i tries Regsvr32.exe to register, but was able to register only few and rest were displaying an error as
    "LoadLibrary failed "    or    "Entrypoint not found".
    I think there might be some dependencies for the DLL's mentioned above.
    I got the above mentioned list of DLL's from CR9 since these DLL's were made used in CR9 with some different name,  when i ran the application in Vista machine with these DLL's I was able to run without any problems.
    Now my question is:
    Are these the only DLL's which are made used to display the report in Machine 2 where Vista is installed and if not what are the other dll's.
    And where shoud these be residing (Is it in system32 folder or ..\Program Files\Common Files\..... ?) and how should I register these DLL's ? (i.e the order of registering them.)
    Any sugesstion would greatly be accepted.   Kindly help me.

    Post Author: synapsevampire
    CA Forum: General
    Try psoting technical information.
    You wrote an application, but you won't bother to say what language/environment??? Your first application, or first time you've asked for technical support?
    And what edition of CR XI do you have, and is it CR XI SR2?
    The Developer edition is required for what you are asking, and you can check the help file within for the file dependencies.
    Might be a compatability issue, I think SR2 is required.
    -k

  • Crystal Report XI R2 and Windows Vista

    Hi to all,
    I'm working on an application written in Visual C++ 6.0 that print reports using the Crystal Report XI R2 SP4 engine.
    One of my report contain a dynamic image: is a OLE object dynamically linked inside the report.
    My application generate a new image and after that the report is printed.
    Everything works well on Windows 2000 and Windows XP but with Windows Vista the image is stored inside the Virtual Store folder under my user profile and the reports seems to be unable to find/load the modified image.
    So the report is printed with the image that is present in the standard software installation folder (under c:\Program Files\....)
    Anyone have an idea how to solve this problem?
    Thanks in advance,
    Enrico

    Hi Enrico,
    Can you let us know what is the format of the image you are using.
    Thanks,
    Naveen.

  • Overwrite crystal report file name with new version but keep history

    I am writing a Crystal Reports .NET SDK in C# code to upload a crystal report files from its destination to CMC folder on BO XI R2 Platform.
    On "Upload Button" click_event, validate the two check boxes controls named "Keep History", and "Remove History". Once "Keep History" check box is selected, check If the SAME report file name exists in the same destination CMC folder, if Yes, overwrite it BUT Keep the History and all its associated objects like "recurring objects". If "Remove History" is selected, then remove the existing report and upload the new report file name.
    Please provide me some codes on how to do this task. This is definitely a "WIN" - "WIN" effort and contribution to my Team Goals.
    P.S. This is a similar scenario when you are uploading report on BO Enterprise R2 CMC.
    When Uploading a new report to a folder but same report file name exists, the BO System will promt message "Report File Name" already exists. Do you want to Overwrite it?" If Yes, then system will overwrite the file but it will keep the history and recurring objects.
    Any help would be greatly appreciated.
    Thanks,
    Bien

    Suggest looking at [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/NETBusinessObjectsEnterpriseSDKSamples] wiki for links to pertinent samples. Also, check out the [Developer Help File|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/WS_SDK/wssdk_server/default.htm]. Searching these forums for similar queries may also prove to be fruitful
    Ludek

  • Save printer to layout in crystal reports XI R2 and windows vista ,7 , 2008

    Hi ,
    I have a problem with the crystal report design , I use CRXI R2 SP6 and with windows vista , windows 7 and windows server 2008 .
    The problem is that when I built the report and I go to set page from file , in the page setup form I don't have the printer select button and so I can't save the printer in the report.
    With SO earlier it's all ok.
    Thanks
    Mauro

    Hi Enrico,
    Can you let us know what is the format of the image you are using.
    Thanks,
    Naveen.

  • CRYSTAL REPORTS XI R2 SP5 and VISTA

    Hi
    Can you clarify if Crystal Reports XI release 2 Service Pack 5 works on Windows VISTA?
    The point is that I currently use it on Windows 2000, .NET 2.0 and my organization is upgrading to Windows VISTA and I want to know if this version of Crystal Reports XI release 2 SP5 is compatible on VISTA.
    Pls clarify

    It is per the supported platforms:
    [CR XI R2 SP5 Supported Platforms Document|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/907e6412-a7ac-2b10-23a8-f837fcc78a37]

  • Crystal Reports Viewer seems to have data - but it is not showing

    I am developing on a Windows 7 box and publishing a VS2010 web application to a Windows 2008 server.
    On the server I have installed CRforVS_redist_install_64bit_13_0
    Reports are stored in a folder on that server.
    When I run the application on my local machine the report displays okay via the Crystal Reports Viewer on a .aspx page.
    When I run the application on the server, if I view the source of the page that contains the Crystal Report Viewer - it seems to have fetched the report okay. But it is not showing on the screen. I was thinking this might be because it can't find the 'style.css' file but on both the development machine and server all the various folders and files in and under crystalreportviews13 are present in aspnet_client/system_web/4_0_30319/
    When I view the source of the pages that display the report - they seem to be identical both when viewed on my development box and when accessing the app directily on the server. But, on the .aspx page displayed by the server, the page is blank in the browser. Yet, as I say, when you view source all the data is there.
    What am I doing wrong? Thanks for any help.
    Edit: In both cases if you View Source the page is showing this:
    <link rel="stylesheet" type="text/css" href="../aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/images/style.css" />
    On my development box this makes sense. The web site in question is below 'Default Web Site' - i.e. it is at the same level in the folder hierearchy as the aspnet_client folder.
    But on the server, the site is a subweb below a web site that is level with Default Web Site. So I figure the files are not being found. How can you tell the Crystal Reports Viewer that the files it wants (like style.css) are not where it thinks they are going to be?
    So the app is looking for a file at the same level.
    But on the server there
    Edited by: Steve Rowson on Jun 1, 2011 5:31 PM

    Post to the SDK forum

  • Crystal Reports Developer XI installation appears complete, but is not

    A client of ours has purchased Crystal Reports Developer XI, and we're having trouble getting the installation completed on their box.
    Everything installs as normal (we installed this at other clients), and the box requests a reboot.  After reboot, there is no indication that the install ever occurred, except for the new files in the "C:\Program Files\BusinessObjects" directory.  There is nothing in Add/Remove programs for it, nor is there anything in the start menu that would indicate it was ever installed.
    When attempting to re-install (which we've done 4 times now), the license key is already entered in for us, which to me means that the installation is at least partially talking to the registry, but never really finishing.
    We're performing the installation using administrator logins.  As I said, there are no errors indicating anything isn't working.  The box is a Win Server 2k3 box with SP2.
    TIA

    If this is XIR1 of windows 2003 SP1 or later you probably want to enable Micorsoft DEP for windows only and reboot.
    Also since you have a partial install on the HD you should delete the following registry keys hkey/localmachine/software/business objects and hkey/currentuser/software/businessobjects
    Also delete the following directories C:\program files\business objects and C:\program files\common files\3.0
    Then reinstall.
    Regards,
    Tim

  • Crystal reports not working in windows 7 but working fine on XP

    I have a VB .net 2005 windows app. It has been working on Windows XP (32-bit) environment for a while and now we are moving to Windows 7 (64-bit). The program runs fine except for the reports which was written using the crystal report built in with VB .net
    2005. I get an error Database login and it asks for user ID and password. HELP PLEASE !!!!
    I am using the following connection string:
    DBconn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & str_data & ";Persist Security
    Info=true;user ID=Admin;Jet OLEDB:Database Password= mypassword"
    And on the REPORT form I have the following code
    Private Sub frmExportDiv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim crReportDocument As CrySelectedDivisionSummary
            crReportDocument = New CrySelectedDivisionSummary
            Dim ss As String = Application.StartupPath()
            Dim logOnInfo As New CrystalDecisions.Shared.TableLogOnInfo
            logOnInfo.ConnectionInfo.ServerName = ss & "\\Firm_data.mdb"
            logOnInfo.ConnectionInfo.Password = "mypassword"
            logOnInfo.ConnectionInfo.UserID = "Admin"
           crReportDocument.Database.Tables("qryExportDiv").ApplyLogOnInfo(logOnInfo)
            cryprintandexport.ReportSource = crReportDocument
    End Sub

    Hi vbmaayah,
    CR is not supported anymore by MSFT. Here is the official support forum:
    http://scn.sap.com/community/crystal-reports/
    Best 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.

  • Crystal Report 2011 SP4 APPCrash on Create New Connection

    Hi Guys!
    I've experience a problem with Crystal Reports 2011 for SAP B1 9.0 PL11. CR crashes everytime I create new connection folder.
    I'm running Windows 8.1 x64.

    Hi Pieterjan,
    CR 2013 for B1 can be downloaded from Software Download Center : https://websmp106.sap-ag.de/support
    Choose SAP Business One from menu "Software Downloads" > expand from left side "SAP Business One Products" > Installations > SAP CRYSTAL REPORTS FOR B1   > CRYSTAL REPORTS 2013 FOR B1
    Just keep in mind that, to make CR preview in B1 works fine, please check if correct CR runtime (.NET 32bit or 64bit) is installed. 32bit client will install 32 bit runtime automatically and same for 64 bit.
    To make SAP Business One connection and Add ins menu works, please make sure correct version of Integration Package together with correct BOE runtime are installed. Install Integration Package will install BOE runtime automatically. ( We only need 32bit BOE runtime in CR for B1). Of course you can also install them seperately.
    We have relevant  Note 1815476 to explain this.
    Hope this clarifies some points.
    Thanks,
    Maggie An
    SAP Business One Global Support

  • Crystal reports 2008: Data appears upon refresh, but not on initial open

    I have an updated crystalreports.com / salesforce.com report to which I added a new subreport and an additional grouping.  The report is working fine, with one (rather major) issue: when the report is first opened, only some of the data is shown - there are ~15 columns of data, most of which populate, but some individual values, which sometimes means an entire column of data, do not appear unless the report is refreshed.
    I have the original report still loaded in crystalreports.com, so that I can (and have) run both reports one right after the other; on first open, the data doesn't agree.  When I refresh the newer report, the 'lost' data appears and everything is fine.
    (Makes for a tough sell, though - 'Oh, just refresh the report.')
    Any thoughts as to a) what might be causing this, and b) how it might be resolved?
    It is not subreport data that is being affected, just so you know - that's working beautifully; the affected fields are Standard Summaries of formula fields, and not all instances of those summaries, either, but specific ones again and again.

    I have not used the 'Save Data with Report' option, and I verified that it is not selected under File / Report Options as well.  It appears to be an issue when there are too many (unknown how many that is, as of yet) results being retrieved.
    In this case, the main report is a report on Activities from the start of the current year, using a Salesforce.com report, and the Subreport pulls its data directly from the Activities table (as the main report considers all of the fields to be String(255) fields, even if they are ought to be read in as Memo fields (or number)).  The link to Activities allows the Description field to be pulled in based on the Activity ID, and coming straight from the database the value is pulled in as a Memo.
    If I limit the Activities to records beginning with 'A', for instance, the report runs fine; 'A - G', in this instance, retrieves too many and the error re: the database connector appears.
    Edited by: prozek on Apr 22, 2010 7:53 PM

  • Crystal Reports 8.5 does not work on Vista & Windows7

    Hi,
    We have a program written in VB6 and we are using Crystal Reports 8.5. The reports are fine on Windows XP but are not running on Vista and Windows 7. I found many people over the internet have this issue but none of them have gotten any resolution.
    Any solution?
    Thanks,
    Nadeem

    Hi Nadeem,
    Please check this:
    Versions of Crystal Reports are supported on Windows Vista:
    [https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=64259646]
    Regards,
    Shweta

  • Crystal Report XI R2 version 11.5 not run on Windows Vista 64 bit OS

    We have created the Windows Vista 64 bit Development Environment with u201CCrystal Report XI R2u201D version 11.5 .  When we try to run report it gives following error
    "An error has ocured while attempting to load Crystal Reports runtime.
    Either the Crystal Report Registery key permissions are insufficient or the Crystal Reports runtime not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or itanium) required. Please go to http://www.bisinessobjects.com/support for more information"
    Then we Installed Crystal Reports redistributable from u201CC:\Program Files\Microsoft Visual Studio 8\Crystal Reports\CRRedist\X64\CRRedist2005_X64.msiu201D
    and run the report we got same error.
    Its working properly on Windows XP 32 bit Development Environment.
    Please advice.
    Thanks in advance

    Couple of things to consider;
    1) CR XI r2 is not 64 bit
    2) The MSI you installed is for CR 10.2 which ships with .NET 2005, not CR XI r2.
    3) To use CR XI r2 on Vista, you must have applied at least SP 4
    For more information see the following;
    [Crystal Reports support of 64 bit Operating Systems|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e]
    [What versions of Crystal Reports are supported on Windows Vista in VS .NET?|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=64259646]
    [Crystal Reports v. 9.1 to 12.x  VS .NET Runtime Distribution  & Supported Operating Systems|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567]
    Ludek

  • Cannot See ODBC System DSN's on Windows Vista 64bit in Crystal Reports 2008

    Hi,
    I have installed Crystal Reports 2008 on my Windows Vista 64 bit PC and have setup an ODBC connection to my mySQL box which I wish to report on.
    Crystal Reports however does not see the ODBC DSN's which I have configured.
    I have installed the product on a 32 bit Windows system with no problems.
    Is there a solution to this?
    Thanks.

    I have found the solutions;
    My ODBC drivers did in fact install. Microsoft, in all their wisdom, has 2 versions of odbcad32. A 32 bit and a 64 bit. They are both named odbcad32.exe.
    They put the 32 bit odbcad32.exe in the syswow64 directory. They put the 64 bit odbcad32.exe in the system32 directory. 32 bit apps will pick up the 32 bit registry setting and 64 bit will pick up the 64 bit registry setting. system32 comes before syswow64 in the system path so the 64bit software runs before the 32 bit software.
    So, when I manually ran odbcad32.exe in the syswow64 directory, I was able to configure my connections and everything worked fine.

Maybe you are looking for

  • Adobe Support:  Please Read, New Flash Not Working

    Adobe, please read this.  My Flash player is not working and I would be happy to help you troubleshoot.  I have a completely fresh install of Windows XP on a Dell Laptop and the new Flash Player is not working.  I am in the tech field so I will under

  • How to extract the content of a section using VBA?

    For example, I have an article like this: Abstract AbstractParagraph1 AbstractParagraph2 Body BodyParagraph1 BodyParagraph2 Reference ReferenceParagraph1 ReferenceParagraph2 Knowing that Abstract, Body and Reference are all headings, which means if I

  • Trouble playing one swf inside another

    All, I'm trying to load a SWF and play it inside another SWF. Both SWFs are targeted to use Flash Player 8, and AS 2.0 So, in the parent, I've got code that looks like this: var movie_mc:MovieClip = this.createEmptyMovieClip("movie_mc", this.getNextH

  • MacBook Pro 17" iTunes can't sync address book with iPad Air

    Can't sync between MacBook Pro 10.6 OS ver and new iPad Air (bought 2 days ago) cell 32gig.  Have been to Apple shop at Garden City WA, helpful but seems very little knowledge of 10.6 OS.  Have attempted upgrade on MacBook to Lion OS, persevered and

  • Continous ramp generation in labview using XY graph

    hi...i want to generate a continous ramp signal with XY graph but not by using charts.....because oscilloscope do not support a chart by using DAQ.....so please tell me a solution.