CRViewer on Vista crashes app when 2nd report is requested.

I have an app developed in VB6 using Crystal Reports XI. Reports are viewed within the app using the CRViewer.  Everything works fine on XP.  My app works fine on Vista also, but the reports do not.  The first time I view a report all is well, but when I try to load a second one (even if I've done other functions in between) it crashes the entire app.  Also when trying to print the report using the viewer, the app crashes.  I have to export to a txt file in the application and then print it from there.  Any ideas how to correct these issues?

Hi,
Give it a try by turning off the DEP service of Vista.
Also is the Vista is 64 bit?
It seems that you are having issue with Crystal reports SDK's.
Post your question in [Crystal Reports .NET SDK forum|SAP Crystal Reports, version for Visual Studio;.
That forum is monitored by qualified technicians and you will get a faster response there. Also, all SDK queries remain in one place and thus can be easily searched in one place.
Thank you for your understanding,
Amit

Similar Messages

  • CRViewer crashes app when 2nd report is requested

    I have an app developed in VB6 using Crystal Reports XI. Reports are viewed within the app using the CRViewer. Everything works fine on XP. My app works fine on Vista also, but the reports do not. The first time I view a report all is well, but when I try to load a second one (even if I've done other functions in between) it crashes the entire app. Also when trying to print the report using the viewer, the app crashes. I have to export to a txt file in the application and then print it from there. Any ideas how to correct these issues?

    Crystal Reports XI release 1 (11.0.0.x) has not been tested on Vista. See [this|https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=64259646] wiki for more details.
    I recommend upgrading to CR XI release 2 (11.5.x). Follow these steps:
    1) Download CR XI r2 from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006008462008E/crxir2.zip
    2) Uninstall your current version of CR before installing CR XI r2.
    3) Install CR XI r2. Use the keycode from CR XI r1.
    4) Download and apply the latest Service Pack for CR XI r2 from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100013876392008E/crxir2win_sp5.exe
    5) Update the Crystal Reports references in your project.
    6) Use the CR XI r2 msm files for your deployment.See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsReportDesignerComponentRuntimeDistribution-Versionspre8.0.xto12.0] wiki for more details.
    Ludek

  • NSCFString crash app when secondary used

    Hello! NSCFString from plist crash my program when i using it in the second time. I have cocos2d project (attach) with one scene and one object. And one .plist file
    HelloWorldLayer.h & .m (instantiate from CCLayer)
    NodeObject.h & .m (instantiate from CCNode)
    Test.plist
    In NodeObject i have one local string and two method
    @interface NodeObject : CCNode
        NSString *stringForPrint;
    -(void)createObjWithString:[NSString *)string;
    -(void)printString;
    In this both method we print string obtained in parameter string
    -(void)createObjWithString:[NSString *)string
        stringForPrint = string;
        NSLog(@"NodeObject.createObjWithString stringForPrint >> %@", stringForPrint);
    -(void)printString
        NSLog(@"NodeObject.printString stringForPrint >> %@", stringForPrint);
    Plis content is one array with one dictionary whit item type string.
    Root
    -TestArray <Array>
    --item 0 <Dictionary>
    ---type <String> == "This is string from plist"
    For test, into the scene i'm create NodeObject and get dada from plist. And print this string. It's work correctly.
    if ([testDictionary objectForKey:@"TestArray"]) {
                for (NSDictionary *tempItemData in [testDictionary objectForKey:@"TestArray"]) {                //It's cool work. True string from plist.
                    NSLog(@"type form plist in for loop > %@", [tempItemData objectForKey:@"type"]);            }
    I create my NodeObject into the loop. And it's work again.
    if ([testDictionary objectForKey:@"TestArray"]) {
                for (NSDictionary *tempItemData in [testDictionary objectForKey:@"TestArray"]) {
                    NodeObject *testObj = [NodeObject node];
                    //and send it string from plist
                    [testObj createObjWithString:[tempItemData objectForKey:@"type"]];
    BUT! if i have tried use this string in the printString method form NodeObject, app will crash without log. [testObj printString]; //crash app
    I have check object from plist using:
        NSLog(@"Description %@ and class %@",[[tempItemData objectForKey:@"type"]description],    [[tempItemData objectForKey:@"type"]class]);
    I repeat. Object creation with manual string work. If using string from plist it's crash. I broke my head. And only in the second method. In the createObjWithStrig it work.
        //Work
        NodeObject *testObj = [NodeObject node];
        [testObj createObjWithString:@"manual string object"];
        [testObj printString]; // Print correct string
        //Crash
        NodeObject *testObj = [NodeObject node];
        [testObj createObjWithString:[tempItemData objectForKey:@"type"]];
        [testObj printString]; //Crash here
    I'm attach project file. Can test this

    Thank you wery match!
    Only this forum help me. Stackowerflow not halped, cocos2d-iphone not helped. Thaks @etresoft
    stringForPrint = [string retain];
    solved problem.

  • CRviewer do not show anything when click button to show report with VS2013

    First of all I must say, My English language skill is not good but I'll try to communicate as best as possible.
    I am using Visual Studio 2013Ultimate with Update4  on .NetFramework 4.5.1  and Crystal Reports SP13.0.13.1597
    When installed complete. ( Previously i have tried it with my project but CR & CRviewer not working)
    I have tried using CRviewer in a new asp.net page  The following code
    ***-----WebFrom1.aspx-----***
    <body>
        <form id="form1" runat="server">
        <div>
        <asp:RadioButton ID="rdoByAll" runat="server" Text="all" GroupName="rdoChoose" AutoPostBack="True" />
            FromDate :
            <asp:TextBox ID="txtDateFrom1" runat="server" AutoPostBack="True"></asp:TextBox> 
            ToDate :
            <asp:TextBox ID="txtDateTo1" runat="server" AutoPostBack="True"></asp:TextBox>
            <asp:Button ID="btnCallReport1" runat="server" Text="CallReport" />
            <br />
            <br />
            <asp:RadioButton ID="rdoByName" runat="server" Text="ByName" GroupName="rdoChoose" AutoPostBack="True" />
            FromDate :       
            <asp:TextBox ID="txtDateFrom2" runat="server" Height="16px" Width="150px" AutoPostBack="True"></asp:TextBox>
            ToDate :
            <asp:TextBox ID="txtDateTo2" runat="server" Height="16px" Width="150px" AutoPostBack="True"></asp:TextBox>
      <asp:Button ID="btnCallReport2" runat="server" Text="CallReport" />
            <asp:DropDownList ID="ddlNamelist" runat="server" AutoPostBack="True">
            </asp:DropDownList>
            <br />
            <br />
            <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" ToolPanelView="None" />
            <br />
        </div>
        </form>
    </body>
    ***-----WebFrom1.aspx.vb-----***
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.Web
    Public Class WebForm1
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        End Sub
    Protected Sub rdoByAll_CheckedChanged(sender As Object, e As EventArgs) Handles rdoByAll.CheckedChanged
            If rdoByAll.Checked = True Then
                txtDateFrom1.Enabled = True
                txtDateTo1.Enabled = True
                btnCallReport1.Enabled = True
                txtDateFrom2.Enabled = False
                txtDateTo2.Enabled = False
                btnCallReport2.Enabled = False
                ddlNamelist.Enabled = False
            Else
                txtDateFrom1.Enabled = False
                txtDateTo1.Enabled = False
                btnCallReport1.Enabled = False
                txtDateFrom2.Enabled = True
                txtDateTo2.Enabled = True
                btnCallReport2.Enabled = True
                ddlNamelist.Enabled = True
            End If
        End Sub
        Protected Sub rdoByName_CheckedChanged(sender As Object, e As EventArgs) Handles rdoByName.CheckedChanged
            rdoByAll_CheckedChanged(sender, e)
        End Sub
        Protected Sub btnCallReport1_Click(sender As Object, e As EventArgs) Handles btnCallReport1.Click
            Dim rpt As New ReportDocument()
            rpt.Load(Server.MapPath("CrystalReport1.rpt"))
            Me.CrystalReportViewer1.ReportSource = rpt
            Me.CrystalReportViewer1.RefreshReport()
        End Sub
    End Class
    When i press F5 to run project make Code of radiobutton not work(Disable,Enable OtherControl such as textbox)
    And when i try press CallReportButton CRviewer do not show anything.
    When I brought CRviewer leaving the page ,Code of Radiobutton were working fine.
    But can't to show "CrystalReport1.rpt" on CRviewer when i click CallReportButton. i'm not understand.
    Then i have tried to learn from follow this link : CR not working in visual studio 2013
    and Using Crystal Report in ASP.Net website, Report not showing in CrystalReportViewer
    i have to create a new CR ASP NET project and copy the whole C:\inetpub\wwwroot\aspnet_client folder
    into my app folder and then add this to your web.config file, line in bold:  <add key="vs:EnableBrowserLink" value="false"/>
    project is working but not fine  when I try to click button to call report  I get this pop-up .   " popup.JPG"   what is it?
    And project warning!  could not find schema information every element . "Could not find every Element.JPG"
    After that, copy the whole C:\inetpub\wwwroot\aspnet_client folder into my app folder Only!  not add in my web.config
    (In previous project need to use CR)  make to project were working  but i get same pop-up when i click to show report.
    **** buleline in popup.JPG picture  is "The report you requested requires further information"

    I think you're over-complicating things. I'd like you to have a look at a few sample apps, see how they work, then adjust your app. Samples are here:
    Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Also, have a look  at Crystal Reports for Visual Studio 2005 Walkthro... | SCN (- applies to all versions of CR and .NET).
    Finally, the Developer Help files are here:
    SAP Crystal Reports .NET SDK Developer Guide
    SAP Crystal Reports .NET API Guide
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter

  • I lost my Creative Cloud app when I had a system crash on my old 13" Mac, how can I reinstall Creative Cloud onto my new 15" Mac?

    I lost my Creative Cloud app when I had a system crash on my old 13" Mac, how can I reinstall Creative Cloud onto my new 15" Mac?

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    -Both computer Cloud subscription activations may not be in use at the same time

  • Vista crashes when syncing photos to ipod

    I'm using Vista on an HP notebook. Syncing music is no problem, but when I atempt to Sync photos, Vista crashes while the photos are "optimizing", and the whole machine has to restart...I get a blue screen and then it restarts, after restart, I'm given this message:
    Problem signature:
    Problem Event Name: BlueScreen
    OS Version: 6.0.6000.2.0.0.768.3
    Locale ID: 1033
    Additional information about the problem:
    BCCode: 50
    BCP1: D9DD5683
    BCP2: 00000000
    BCP3: 820B6949
    BCP4: 00000002
    OS Version: 606000
    Service Pack: 0_0
    Product: 768_1
    Files that help describe the problem:
    C:\Windows\Minidump\Mini070907-01.dmp
    C:\Users\Matt\AppData\Local\Temp\WER-124301-0.sysdata.xml
    C:\Users\Matt\AppData\Local\Temp\WER35AF.tmp.version.txt
    Any help is greatly appreciated.
    hp notebook   Windows Vista  

    This is how Apple handles photos.
    Just as a song is in your music library and you can access that exact same song from a playlist,  your photos are in the Photo Library and those exact same photos can be accessed from the labum you synced.
    It is working exactly as designed.

  • IPhone causes Windows to crash immediately when Camera app is on...

    I sync my iPhone with two computers: an iMac for music, videos & photos, and my Dell Inspiron D860 running Windows XP for my work e-mail, contacts, and calendar.
    If I have taken a photo with the iPhone and either leave my iPhone in Camera mode, or have even left any photos in the "Camera Roll" album in the Photos app, then my Windows PC crashes immediately when I hook the camera up for a sync. As soon as the USB cable makes a connection, I get an instant blue screen: informing me of a BIOS memory error and a message saying that Windows is shutting down to prevent further damage. So, I disconnect the iPhone and reboot the computer.
    However, if I delete any images in the Camera Roll album of Photos and make sure that the iPhone is not running Camera when I plug it in, I can sync between the iPhone and iTunes on Windows XP flawlessly.
    The irony here is that I have left the sync Photos box unchecked in iTunes on the Dell running XP. So, technically, nothing in the Camera or Photos apps on my iPhone should even be communicating with software on the XP system.
    Have other folks experienced this problem? If not, perhaps I'm doing something wrong and would appreciate any insights!!
    Thanks

    I finally nailed it.
    i have a Acer Aspire notebook with orbicam and i had the latest driver from ACER but still had some problems on XP but deleted everything (Orbicam drivers and camera utility from Control Panel) also i verified that everything was gone in MY PC / Properties / Hardware / Device Manager / Imaging Devices (if not, uninstall the Orbicam from there.
    then i restarted my computer and installed Logitech Quickcam utility version 10.5 from logitech site (from the Quickcam 4000) that i previously downloaded, everything went ok.. i restarted again my computer and my camera worked perfecty and also i was able to connect my iphone with photos in camera roll and XP detected it normally without any trouble. The only thing that came out after doing this is that my Orbicam appears in the SAFE DEVICE REMOVAL UTILITY right next to the other utility icons and the clock. i will try to solve this and post any coments.
    I hope this info is useful for others like me with this issue.

  • HT201401 My iPhone3GS has started crashing. I'll be mid-phone call, or using an app, when the screen will go dark. I have to restart it. Then it shows low battery sign (even though it was 100%). Within 1 minute of charging, iphone starts. Pl. resolve.

    My iPhone3GS has started crashing. I'll be mid-phone call, or using an app, when the screen will go dark. I'll have to do a restart. It dumps to the warning screen that there's no power and needs to be plugged in.
    Once I connect the phone to a power source, in a couple of minutes it's ready to roll again, and displaying a "full battery" icon.
    The phone is almost always fully charged when this happens, and I don't get a crash when the phone is plugged into a power source.
    Took my iphone to apple store, they informed that battery is very good and there is no need for replacement. Might be there is a problem with iphone motherboard. But they can't repair it as my 3GS crossed warranty.
    Where should I go to repair this. Within 2 years...this 32GB 3GS is almost garbage for me with no support from apple. I am ready to send it to apple for repairs and pay the repair charges.
    I tried everything... deep reset ... factory settings .... nothing is working... Apple staff pl. take care of your customers ...

    This is a User to User Forum... You are Not Addressing Apple here...
    iPhone User Guide
    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • Windows Vista Home ( with SP2) constantly reporting that Safari 5.1.2 has crashed ( usual Windows prompt to close program) yet Safari is still running although loading pages slowly. Any one seen this recently ( note no recent install or changes to Windows

    Windows Vista Home ( with SP2) constantly reporting that Safari 5.1.2 has crashed ( usual Windows prompt to close program) yet Safari is still running although loading pages slowly. Any one seen this recently ( note no recent install or changes to Windows

    Windows reports that Safari stopped working . Windows Task Manager shows webkit2webprocess.exe  process still running even after I respond to Windows prompt and close Safari ( Safari continues running after this action )

  • My iPhone has recently been crashing (or rather the apps) when I would try to access my text messages, contacts, phonebook, facebook, or email. I tried restarting my phone and lost all of my contacts. Anyone know what's wrong/how to fix it

    My iPhone has recently been crashing (or rather the apps) when I would try to access my text messages, contacts, phonebook, facebook, or email. I tried restarting my phone and lost all of my contacts. This has been happening more and more frequently. Today I was in my pictures and was trying to crop one and my phone shut off completely. Anyone know what's wrong with it or how to fix it?

    Make sure all apps are fully closed:
    - double tap your home button
    - hold your finger on an app
    - when the apps start to wiggle press the red "-" button on all the apps
    Now do a hard reset:
    - hold the home button and the sleeps/wake button down at the same time
    - the phone will shut off then when the apple logo ppears release both buttons
    If by then your contacts have not been restored you would need to try and retreive them from a back up on itunes/icloud that was made when the contacts were on the phone. You could even stream them from the cloud if they were synced to the cloud. The link beow will show you how to restore from an itunes/icloud back up:
    http://support.apple.com/kb/ht1766
    Also to prevent this issue which i have seen alot when users are still running iOS 5 it would be best to update the iOS on your phone. To do this follow the link below:
    http://support.apple.com/kb/ht4623
    Hope this helps

  • When I save a CS6 InDesign file as an .idml file InDesign crashes and sends a report to Adobe.

    When I save a CS6 InDesign file as an .idml file InDesign crashes and sends a report to Adobe.
    When I restart InDesign the .idml file is in the directory as well as a locked InDesign file.
    I cannot open the .idml file, instead I get the message:
    Cannot open "" file. Adobe InDesign maynot support the file format,
    a plug-in that supports the file format may be missing,
    or the file may be open in another location.
    I can however open an InDesign .idml file that was saved from InDesign CC software.
    InDesign CC software is also unable to open the .idml file that I created in CS6.

    It seems to be a corrupted IDML file. Does it happen with every file or only with that one.
    What is the content of that file? Did you embed images or graphics or did you ink them? Size?
    Maybe that this would help you: Re: InDesign 6 is crashing when attempting to open a particular document. All others are opening OK.

  • I have unlocked my iPhone 3G with Vodafone via iTunes, but now the downloaded apps crash immediately when opened. I've tried a Restore, but this didn't help. I've also tried removing all apps and re-installing them, but they still don't work. Any ideas?

    I have unlocked my iPhone 3G with Vodafone via iTunes, but now the downloaded apps crash immediately when opened. I've tried a Restore, but this didn't help. I've also tried removing all apps and re-installing them, but they still don't work. Any ideas? Thanks.

    yep, unfortunately can't reset without the passcode either.
    With regards to doing a restore, do you mean:
    open itunes on my computer
    click on my device on the left
    go to the device summary
    click restore
    it then asks if i want to back up before i restore (to which i say no)
    then it asks me if i'm sure I want to restore to factory settings and that all of me media and data will be erased and replaced with the newest version ( to which I say yes)
    then it takes about 90 mins to do this but when I look at my phone, everything is exactly the same.
    Am I missing something? Obviously I'm technologically challenged, but I HAVE to get to the bottom of this!

  • I just installed CS 6 and now my Acrobat Pro is crashing. I marked several spots to redact and when I applied the redaction, it crashed and produced a report.  How do I get it to stop crashing.

    I just installed CS 6 and now my Acrobat Pro is crashing. I marked several spots to redact and when I applied the redaction, it crashed and produced a report.  How do I get it to stop crashing? I am on OS 10.9.4

    Report the problem to Adobe Acrobat Support along with sample PDFs and detailed description of the steps you perform.

  • It is crashing contacts app when I try to add in 'postal...' field some digit

    I've found a bug in iOS 5.1.1 on iPhone 3gs, It is crashing contacts app when I try to add in 'postal...' field some digit for exiting contact
    iPhone 3gs
    iOS 5.1.1
    Steps to reproduce:
    1) Open 'contacts' app
    2) Choose some contac with 3 phone numbers and birth date
    3) Click 'edit'
    4) Click on plus icon near 'add new adress' field
    5) Click on 'Postal...' field to focus it
    6) Try to add in this field any number
    Actual result: 'Contacts' applcation unexpectedly close, app crash

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    The reset link for the security question will send the email to your rescue email account : http://support.apple.com/kb/HT5312 -  that is the email account that you are checking, and you've checked the spam folder on it as well as the inbox, and tried clicking the reset link again ?
    If you aren't receivineg the email then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down the HT5312 link above to view your rescue email address to check that it's correct, in case you need to use it in the potential future use

  • HT201272 the app store app crashes/closes when i try doing a search. can anyone help?

    the app store app crashes/closes when i try doing a search. can anyone help with this?

    Mines been doing it for at least 6 months.Support had me do a reset and when that didnt work,they convinced me to update to version 11.That was a waste of time... Even if I open the App Store with nothing but basic utilitys loaded on my iPad,the App Store closes/crashes for no "Obvious" reason.However internal diagnostics show the cause is that the App Store is overloading the iPads processor.I have tons of memory on my iPad (64GB) but apparently the newer versions of the iTunes App Store are overloading it, (Even in a stripped down state).
    Solution? I have never gotten any helpfull answers from support in nearly 6 months.So, other than reverting to an even earler version of iTunes (Pre version 10.7 at least for me),or using something like the "Apple Sliced "App...  Most of them are free,and have a few good features, but all that I've tried are are less usefull for doing App searches.
    It was a real shock to me ,when support claimed it had never heard about this issue before.These forums would indicate differently.It seems really stupid to design a basic utility, that a fair number of customers wont be able to use, and recieve no warning before encouraging us to install it..

Maybe you are looking for

  • Screen does not turn on after start up, but after standby on Satellite M100

    Hi, I have quite some experience with computers and laptops, but this problem exhausted all my knowledge. My girlfriend has a Toshiba Satellite M100, PSMA1E. It runs Windows XP, currently on SP3. The laptop always had shutdown/stand bye issues. It wo

  • Change internal table values in background job

    Hello All, Currently we have a report which is  running in background job. Because of error in one PO (error in header status), the job is getting cancelled in production. Is there any way, we can exclude this PO in debugging from the internal table.

  • NTP client in Windows 7 Professional Does Not Sync

    I have an NTP server running on an Ubuntu Linux box.  All of my other linux boxes are able to synchronize to this NTP server.  My Windows 7 Professional box is not even after trying multiple steps suggested in these forums. The NTP server is on the l

  • How much time i must wait for iphone 5 send to POLAND??

    I wanna know when i get my iphone 5 if I buy one in AOS uk??

  • After running HelloWorld

    Hi to all: I run HelloWorld successfully but when I try to run second time eBusiness Suite, I the followinig error Unable to generate forwarding URL. Exception: oracle.apps.fnd.common AppsException: oracle.apps.fnd.common. PoolException: Exception cr