CRVS2010 Beta - Crystal Report Installation problem

Hello,
I have visual studio 2010 professionnal edition (Version 2010 10.0.30319.1RTMrel). (French edition)
I would like to install and use Crystal Report, so:
- I dowloaded the Crystal report setup (cr4vs2010.exe).
- After installing the setup, I want to create my first report in my asp application (Add\New item\Reporting\Crystal report) and each time I do that I am prompted for downloading the crystal report suite.
Help appreciated, thanks.
Edited by: Don Williams on Aug 16, 2010 9:50 AM

Hello Stef,
I updated the subject line to indicate you are using Beta.
Currently it's only supported on English builds of VS 2010.
Read the link at the beginnign of this forum for more info.
Thank you
Don

Similar Messages

  • CRVS2010 Beta - Crystal reports silent installation

    I would like to know if there is a way  to install Sap Crystal Report for Visual Studio 2010 in silent mode .
    i downloaded the cr4vs2010.exe file from [http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp] and extract it , In folder i have the setup.exe and RequiredRuntimes.msi files .
    The setup file doesn't have the silent installation mode and the RequiredRuntimes.msi file i don't know if it can help me .
    1. How to install the Sap Crystal Report for Visual Studio 2010 in silent mode ?
    2.Is there other installation kit that contain file with msi ?
    Thanks
    Edited by: Misha125 on Nov 7, 2010 5:19 PM
    updated subject line
    Edited by: Don Williams on Nov 7, 2010 9:37 AM

    Hi Misha,
    Can I ask why you want to install CR for VS 2010, which requires VS 2010 to be installed, silently? It's a plug-in for Visual Studio, it's not the runtime for a deployment package.
    If you are asking how to deploy the runtime with your app then search here. Lots of info and links to download the 32 and 64 bit MSI packages.
    ALSO - this is still beta... DO not deploy this to a production server. Wait a week or so and the final build will be available for production servers.
    Thank you
    Don

  • CRVS2010 Beta - Crystal Report Viewer 2010

    Hi,
    I'm using Crystal report 2010 with VS 2010, and i have 2 web projects, the first is the one that my organization works with and the second is a dummy one - this is for test only -, my problem is when dealing with charts or pictures, every thing OK in the second project, but in the first one charts and pictures are displayed very will in crystal report designer, and preview, but nothing is displayed at run time. the environment of the 2 projects are identical (the same referenced DLLs, and from the same location "Local Folder", the same binding method "Objects", the same registered  and add "Keys, and Assemblies" in the web.config).
    please, does any body has an idea where is the mistaken part, or where I'm i suppose to search about the malfunctioning configuration, or ...... etc.
    Thanks a lot.
    Modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Aug 5, 2010 8:45 AM

    hi guys
    i was comparing the source code of 2 web pages one from each project - the working and malfunction one -, this led me to check Temp folders, and what i found was so strange
    first of all, "full control" permission is granted for all possible users, Guest, Anonymous, IIS, and ASPnet user on Temp Folders.
    the strange part is as following,
    of course there 2 temporary folders for the 2 apps, the one of the working app did not contain any kind of files, on the other hand the one belongs to the malfunction app contain 2 .png files one for the chart, and another one for the picture, in addition, chart image is the same as the one displayed in the preview mode in design time, i mean that the created chart image did not respect report source data - the created one is of a vertical line, but according to supplied date the line should be horizontal, and i insure that data was supplied (from debugging, there are 246 object in the supplied object list, on the other hand if no data was supplied, this should not affect picture display)  -, in despite of that nothing is displayed at run time but the red "X" mark.
    so I'm wondering, why nothing is displayed in despite of the creation of temp pictures?, and also how the working app displays the correct chart & picture in despite of creation of no templates?
    another question, in many forums, and also in the page source there are a mention of "aspnet_client/system_web/2_0_50727/crystalreportviewers14" folder and its existence in the app root, while this folders exists only in the wwwroot folder , and no physical existence for that folder in any of the 2 apps root, specially that I'm running my apps from the Visual Studio Development Server, not from the IIS, so, where can i find this folder, to grant appropriate permissions on it .
    i wanted also to inform Don that both apps and their class library projects target complete 3.5 .Net Framework, and also not the client one.
    now, I'm in doubt about the creation of a project before and after crystal report 4 visual studio 2010 installation, so I'm about to establish a new web app, and copy all of the malfunction one to avoid this problem, but i hope to know the cause of this problem.
    Thanks a lot

  • Crystal report installation problem in windows azure.

    Hi Everyone,
    Good day!.
    I have purchased standard version of web site in windows azure server,i'm converting existing normal asp.net application into widows azure project as web role project.In my existing project they have used crystal report tool to generate the reports.
    The issue has been arrived when i published the project into azure server.When i did some R&D people have suggested some tool to install the tool name called "CRRuntime.MSI".We tried and install this msi file both 64 bit and 32 bit,but the
    problem we couldn't even know whether the .MSI file got installed or not.
    Still we are having same issues in server.Please give your good ideas to short this issue in server.
    I'm using VS 2012
    Thanks in advance !
    Regards,
    Ranjithkumar.

    Hi,
    Please make sure that you are enabling remote connection to the web role while deploying from visual studio 2012. Then get remote connectivity RDP file for the VM and connect to it. Install your tool manually and check if the problem getting resolved. If
    this manual installation works then you can schedule installation as start up task in Azure web role.
    [Although I don't know if your tool can be installed automatically by .cmd or .bat or powershell script file]
    You can add installations as start up task in Azure Web Role service definition file. Here is the link and sample XML tags-
    http://msdn.microsoft.com/en-us/library/gg456327.aspx
    <ServiceDefinition name="MyService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
    <WebRole name="WebRole1">
    <Startup>
    <Task commandLine="Startup.cmd" executionContext="limited" taskType="simple">
    </Task>
    </Startup>
    </WebRole>
    </ServiceDefinition>
    Mark As Answer if it helps you |
    My Blog

  • CRVS2010 Beta - Crystal Reports crashes Visual Studio

    I have a problem in VS2010 whenever I attempt to use anything related to Crystal Report files (*.rpt). Attempting to open any rpt file or add one to a project causes VS2010 to crash. I have tried un- and re-installing several times to no effect. Any help would be welcomed.
    I'm running:
    Windows XP SP3 32-bit
    VS2010 Ultimate
    I can get the crash to occur in the following scenarios:
    Create a new code project. In that project, Add new item... Crystal Report file.  The report file will be created and then Visual Studio crashes due to an access violation exception. It generates the following error in the system event log:
    Event Type:     Error
    Event Source:     Microsoft Visual Studio
    Event Category:     None
    Event ID:     1000
    Date:          6/9/2010
    Time:          10:44:11 AM
    User:          N/A
    Computer:     A4731728
    Description:
    Faulting application devenv.exe, version 10.0.30319.1, stamp 4ba1fab3, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x00690072.
    Next case: Add existing item... an rpt file created by the above process. The file is successfully added to the project. However, opening the file to edit it causes a Microsoft Visual C++ Runtime Library error dialog to appear, followed by VS2010 crashing. I managed to pull the following errors out of the process:
    Unhandled exception at 0x7c812aeb in devenv.exe: 0xC0020001: The string binding is invalid.
    Unhandled exception at 0x791dfe16 in devenv.exe: 0xC0000005: Access violation reading location 0x00000034.
    The following error was added to the system event log:
    Event Type:     Error
    Event Source:     Crystal Reports
    Event Category:     None
    Event ID:     4353
    Date:          6/9/2010
    Time:          11:09:41 AM
    User:          N/A
    Computer:     A4731728
    Description:
    The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.
    Similar crashes occur when I attempt to upgrade or open any old 2005 reports in 2010.
    Thanks.

    Hi J,
    Our PM just verified what you found also. This is another one of those "dll hell" problems that Microsoft is trying to fix by asking all to put their own dependency runtime into their own app folders.
    I don't think Mcafee is the cause. Our IT department push out McAfee as well and I don't have it in the system32 folder so it's likely Adobe installing it into the \system32 folder.
    You could try moving it to their app folder so it doesn't break Adobe or submit a ticket with Adobe to not drop that dll into the \system32 folder.
    For your info also the dll is a Crypto Package released by RSA, file security.... Part of the new feature of locking the RPT files by encrypting them.
    It may not be Adobe doing this either, check the install logs to find out who is placing the dll in the \system32 folder.
    Update - I just installed Adobe Reader and it wasn't Adobe Reader installing it so you guys will have to check the install logs and let that 3rd party software company know they need to alter their installer.
    At this point we don't need the dump file.
    Problem_Report:  ADAPT01438407
    Thanks again for all your time testing
    Don
    Edited by: Don Williams on Jun 21, 2010 10:34 AM

  • CRVS2010 Beta - Crystal Reports for VS 2010 in November???

    Hey guys,
    are you serious??? You told us that the finished version will be released in July!!! We are working with VS 2010 and just because of you guys we are not able to deploy our applications via Click Once. How could it be, that you are that slow? I really have to say, that it was much better, when Crystal Reports was shipped with Visual Studio. Who had the silly idea to change that method?
    I think we are not the only company who is waiting for you to at last release the new version and now it''s even later? This is no good avertisment for you and we will change to another reporting as soon as possible...
    Thank you for nothing!
    Edited by: ksnbg_01 on Jul 6, 2010 2:21 PM
    Modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Jul 6, 2010 9:32 AM

    Good afternoon.
    I can understand the frustration and we definitely realize that our delay is causing some pain for quite a few of our customers and partners.  To be blunt, we are just not happy with the size of our runtime size, which is why we have introduced this delay until November.  The current runtime size of the release is very high compared to today's runtime, the expectation of the market, and our own standards.  As such, we are working to reduce this.  In the meantime, we will be deploying a Beta 2 release in August, which will be a full featured release, but will include the larger runtime size.  I understand that this is not production grade software as we are labeling it as beta; however, it can be used for developing, testing, and qa'ing your applications.  As far as production deployment goes, it will, unfortunately, need to wait for the November release.
    I am more than happy to setup a time where we can chat over the phone about the challenges that this is creating for you and your organization.  Please feel free to give me a call (678 575 8916).
    Coy
    Product Owner - Enterprise Reporting

  • CRVS2010 Beta - Crystal Reports System.ArgumentNullException was unhan

    I am trying to publish my first Windows WFP application.  Everything works fine on my development machine, but when it gets to the point where the Crystal Reports viewer loads the Report Layout, the computer I have installed it on throws a error and stops. 
    I have defined my report file locations as (I have tried both options, and both work on my development system) :
    Dim strReportName As String = "ExceptionRpt"
    Dim strReportPath As String = "C:\Users\john\documents\visual studio 2010\Projects\StatusReportsCRWPF\StatusReportsCRWPF" & "\ExceptionReports\" & strReportName & ".rpt"
    Dim strReportPath As String = "
    files\data\john\CrystalRpts\ExceptionReports\" & strReportName & ".rpt"
    Dim report As ExcpReport = New ExcpReport
    Dim DS As DataSet = New DataSet
    Dim strLoadDS As String = "Select * from StatusException"
    Dim cmdLoadDS As New SqlCommand(strLoadDS)
    Dim dtLoadDS As DataTable = GetDataPL(cmdLoadDS)
    DS.Tables.Add(dtLoadDS)
    ReportsViewer.ShowRefreshButton = True
    ReportsViewer.ViewerCore.DataContext = DS.Tables(0)
    (Placed to find the fine that errors out)
    MsgBox("Just Before the Crystal Report Viewer Activation " + strReportPath, MsgBoxStyle.Question)
    ReportsViewer.ViewerCore.ReportSource = strReportPath
    Any help in correcting this problem would be greatly appreciated
    Edited by: Ludek Uher on May 28, 2010 2:45 PM

    I do not believe you will be able to deploy this app. There is no CR 2010 runtime that would support WPF available. The only runtime is based on CR 2008 redirect (lots of info on that in these forums).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • CRVS2010 Beta - Crystal reports and VS2010

    I wanted to ask you whether is it possible in any case to use crystal reports 10/11 with visual studio 2010. Is the only option to upgrade to crystal reports for vs2010?
    As I tried both versions I'm getting red cross on all of my crystal reports, and the crystal viewer could not be of course edited from vs2010 because there is no such component in the toolbox.

    Hello,
    Yes, no other versions of CR are supported in VS 2010 and currently there are no plans to support anything other than CR 2010 in VS 2010. They may work but if any issues we can't escalate them to R&D.
    CR4VS2010 is beta, so do not distribute to a production system if you plan to upgrade your app. And it is currently only supported on Clean PC's, no other versions of CR installed.
    Thank you
    Don

  • CRVS2010 beta - Crystal Reports Menu option

    Hello,
    When viewing this menu from the Main Report Preview tab, there is an option on the Crystal Reports menu called "Crystal Reports Community".  The option is not working.
    My question is when this option is working, what will it link to?
    Thank you
    Tracy

    Hi Tracy,
    Because it's beta none of those links will work until CR is released to the public as a GA build. It will likely be the same as what you see in CR 2008 Start Page, links to get updates, forums, etc....
    I'll pass this onto the PM's for CR4VS2010 and if anything is different they add to this post.
    Thank you again
    Don

  • CRVS2010 Beta - Crystal Report does not work with VS 2010

    After having installed vs 2010, as mentioned, I dowloaded crsytal report . But when trying to create a new crystal report object, I have a html page displayed but crystal report does not start. I would like to know how to make crystal report start to create new report ?
    Thanks
    Patrick
    Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Thread moved to NET Development - Crystal Reports
    Edited by: Ludek Uher on Aug 27, 2010 6:48 AM

    My OS is windows XP. Visual studio 2010 Professional version 10.0.30319.1.rtm rel. Visual basic is 01018-532-2002102-70383. dot net framework is 4.0.30319 rtm rel. When I add a new crystal report object to my project a file named CrystalReport1.mht. Its content is :
    From: <Saved by Windows Internet Explorer 8>
    Subject: Crystal Reports for Visual Studio 2010
    Date: Fri, 2 Oct 2009 17:24:34 -0700
    MIME-Version: 1.0
    Content-Type: multipart/related;
         type="text/html";
         boundary="----=_NextPart_000_0000_01CA4385.35B07AB0"
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
    This is a multi-part message in MIME format.
    =_NextPart_000_0000_01CA4385.35B07AB0
    Content-Type: text/html;
         charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    Content-Location: file://C:\_Working\Projects\Cortez\Stub Templates\RTM\EN\CR for VS 2010 HTML\CRforVS2010.html
    =EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    then followed by characters whch are not readable.
    Thank you for your help
    Patrick

  • CRVS2010 Beta - Crystal Reports 2010 with VS 2010 Pro fr

    Hi,
    I fisrt use CR 2010 with Visual 2010 RC US. it works fine.
    After the offcial launch of VS 2010, i uninstall my VS 2010 RC to dowload the VS 2010 Pro French.I'm not able to use Crystal Reports 2010 anymore, even after uninstall/install Crystal Reports 2010 !! I always get the .mht file invinting me to dowload Crystal Report.
    Any help will be appreciate.
    Thanks.
    Edited by: Don Williams on May 12, 2010 8:45 AM

    Updated the subject line.
    Check the first link in this forum for more info. Currently it is English only.

  • CRVS2010 Beta - Crystal Reports: Mixed Mode Assembly

    I am trying to find the way to get my report to load current data (from a sql 2008 table) and display the report.  I have tried the following code sets:
    Dim DS As New DataSet
    ' Create a datatable in your dataset. The datatable's name
    ' must match that in the schema file used by the report.
    This One Will show the correct report after the user clicks the refresh report button
    Dim cmdStatusRpt As New SqlCommand("SELECT StatusReports.* FROM StatusReports ORDER BY CompName, SortField, EventDate")
    Dim dtStatusRpt As DataTable = GetDataPL(cmdStatusRpt)
    DS.Tables.Add(dtStatusRpt)
    Dim strReportPath As String = "
    files
    StatusReports\" & strReportName & ".rpt"
    If Not IO.File.Exists(strReportPath) Then
        'Throw (New Exception("Unable to locate report file:" & _
        ' vbCrLf & strReportPath))
    End If
    ReportsViewer.ShowRefreshButton = True
    ReportsViewer.ViewerCore.DataContext = DS.Tables(0)   ReportsViewer.ViewerCore.ReportSource = strReportPath
    This one Blows up (Exception listing is after the code sample)
    Dim strConnection As String = "Provider=SQLNCLI10;Server=PROLAW;Database=Prolaw;Trusted_Connection=yes;"
    Dim Connection As New OleDbConnection(strConnection)
    Dim strSQL As String = "SELECT StatusReports.* FROM StatusReports ORDER BY CompName, SortField, EventDate"
    Dim DA As New OleDbDataAdapter(strSQL, Connection)
    Dim DS As New DataSet
    ' Create a datatable in your dataset. The datatable's name
    ' must match that in the schema file used by the report.
    DA.Fill(DS, "StatusReport")
    Dim strReportPath As String = reportPath & "\" & ReportName & ".rpt"
    If Not IO.File.Exists(strReportPath) Then
        Throw (New Exception("Unable to locate report file:" & vbCrLf & strReportPath))
    End If
    Dim cr As New ReportDocument
    cr.Load(strReportPath)
    cr.SetDataSource(DS.Tables("StatusReport")) - - Throws the Error
    ReportsViewer.ViewerCore.ReportSource = cr
    System.IO.FileLoadException was unhandled
      Message=Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
      Source=mscorlib
      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:

    Hello,
    Don't use the Add method, that adds the DS to the report, it doesn't replace the existing connection.
    Second code snippet is what you should use but change: cr.SetDataSource(DS.Tables("StatusReport")) - - Throws the Error
    Use this method ( it's C# but the same thing in VB )
               rptClientDoc.DatabaseController.SetDataSource(DataSetConverter.Convert(ds), "Orders", "Orders");
    also, I am using inProc RAS ( Report Application Server ) to set location.
    Thank you
    Don

  • Hi Expert , crystal report export problem. system not responding

    Hi,
    crystal report export problem. system not responding.
    Thanks
    Rajkumar Gupta

    Dear Raj,
    Please try this
              Try
                Dim oSubReport As CrystalDecisions.CrystalReports.Engine.SubreportObject
                Dim rptSubReportDoc As CrystalDecisions.CrystalReports.Engine.ReportDocument
                Dim rptView As New CrystalDecisions.Windows.Forms.CrystalReportViewer
                Dim rptPath As String = System.Windows.Forms.Application.StartupPath & "\" & rptName
                Dim rptDoc As New CrystalDecisions.CrystalReports.Engine.ReportDocument
                rptDoc.Load(rptPath)
                rptView.ShowExportButton = True
                rptView.ReportSource = rptDoc
                For Each oMainReportTable As CrystalDecisions.CrystalReports.Engine.Table In rptDoc.Database.Tables
                    oMainReportTable.Location = System.Windows.Forms.Application.StartupPath & "\" & SourceXML
                Next
                For Each rptSection As CrystalDecisions.CrystalReports.Engine.Section In rptDoc.ReportDefinition.Sections
                    For Each rptObject As CrystalDecisions.CrystalReports.Engine.ReportObject In rptSection.ReportObjects
                        If rptObject.Kind = CrystalDecisions.Shared.ReportObjectKind.SubreportObject Then
                            oSubReport = rptObject
                            rptSubReportDoc = oSubReport.OpenSubreport(oSubReport.SubreportName)
                            For Each oSubTable As CrystalDecisions.CrystalReports.Engine.Table In rptSubReportDoc.Database.Tables
                                oSubTable.Location = System.Windows.Forms.Application.StartupPath & "\" & SourceXML
                            Next
                        End If
                    Next
                Next
                'Setting Paper
                Dim rawKind As Integer = 0
                Dim printSet As New System.Drawing.Printing.PrinterSettings
                For i As Integer = 0 To printSet.PaperSizes.Count - 1
                    If printSet.PaperSizes.Item(i).PaperName.ToUpper = PaperName.ToUpper Then
                        rawKind = CInt(printSet.PaperSizes.Item(i).RawKind)
                        Exit For
                    End If
                Next
                Dim MyTest As New SaveFileDialog
                rptDoc.PrintOptions.PaperSize = CType(rawKind, CrystalDecisions.Shared.PaperSize)
                rptDoc.ExportToStream(ExportFormatType.Excel)
                'rptDoc.SaveAs("C:\TBKING.xls", True)
                '''How to export the report
                Try
                    Dim CrExportOptions As ExportOptions
                    Dim CrDiskFileDestinationOptions As New _
                    DiskFileDestinationOptions()
                    Dim rename As String
                    rename = rptName.Replace(".rpt", "")
                    Dim CrFormatTypeOptions As New ExcelFormatOptions
                    CrDiskFileDestinationOptions.DiskFileName = _
                                                "c:\Report\" & rename & "_Export_File.xls"
                    CrExportOptions = rptDoc.ExportOptions
                    With CrExportOptions
                        .ExportDestinationType = ExportDestinationType.DiskFile
                        .ExportFormatType = ExportFormatType.Excel
                        .DestinationOptions = CrDiskFileDestinationOptions
                        .FormatOptions = CrFormatTypeOptions
                    End With
                    rptDoc.Export()
                Catch ex As Exception
                    MsgBox(ex.ToString)
                End Try
                '' end by kevin shah
                rptView.Show()
                rptView.ShowExportButton = True
                Dim oFrm As New System.Windows.Forms.Form
                rptView.DisplayGroupTree = True
                rptView.Dock = System.Windows.Forms.DockStyle.Fill
                rptView.Location = New System.Drawing.Point(0, 0)
                oFrm.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
                oFrm.Controls.Add(rptView)
                oFrm.Name = "Report Viewer"
                oFrm.Text = "Report Viewer11"
                oFrm.ResumeLayout(True)
                oFrm.WindowState = System.Windows.Forms.FormWindowState.Maximized
                oFrm.TopMost = True
                oFrm.ShowDialog()
            Catch ex As Exception
                objMain.objApplication.MessageBox(ex.Message)
            End Try
    By pressing this button XLS file be generated on C:\report\
    Hope this will resolved the issue
    Thanks
    Kevin

  • Crystal Report Installation File

    Hi All,
    My client has SAP B1 2004A   PL32 installed and i am looking for a crystal reporter installation file. can any one help me on this please.....
    If anyone has this file please help...
    Regards
    Satish

    Dear Chandstish,
    Following is the link to download crystal report add-on installation file for B1 as well as crystal report developer (Evaluation).
    https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/d0a0c14b-0e20-2b10-939b-e93a19f14c12
    Cheers,
    Ashish Tambe

  • Crystal Report Login Problem

    I am using Visual studio 2008 and crystal report 2008 in a web application.
    I have problem in logging to the database from crystal report by applying the connection info for the runtime (Connect to ODBC DSN).
    I got this error: System.Runtime.InteropServices.COMException: Logon failed.Error
    Dim CrystalReport1 As New ReportDocument*
    CrystalReportSource1.Load(path)*
    Dim conn As ConnectionInfo = New ConnectionInfo*
    conn.UserID = "UserID"*
    conn.Password = "Password"*
    conn.ServerName = "DSN Name"*
    conn.DatabaseName = ""*
    For Each crTable As Table In CrystalReport1.Database.Tables*
    Dim tblLocation As String = crTable.Location*
    Dim tloi As TableLogOnInfo = crTable.LogOnInfo*
    tloi.ConnectionInfo = conn*
    crTable.ApplyLogOnInfo(tloi)*
    crTable.Location = tblLocation*
    Next*
    For i = 0 To fieldName.Count - 1*
    CrystalReport1.SetParameterValue(fieldName(i), Fieldval(i))*
    Next*
    CrystalReportViewer1.ReportSource = CrystalReport1*
    CrystalReportViewer1.DataBind()*
    I am using oracle providers for ASP.net
    *+<membership defaultProvider="MyOracleMembershipProvider">+*
    *+<providers>+*
    *+<add name="MyOracleMembershipProvider" type="Oracle.Web.Security.OracleMembershipProvider,Oracle.Web,Version=2.111.6.20, Culture=neutral,PublicKeyToken=89b483f429c47342" connectionStringName="conn_string" applicationName="AppName" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="4" minRequiredPasswordLength="6" passwordAttemptWindow="8"/>+*
    *+</providers>+*
    *+</membership>+*
    *+<roleManager enabled="true" defaultProvider="MyOracleRoleProvider">+*
    *+<providers>+*
    *<add name="MyOracleRoleProvider" type="Oracle.Web.Security.OracleRoleProvider,                Oracle.Web, Version=2.111.6.20, Culture=neutral,                PublicKeyToken=89b483f429c47342" connectionStringName="conn_string" applicationName="AppName"/>*
    *+</providers>+*
    *+</roleManager>+*
    I noticed that when I disable the provider from my project, the reports works fine
    Anybody knows how to solve this?

    If you are looking for a reporting solution that's easy-to-use including connecting with Oracle databases just install the ADO.NET Oracle connector), that's why we created the Windward Report Engine. Companies need a powerful, secure enterprise-level .NET reporting engine to back their critical reporting and document generation systems.
    The Windward Engine installs easily, runs on one or more servers as part of your server-based application, and can easily produce hundreds of thousands of reports per day on a single server. The server is a pure .NET product (and also is available as Java/J2EE).
    Even better news for you guys: When combined with the Windward report design tools AutoTag and AutoTag Max, users design, schedule and run reports from within Microsoft Office. That means you can turn over reporting to the business group and get back to more interesting work.
    You don't have to take my word for it. Check out our [robust .NET reporting engine|http://www.windwardreports.com/dot_net.htm?source=pday909&campaign=pday909&utm_source=everyr&utm_medium=post&utm_campaign=pday909&id=304] for yourself.

Maybe you are looking for

  • How can I back up iPhone to iCloud manually?

    I have iPhone 5 with iOS 8.0.2. I used to be able to go to Settings>iCloud>Storage & Backup, and then be able to see when was the last automatic backup and I could "Backup Now" if I wanted. I am set up for automatic iCloud backups. Now when I go to S

  • IPhone transfer to iPad 2?

    Just bought an iPad 2. When I first sync it with iTunes, will all of my content from my iPhone transfer over to the iPad (apps, contacts, mail settings, etc.)?

  • In  IT0359 how to make one feild as  visible in Screen Modification

    Hi Experts, I have one feild in IT0359 which is not visible.I checked in T558M and feild is checked as Standard settings.Still the feild is not visible in infotype. Appreciate your input in this regard.

  • Upgrade 10g Application Server 10.1.2.0.2 to 10.1.3.3

    Dear All, I am very new to application server we have an 10g Apps Server Release 2 10.1.2.0.2 and we want to upgrade this server to Release 3 10.1.3.3 J2ee Applications are deployed on this application server which we want to upgrade Can anybody plea

  • Simulation Test - Help Please

    Hello Everyone, I am planning in taking my certification exam in BW3.5 next week and wish to get a feel on the simulation test. I downloaded the SAP Tutor player from https://websmp107.sap-ag.de/certification. But I am unable to run the player. Do I