CR for VS2010 - Progress animation issue

Hi,
We are in the software business for years.Till last year, our software was windows application. Now we are releasing the web interface for it. In our windows application we use crystal report for reporting. We have registered license for crystal 8.5 and 11. Now for the web, we are planning to use the same crystal features.
We downloaded CR for VS2010 and we changed configuration and everything. We tried to launch a report without parameters, it is working fine. When we trying to run a report with parameter it will show parameter popup and after giving parameter values when we press OK button it will show a progress animator and it will not close. This is what happening while pressing Next and Previous button. For Export button it is not showing any progress animation and it is working fine.
NB:
1.   We are developing reports using CR 11. The same report we are using for our Windows application and web application.
2.   Our windows application is developed in VDF and front end and SQL server as backend. We are using CR 11 SDK in windows application. It is working fine.
3.   Our web application is developed in VS2010, SQL server and CR4VS2010, which is showing progress animation issue as mentioned above.
4.   We changed CR2VS2010 to CRXIR2 for VS2005 it was working fine. We have issue only with CR4VS2010.
We are about to release our web application soon, so before releasing we want to buy the redistribution license for CR4VS2010 if there is any solution for this issue otherwise we need to think about CRXIR2.
Thanks
Baby C S

Hi Ludek,
As you mentioned I created a sample web application, it is working fine.
But when I change the code as below it will show the problem.
CrystalDecisions.CrystalReports.Engine.ReportDocument doc = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
doc.Load("C:\Program Files\.......\Report1.rpt");
this.CrystalReportViewer1.ReportSource = doc;
Response.Write("Ok");
While debugging I found the last statement Response.Write("Ok"); is causing the issue. If we remove that statement and run it will work fine.
In our actual program we have created a class by inheriting ReportDocument and we are doing all the actions like assigning SelectionFormula, setting Database connection, dynamically assign values for some formula fields in the reports. (These all are part of customisation of our CrystalLayer). Just for a debugging purpose we put a Response.Write in our CrystalLayer class. That caused the issue. Now we removed it and it is working fine.
NB: This issue was not there in CRXIR2. I think the progress animation is using some javascript and the Response.Write we are using in our program not allowing that animation to stop.
Thanks
Baby C S
Edited by: babycs on Jan 19, 2011 5:05 AM
Edited by: babycs on Jan 19, 2011 5:06 AM
Edited by: babycs on Jan 19, 2011 5:20 AM

Similar Messages

  • Crystal Reports for VS2010 cannot find crdb_adoplus.dll

    I installed Crystal Reports for VS2010 successfullly,   At least the report editor works without a problem and the viewer control can be placed on a form.  My problem is when I try to run it, I get the following exception:
    System.IO.FileNotFoundException was unhandled
      Message=Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
      Source=mscorlib
      FileName=file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll
      FusionLog=WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    StackTrace:
           at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
           at System.Reflection.Assembly.LoadFrom(String assemblyFile)
           at CrystalDecisions.ReportAppServer.DataSetConversion.DataSetConverter.DataSetProcessingDelegate(IntPtr arg)
      InnerException:
    I used Windows Explorer and found that crdb_adoplus.dll is present in the directory, so it must be a "related file"  Has any one seen this error before and if so, do you know how to fix it??

    See if [this|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533323335333433333332%7D.do] KB resolves the issue.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • CR runtime for VS2010 (v13) not generating report

    I installed Crystal Reports Runtime for VS2010 version 13 on Win2003 Server 64 bit (for intranet website that is used to execute reports). The web site is executed under Integrated security. The user account and the network service account have write and modify access to the designated temp folder on the web server. But for some reason when I execute the report, "Database Logon Failed" error is getting generated. Crystal Reports 10.5 runtime under same settings worked fine, but when I installed CR13 runtime and changed Web.config to point to CR13 version, it is generating this error. The correct version 13 is getting picked up as I checked the ReportDocument object's Class Version after the ReportDocument.Load() is executed, and it points to version 13. It is generating this error when executing " ReportDocument.ExportToDisk". Does any account other than the user account (logged in NT account) and service account require permissions to temp folder. Does any other folder require permissions? What is new in version 13 regarding the temp folder that CR uses to generate the report? The temp folder that is used in our intranet web site to generate CRs is a special folder (not C:\Win\Temp but another designated folder) that has the user account & Network service account have write and modify access. Has anything regarding the temp folder that CRs uses changed between CR10.5 and CR13. The web site, Crystal Reports(.rpt) and SQL server (Network is set up for Kerberos Authentication) are all set up for integrated security, and this set up worked with CR10.5 runtime, but does not work with CR13 runtime.
    Error Details:
    Server Error in '/' Application.
    Database logon failed.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Database logon failed.

    I have the same issue as you. I have converted my reports from CR10 to CR13. I can execute them locally (I'm in "Administrator Group"), but when I deploy the reports to my DEV environment I have this error :
    CrystalDecisions.CrystalReports.Engine.LogOnException: Echec de la connexion à la base de données. ---> System.Runtime.InteropServices.COMException (0x8004100F): Echec de la connexion à la base de données.
       à CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
       à CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       --- Fin de la trace de la pile d'exception interne ---
       à CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       à CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       à CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
       à CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
       à CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
       à CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
       à
    I don't understand how it could be a database connection problem, because the report crash on CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() call and, at this point, data are loaded into the dataset from my Data Tier (which did not fired an exception).

  • Hyperlinks in CR Viewer for VS2010 drop parameters

    Related to post in Beta forum [Re: CRVS2010 Beta - Hyperlink translator dropping parm|Re: CRVS2010 Beta - Hyperlink translator dropping parm]
    Reports containing hyperlinks with query parameters e.g. 'http://www.test.com/page.aspx?id=366363' drop parameters on transfer from report e.g. above link would transfer to 'http://www.test.com/page.aspx?id'
    I believe this is because hyperlinks are rendered as javascript which is executed on click, and the function contains "functionName('url=[url of hyperlink]')". Any occurrences of '=' in a hyperlink break the syntax of this javascript function call.
    This was assumed fixed in the RTM version, but it is still present.
    Having convinced my manager to port our applications to CR for VS2010 this is and incredibly frustrating bug to discover too late. I'd hate to have to roll back to a previous version. If this has indeed been fixed, please advise as to the version of CR we should install, including runtime for deployment.

    On [this|CRVS2010 Beta - Hyperlink translator dropping parm; thread, tracking number ADAPT01481748 is quoted for this issue.
    In a post from Oct 21, 2010 at the above thread, I posted the following:
    1) The issue has been reported.
    2) I can not guarantee that it will be fixed.
    3) If it is fixed today, I would not be able to give you the fix in any case.
    4) If it is fixed, the fix will be in the RTM product, or possibly a subsequent Service pack.
    5) If I get an update from PM, I will copy it here.
    6) If the product releases before an update from PM, we can look and see if the issue is resolved before you make any future investments.
    A possible work-around is given by Roger Adams  in the same thread, post dated Oct 27, 2010:
    "A possible workaround is if you can convert the querystring into a routed URL. "
    All I can give you at this point is that R&D is aware of the issue. Service Pack 1 is scheduled to be released end of February 2011. No guarantees that a resolution to the issue will be included in SP1. I will check with Program Management and see if it is on their list. However note that even if it is on the list, it may not make it inot SP1.
    Ludek

  • Crystal for VS2010

    I have an come across an odd problem while using CR for VS2010.
    Using the ReportDocument object, when I print, generate a PDF, or export as a crystal report, the report generated is correct. When I preview the report using a CrystalReportViewer control the report is missing some of the pages. The viewer control is cutting off portions of subreports. I need the preview to be a fully generated and accurate report.
    I have not found any documentation for this issue anywhere. Does anyone know anything about this behaviour?
    Thanks,
    Tom H.

    Can you please see if this KB applies to your situation?
    [1600683  - CRVS2010 - missing data on page breaks when using shared variables|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333633303330333633383333%7D.do]
    - Ludek

  • Powerpoint animation issue

    I'm losing animation on numbers that I have coming in at bookmarked places in a slide. I return to a home page and return to the slide no problem but if I return to homepage then a different slide, then home page and the initial slide...the animated numbers
    won't work. I believe (I guess) the page hasn't reloaded...but all the fixes I have seen for this problem I can't get to work with 2013. 1) they say add a blank slide before the problem slide and set the transition time to zero (well it won't let me set the
    transition time to zero...lowest it goes is 1 second...maybe thats why it won't fix the problem 2) install a macro to fix the problem...I have no idea how to actually do that? I've been trying to remedy this for weeks now...so if anyone can please please help...please
    do!
    Thanks
    Sue

    Hi Sue,
    Thanks for your question. I am not sure whether I have understood your situation correctly, but I'm unable to reproduce the issue according to above steps.
    If possible, please share the sample files with us, we will have a test on our end then. Also, better to provide the detailed steps on how to reproduce it.
    You can send the file to this email account:
    [email protected] and inform us here (the email subject should be the link of this thread).
    Thanks for your understanding.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • CR for VS2010 deployment - crtslv.dll failed to register

    I'm still having problems with packaging up the CR for VS2010 library with our applications installation.
    I'm using InstallShield 2011 for the installation setup.
    I've included the CRRuntime_13_0.msm file. (That is the only MSM file I included, are the others needed also?)
    I've included the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86 and the x64 versions.)
    I have tried to do a test install on both a 64bit and a 32bit Windows 7 computer and it keeps giving me the crtslv.dll failed to register error on both computers.
    Error 1904.Module C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtslv.dll failed to register.  HRESULT -2147010895.  Contact your support personnel.
    I thought it might just be due to the 32 bit MSM causing the problem on the 64bit computer, but I can't even get it to install on a 32bit computer. (On the 32bit computer install, I even removed the x64 bit version of the MS C++ 2005 Redistributable from the installation setup just to make sure it wasn't causing a problem).
    I have even tried having my Install Shield setup 'Chain' the CRRuntime_32bit_13_0.msi file to my main installation (not using the Merge module). Even when that runs, it produces the same crtslv.dll failed to register again.
    BUT, if I run the CRRuntime_32bit_13_0.msi manually on the computer it installs correctly. (I even tried using the same /qf parameters that InstallShield is using on it and it also worked OK that way.)  So I can't figure out how to get it to run in conjunction with my InstallShield installation.
    Can anyone give me any suggestions?
    Mike...

    I finally got past this issue and got things to install, with a few hackish work-arounds.
    First the CR13 msm redistributable appears to requre the 32 bit version of "Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security" that you'll read about in every post.  On 64 bit machines I found that even when it was installed,I would still get a crtslv.dll failed to register message, followed several other dlls not registering.  Once I installed the 32 bit version on the 64 bit OS, the crystal 13 redistibutable installed fine everytime.  I did this on several 64 bit VMs all running Server 2003,XP, and Windows 7.  It ran fine every time.
    The problem you'll face is how do you install the 32 bit version of this ATL security pack on a 64 bit machine.  You may be able to download and run the 32 bit version from Microsoft's site with the link Ludek has posted.  That wouldn't work for me because I had to distribute it with my software so I used the prerequisite available for InstallShield.  The prereq however is designed to only run on 32 bit machines, so I edited it in InstallShield and modifed the conditions to allow it to run on both 32 & 64 bit operating systems. 
    The next problem encountered is that this 32 bit prereq getting installed on a 64 bit machine will result in an error being returned that the installation appears to have failed.  Well it is a 32 bit installation not intended for a 64 bit OS and we're not supposed to do that.  I did say hackish work-around.  The 32 & 64 bit files are installed to different directories and the 64 bit version does not get overwritten.   If you check the event viewer you'll see a message logged in that the installation of the ATL prereq completed sucessfully.  So I modified the behavior of the prereq in InstallShield to "continue the setup if the condition still indicates it is required after completion".  Now it runs without error and everything for Crystal installs sucessfully.
    The final problem was also with the pre-requisite.  The code determines if it is already installed by looking for the file:
    [WindowsFolder]\WinSxS\x86_Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_473666fd\ATL80.dll
    I found on some machines it was previousy installed to:
    [WindowsFolder]\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_d1c738ec43578ea1\
    This results in the prereq being required every time because the file it's checkig for is not found.  Furthermore, it fails every time, most likely because it's alreday installed and not supposed to be installed again.  So once again, I modified the prereq conditios in InstallShield and made it look for the file in both locations to determine if it was installed.
    I haven't seen any problems since with either the Crystal runtime or the ATL update.  Happy day.
    The part I stll don't understand is that SAP says they can't distribute the ATL update in their MSM because of licensing issues, but we can sell our software and distribute it freely.  Microsoft even create the prereq so that we could distribute it freely.  So why can't SAP distribute the required files for their runtime?  A lot of people on these threads have wasted a lot of time and money on this issue.  Ludek provides great support but maybe this issue needs to be investigated further by development.

  • Fix for CR for VS2010 bug: window name gets overridden

    <h4>Problem</h4>
    Crystal Reports Viewer initialization corrupts hosting window name by assigning "filter" value under IE or "opacity" under other browsers. It makes impossible to target this window for other operations - new window is opened instead.
    Bug has been already mentioned in other threads and registered as ADAPT01530001:
    [Crystal Reports Viewer VS2010 FRAME target issue|http://forums.sdn.sap.com/thread.jspa?threadID=1867945]
    [crystal report viewer problem|http://forums.sdn.sap.com/thread.jspa?threadID=1893916]
    Although it's still present in the latest CR for VS2010 support pack, version 13.0.2.
    <h4>Reason</h4>
    CR Viewer uses MochiKit JavaScript library v.1.4 for client operations, having bug in MochiKit.DOM.setStyle function (New.js):
    undeclared name variable used, leading to window.name property assignments:
    for (name in style)
    <h4>Resolution</h4>
    1. Fix MochiKit library to use declared name variable in MochiKit.DOM.setStyle function:
    for (var name in style)
    2. Or use latest MochiKit library v.1.4.2 which doesn't have this bug.
    <h3>Question</h3>
    When this fix can be applied and released for CR for VS2010 package?

    Thank you, Don,
    Let's hope that CR development team will apply this simple but critical fix to SP3. Meanwhile
    <h4>Following workaround can be used on pages with CR Viewer</h4>
    Save window.name in the HEAD section and restore it in onload handler (with 0.5 sec delay - for rendering effects to be completed):
    var windowName = window.name;
    function onLoadHandler() {zetTimeout(function() {window.name = windowName;}, 500)};
    It also makes sense to re-implement MochiKit.DOM.setStyle function in the same handler to avoid possible window.name corruption during further report processing.
    <h4>CR installation can be also fixed</h4>
    Update setStyle function source from Mochikit library package, kept in allInOne.js file in "inetpub\wwwroot\aspnet_client\system_web\2_0_50727(4_0_30319)\crystalreportviewers13" folder, to use declared name variable:
    setStyle:function(A,B){A=MochiKit.DOM.getElement(A);for(var name in B)...}
    (line 10, column 53540 in v.13.0.2)

  • Reports dont work in CR for VS2010 after converting application from VS2008

    I upgraded my application from Visual Studio 2008 (using CR 2008 version 10.5.3700) to Visual Studio 2010 (using Crystal Reports for .NET Framework 4.0 version 13.0.2000).
    There were no other changes implemented from the old version. The reports used to work in the previous version. But after the upgrade our reports showed blank data. The labels are being printed , but no data is displayed.
    Please let me know if this is a known issue and what I can try to make this work with the latest version of Crystal reports for VS2010.

    When you get the blank report in your app, export it to CR file format. then open the  report in the CR designer. Are the DB fields visible in the designer? If not, then CR stripped these out. CR will do this, if the data format presented to it does not match what it is expecting. To further troubleshoot this, see the blog [Troubleshooting Issues with VS .NET Datasets and Crystal Reports|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13270].
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • PS: BAPI For Planned Progress and Actual Progress

    Dear All,
                  Is there any BAPI available for Planned Progress and Actual Progress for PS Project.
    Regards,
    Sohail

    Hi,
    Try using this report s_alr_87013532.
    Also for planned and actual progress the table is rpsqt. Could not find any bapi for the progress
    Regards
    Hiren K.Chitalia

  • Standard report for - Daily Store Material Issue

    Hi All,
    Can any one let me know which standard report gives me the details for "DAILY STORES MATERIAL ISSUE" in Oracle Inventory.
    Thanks
    Sunil

    You can try the "Transaction Register" report and narrow it by transaction type and subinventory.
    Hope this helps,
    Sandeep Gandhi

  • Crystal Reports for VS2010 Prerequisites for ClickOnce Deployment

    I keep getting this Error when publishing my application with clickonce even though I have Crystal Reports for VS2010 installed: I want the prerequisites to be downloaded from the same location as my app. Publishing fails with the following error.
    The install location for prerequisites has not been set to 'component vendor's web site' and the file 'Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0.msi' in item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' can not be located on disk.

    See KB [1534388 - CRVS2010 - Creating Click Once deployment|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333334333333383338%7D.do].
    I think typing "clickonce crvs2010" in the search box at the top right corner of this web page will also bring up the KB (just an FYI).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Crystal Reports for VS2010 using a custom SAP ABAP function module data source

    I recently worked with Crystal Reports 2011 and was able to connect and retrieve data from our R/3 system via an ABAP function module. While researching other features, I found this version that can be installed into Visual Studio 2010. The parameters are not very user friendly in Crystal Reports so I was hoping to create a custom dialog to collect my report parameters.
    Does anyone know if I were to install Crystal Reports for Visual Studio 2010, would I be able to design a front-end selection screen in a Visual Basic form and then pass the input to through the Crystal Reports connection to my ABAP function module to retrieve the data filtered on the back-end by the selection screen parameters and return the results to be reported in the Crystal Reports output?
    I am using Visual Studio 2010 Professional Visual Basic with the .NET Framework 4.0 on 32-bit Windows 7. I was able to connect to our R/3 system in Crystal Reports 2011, so if I were to install Crystal Reports for VS2010, would there be a similar way of connecting to SAP?
    Any assistance or direction would be greatly appreciated.
    Thanks,
    Bryan

    Hello Bryan
    I don't know for sure, but I doubt this will work in CRVS2010. Only hope is that the utility available for download in this KBA will point you in the right direction.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • Crystal Report for VS2010 show Login when deployed

    I am having a problem with my Windows Form project in VS2010 regarding
    the SAP Crystal Reports for VS2010.
    When I deploy my project on client's PC it shows a login dialog box.
    The client's PC is in XP.
    I already installed the correct runtime in their PC.
    When the login dialog box appear and the cancel button is clicked,
    the Report shows correctly.
    But our client did not want to always see the login dialog box.
    I already try to fix it like this:
    u2022 Add connection and login info in the codes (CrystalDecisions.Shared.ConnectionInfo)
    u2022 Verify and reconnect the database
    u2022 reinstall the runtime of Crystal Report(CRRuntime_32bit_13_0_1.msi)
    But nothing works.
    I am using an XML schema to display the report, I do not directly connect
    to a database. Like this:
    CrystalReport.SetDataSource(DataSet);
    The framework I use is C#.Net 3.5.
    My project is in Windows Form.
    My Crystal Report for VS2010 version is 13.0.1
    Please help me.
    Thanks in advance.

    Moved to .NET SDK forum.
    Can you clarify? What data source are you using? Direct connection to the DB or Dataset?
    It's prompting because what ever source you are using doesn't have the proper connection method being used or the log on info is incorrect.
    Don

  • SUGGESTION TO ADOBE: PLEASE CREATE A PROPER FORUM FOR SUBSCRIPTION AND BILLING ISSUES

    I think and many will agree, that it is about time that Adobe would create a forum just for subscription or billing issues.
    There are so many people looking for help that taking this issues to a specific forum, would help in reducing the signal to noise ratio and keep a focus on specific topics. Yes, Adobe should fix these issues and I am sure they are being address but creating proper channels would speed up support, from Adobe staff and from people that, for crazy reasons, volunteer here.
    I try to help, but sometimes just the Creative CLoud forum is like a raging river of people looking for help and if it was divided in some topics, it would be a great help. So:
    - Create a Creative Cloud membership and Billing issues: It is about time
    - How-to and technical issues are still well served by the topics.

    Hi Luis,
    Welcome to Adobe Forum,
    I completely apprehend your point of view, the billing issues deal with credit card information which are highly secured information, there is only one authorized group taking care of billing issues.
    Regarding Invoice issues, please feel free to raise it here, we do try to resolve them at the earliest.
    The direct link to Adobe Support is http://adobe.ly/yxj0t6
    Regards,
    Rajshree

Maybe you are looking for

  • My Lenovo IdeaPad N580 wont charge or turn on PLEASE HELP

    I have been having the problem for about a month now. When i notised it wasn't chargeing i tried everything to fix it googling the problem until the battery finaly died. I sent it to Lenovo Repair depot and after 2 weeks it came back. On the Action r

  • Combo box, ring and event to modify them runtime

    Hi, I attached a picture of the block diagram. Using LV 8.2.1, win XP. What I want : User should select from Main Selection, and that brings up new values for strings in the other menus (tried both combo box and menu ring items). Teh problem : This b

  • Apple TV restart often needed to view YouTube subscriptions

    Ever since 2.4 software update, when I leave the Apple TV on overnight, and get up the next day, and go to check out my YouTube subscriptions (and sometimes, my Favorites), I just get the spinning indicator. One time I let it go for 3 hours... A rest

  • Need to unfreeze MacBook Pro

    How do I  unfreeze my Mac book pro after foolishly trying to install Maverick without realizing my system is not capable of downloading the software? <Subject Edited by Host>

  • Issues saving excel files locally

    I'm running a business report and then attempting to save as .xls format locally and am getting the below permissions error.  I haven't ever had this issue and am wondering if there was a recent update which may be causing the issue. "You do not have