Integrating Crystal Report 2008 Developer with Visual Studio 2008 Standard

I have Crystal Reports 2008 Developer version 12.0.0.683 on my computer. I also have Visual Studio 2008 Standard. I know the standard edition of VS 2008 does not have the bundled crystal reports, but since I bought the full version of CR 2008 separately, I figure I should be able to use CR within VS 2008. The problem I am facing is integrating Crystal Reports with Visual Studio, so I can create reports from within visual studio.
Crystal Reports was installed first and then Visual Studio. As per suggestions on this and other forums, I repaired my installation of Crystal Reports, but that did not help. I then ran Visual Studio integration manager, but when I run it, it only detects Visual Studio as the currently installed IDE, but does not detect CR 2008. I downloaded service pack 2 for CR, but have not installed it yet. I do not want to install it if it is not going to help. I would also like to avoid uninstalling my copy of CR if at all possible.
I am a newbie at development in visual studio. Any help will be highly appreciated.
Thanks,
Rajib

Don't want to go against what Jason said as it may be correct - if we go strictly by the documentation provided (sorry Jason, Dan says...). However, here is something to try;
Uninstall CR. Look for any left overs; c:\program files\business objects\... and delete all of that.
Look in the registry for HKLM\software\business objects and remove the business objects entry.
Download CR 2008 from here:
http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
That is a trial version and I believe it is already at SP 1. Use your keycode to install. Once this is done, you should have the ability to use CR in .NET. I'd recommend you do apply sp 2 now also.
Ludek
Follow us on Twitter
http://twitter.com/SAPCRNetSup

Similar Messages

  • Crystal Report X1 compatibility with Visual Studio 2008

    We are migrating an application running on .NET 1.0 to .NET 3.5. Previously Crystal report X1 was working fine with .NET 1.0 however now when it has been migrated to .NET 3.5, we are able to generate crystal report but print and export functionality is not working.
    Please confirm if Crystal report X1 is compatible with Visual studio 2008/.NET 3.5? We even updated Release 2 SP4 patch but that didn't solve the problem.
    If crystal report X1 is not compatible with Visual studio 2008, which version is compatible so that we can buy the license for the same?

    Hello Anurag,
    CR XI R1 is not supported for VS 2008.
    but for
    u2022 Visual Studio .NET 2002
    u2022 Visual Studio .NET 2003
    CR XI R2
    u2022 Visual Studio .NET 2002
    u2022 Visual Studio .NET 2003
    u2022 Visual Studio .NET 2005
    CR XI R3
    u2022 Visual Studio 2003
    u2022 Visual Studio 2005
    CR XI R3 Service Pack 1
    Microsoft .NET Framework
    u2022 .NET 1.1
    u2022 .NET 2.0
    u2022 .NET 3.0
    u2022 .NET 3.5
    Development Platforms
    u2022  Visual Studio 2003
    u2022  Visual Studio 2005
    u2022  Visual Studio 2008
    Hope this helps
    Falk

  • Crystal Report Dll problem with Visual Studio 2005

    I am using Crystal Reports with Visual Studio 2005. At one time there were two different version of Crystal Decision Dll in Global Assembly Cache (GAC). So I uninstalled both the versions and then only installed 10.2.3600.
    I am facing the following error when building my application in visual studio.
    The type 'CrystalDecisions.CrystalReports.Engine.ReportDocument' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\arms website\301a5b02\e03ad7d9\assembly\dl3\c30f5560\00f92427_3857ca01\CrystalDecisions.CrystalReports.Engine.DLL'
    and
    'c:\WINDOWS\assembly\GAC_MSIL\CrystalDecisions.CrystalReports.Engine\10.2.3600.0__692fbea5521e1304\CrystalDecisions.CrystalReports.Engine.dll'
    I have only installed it in .Net Framework. For some reason it appears in the temp folder. I cannot delete it and when I renamed it after the next compile it came back again.
    I would appreciate any help.

    Thanks for the tip.
    I installed CR XI R2 with SP2 and 2.1
    There are few reports in the system they use to run fine but now when I try to run them I get the following error:
    Failed to open the connection. Details: [Database Vendor Code: 4060 ] Failed to open the connection. C:\DOCUME1\SSheikh\LOCALS1\Temp\ZGA370 {71BFCD35-F652-48C8-896D-B93229A4D2C2}.rpt Details: [Database Vendor Code: 4060 ]
    I understand that these reports run ok independently and on production machine as well; however when I try to run them from my development machine I get the above error.
    I would appreciate help to resolve this. The code of the report is with report developer and I need to know what settings do I need to change where to be able to run the reports. Also I use my machine for deployment of application on the production server.
    Thanks.

  • Crystal Reports Bundeled With Visual Studio 2008

    We are currently using the version of Crystal Reports that comes with Visual Studio 2008.  Many reports have 5-10 sub reports.
    We are running a ASP.NET application and this application passes to the reports a XSD File as the data source. It can take up to 5 minutes sometimes for a report to process.
    A couple of questions.
    1. Is there a concurrent user limit (I have read 3 or 5)
    2. Do the reports get queued up if more than 3 users are running a report?
    3. If we have sub reports does each report count as a "user" for example if we have one user on the machine and they run the report that has 10 sub reports, would that be hitting a user limit?
    3. Would upgrading to the 2008 version help us at all?
    Any other recommendations?
    Thank in advance!

    1. Is there a concurrent user limit (I have read 3 or 5)
    concurrent user limit is 3
    2. Do the reports get queued up if more than 3 users are running a report?
    + Yes. If you go to the Event viewer, you should be bale to see messages along the lines of; license not found, waiting x seconds+
    3. If we have sub reports does each report count as a "user" for example if we have one user on the machine and they run the report that has 10 sub reports, would that be hitting a user limit?
    + There are two distinct counts. Users, and print jobs. The print engine, can process 3 concurrent users. A print job, consists not only of the report, but also it's subreports. A page through is a print job. A search through the report is a print job. Print job limit is set in the registry and by default it is set to 70. The upshot of this is; if you have one report and one subreport in the detail section and the detail section has 100 records, you will run 1001 print jobs.
    4. Would upgrading to the 2008 version help us at all?
    Probably not. The same structure exists in CR 2008. Now, you say that you pass an XSD file to the report. Are you actually passing and XSD or a Dataset?_
    Finally, remember that if you have 10 subreport in a report, you are running 11 print jobs right there. If one or more of those subreports are in the detail section, the number of print jobs increases accordingly.
    For more information see the article [Crystal Reports Maximum Report Processing Jobs Limit  v2.doc|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f053713e-3e3d-2c10-2a81-f79259e54023]
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Edited by: Ludek Uher on Dec 16, 2009 10:06 AM

  • Using Crystal Reports XI with Visual studio 2008 C#

    Hi,
    I am trying to add some reports which have been created to a C# web application using the Crystal Reports web viewer in Visual Studio 2008. The reports use SQL authentication instead of integrated authentication.
    Everytime the page with the report viewer is loaded, im prompted for my logon details. I dont want the end users to be doing this. How do i integrate the logon details into my application so that it doesnt keep prompting using C#?? Also i have parameters which produce a drop down box of available values...this does not work within the web application but does in Crystal Reports.
    Any help would be good with examples in C# please. Ideally i would like to hold the connection info in the web.config however i dont know if this is possible.
    Thanks
    Vish

    Hi Vishal,
    Here's a link to the platforms for SP5:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/907e6412-a7ac-2b10-23a8-f837fcc78a37
    If the link doesn't work then go to this one: Articles
    And select the the CR version and look for the specific patch level. If you don't have patches installed I would suggest downloading and installing to get up to SP5.
    It does not indicate .NET 2008 so it's not been tested, it may work but if you run into any issues we don't have an escalation path to get it fixed.
    Thank you
    Don

  • Using Crystal Reports with Visual Studio 2008

    I have bin using visual studio 2008 for a while. I have just started using Crystal Report (which came with Visual studio) . I have an Access database connected with 3 tables, the first two table has two test fields and one index field, the third table has two text fields and two index field (of which one relates too one of the other tables).
    I have generated a crystal report on one of the tables using the wizard. I have then placed the crystalreportviewer in a form (as a test). When I run the resulting form, all I get is the column heading label but no fields being displayed. There is data in the table. All I need to know is how do is make sure that the reports are accessing the data in the table, through the datasets???.

    Hi,
    [Here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/webcontent/uuid/80774579-b086-2b10-db91-ed58c4dda375 [original link is broken]] is the specific samples for you or [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9043bbbc-ae66-2b10-ce96-b48f9e25a450]
    And [here|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm] is the link for the dev library.
    Hope this will work!!
    Amit

  • Crystal Reports 10 Compatibility with Windows Server 2008 R2

    Hello I'm a developer and I'm in the process of migrating my ASP.NET application that uses crystal reports 10 from a win2k3 server to a win2k8 R2 server.
    First of all, is CR 10 compatible with windows server 2008 R2?
    The application is up and running on the new server, the only thing that fails is the reports. I get the following error message:
    Error in file ....c:\windows\temp\{TEMP_FILE_NAME}.rtp
    Failed to create the Crystal Query Engine.
    This occurs at report.load(..)
    I did already grant NETWORK SERVICE access to Temp and ran the CR redistribute msi that came with Visual Studio 2008 - CRRedist2008_x64.msi.
    Please help

    YESSSS!!!! IT WORKS!!
    Finally, after days of installing, uninstalling, setting permissions, crawling through process monitor output.. I finally have it working.
    For anyone with the same problem, here's what worked for me:
    I had to use the 32-bit runtime
    set application pool to 32-bit
    grant the following permissions based on the different errors listed below:
    Error in File UNKNOWN.RPT
    - Give NETWORK SERVICE list permission on C: Drive, run a report, then remove NETWORK SERVICE from the list (weird, but works, and I had to do this every single time I setup Crystal Reports on a new computer so far).
    - You might also have to set correct permission on 'Temp' if u get still get this error.
    Error in file ....c:\windows\temp.rtp
    Failed to create the Crystal Query Engine
    - Grant correct permission to C:\Program Files (x86)\Business Objects (your path may vary)
    (For me it was giving Users Modify permission to Business Objects folder)
    Unknown Query Engine ErrorError in File C:\Windows\TEMP\.rpt:
    Unknown Query Engine Error
    - Switch application pool to 32-bit.
    - Make sure Crystal Reports Runtime is 32-bit (CRRedist2008_x86.msi)
    Thank you guys so much for all your help and sticking through this with me.

  • ODAC 11.2.0.3.0 with Visual Studio 2008 SP1

    Hi,
    Yesterday I installed the latest version on ODAC 11.2.0.3.0 on my machine. Now when I am trying to add a new ADO.NET Entity Data Model to my project, it doesn't show me my Oracle Database there when I select "Generate from Database". Also when I select New Connection try to add one explicitly, I dont see "Oracle" in the "Choose DataSource" option.
    I am using Visual Studio 2008 SP1.
    Please do someone know the solution to this issue.
    Thanks,
    Reena

    Hi,
    I installed VS 2010, still I dont see Oracle in the list, Though as I said before when I try to add a new connection through server explorer,I do see Oracle database there.
    Below is the details.
    Microsoft Visual Studio 2010
    Version 10.0.30319.1 RTMRel
    Microsoft .NET Framework
    Version 4.0.30319 RTMRel
    Installed Version: Professional
    Microsoft Office Developer Tools 01018-532-2002102-70174
    Microsoft Office Developer Tools
    Microsoft Visual Basic 2010 01018-532-2002102-70174
    Microsoft Visual Basic 2010
    Microsoft Visual C# 2010 01018-532-2002102-70174
    Microsoft Visual C# 2010
    Microsoft Visual C++ 2010 01018-532-2002102-70174
    Microsoft Visual C++ 2010
    Microsoft Visual F# 2010 01018-532-2002102-70174
    Microsoft Visual F# 2010
    Microsoft Visual Studio 2010 Team Explorer 01018-532-2002102-70174
    Microsoft Visual Studio 2010 Team Explorer
    Microsoft Visual Web Developer 2010 01018-532-2002102-70174
    Microsoft Visual Web Developer 2010
    Crystal Reports Templates for Microsoft Visual Studio 2010
    Crystal Reports Templates for Microsoft Visual Studio 2010
    Microsoft Visual Studio 2010 SharePoint Developer Tools 10.0.30319
    Microsoft Visual Studio 2010 SharePoint Developer Tools
    Thanks,
    Reena

  • Create plug-in for Adobe with Visual Studio 2008

    Hi to all, I'm Italian excuse for my english,
    I see Adobe SDK Help, but I don't see something for built a plug-in with Visual Studio 2008, I see only built with Visual Studio 2005!
    my asks is : Because ? Can I create a plug-in with Visual Studio 2008? if yes WHAT did it?
    thanks

    Post your question in the 'Acrobat Developers SDK' forum.

  • Beginning SharePoint 2010 Development with Visual Studio 2010

    I am a beginner with SharePoint 2010 development with Visual studio 2010. Please guide me for some good, practical videos tutorials and books which would help me get started with programming. I need to build some workflow in VS2010 in C#. Please help!

    Hi PinkRuby, 
    There are some good videos on the MSDN site that give a general overview of developing on the SharePoint platform. 
    http://msdn.microsoft.com/en-au/office/dn448488
    Another good resource is PluralSight. You need a paid subscription (though it's not much), but it has lot's of great video content for learning. 
    http://pluralsight.com/training/Courses#sharepoint
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Issue loading Crystal XI reports with Visual Studio 2008

    Hi:
    I'm converting a Visual Studio 2003 web application to Visual Studio 2008. The application has a lot of reports designed with Crystal XI and I cannot open then from VS 2008. I have tried two ways so far:
    1_ Using Crystal 2008 Basic that bundle with VS 2008: Since the Data source for the reports is Oracle and that version of Crystal (10.5) doesnu2019t bring Oracle support then I keep getting the error related to u2018crdb_oracle.dllu2019 while exporting the report to pdf format.
    2_ Using the Crystal XI assemblies: I keep getting an error stating that Crystal XI is not compatible with VS 2008. 
    What is the solution here to warranty a smooth transition? Some people are suggesting installing Crystal XI R2 but Iu2019m really not sure what to do. I also installed the run time version of Crystal Report 2008 SP1 (msi) but I didnu2019t find the way to add the reference to my VS 2008 project to try that way.
    Thanks in advanceu2026

    Not just the runtime - where would you get it without breaking licensing? You have to have a valid copy of CR 2008 and install it. No worries about unistalling CR 10.5 - .NET 2008 will automatically use the latest files.
    Re. Oracle support. That is correct. The crdb_oracle.dll does not ship with any versions of CR that bundle with .NET. You could go ODBC or OLE DB though.
    Not sure what you mean;
    Can the CRRuntime_12.x be bundle to VS 2008 just like the Basic version does?
    But as I mentioned above, you must obtain a copy of CR 2008. A 30 day eval is available from here;
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    To obtain a non eval copy, call sales; 866-681-3435
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Running version of Crystal Reports bunded in MS Visual Studio on web farm

    Hello,
    I did a search before posting this and could not find where someone had posted the question previously, but I apologize in advance if it is redundant to something already asked and answered.
    I am part of a sysadmin organization, and some of the developers we host on our servers came to us asking to put the free version of the Crystal Reports DLL that comes bundled  with Visual Studio on our IIS web farm servers. 
    We looked at the doco on the MS site regarding this, and in the licensing section we found reference to, as best we can interpret it, not using the free bundled version in a web farm to try to overcome the default 5 user limit.  At least that is our understanding of the text we saw at MS' site. 
    MS refers support questions to Business Objects, thus I am posting this question to find out if it is legitimate or not to use the free Crystal Reports object our developers got from MS on a multiple server IIS web farm. 
    Basically, we want to stay legitimate as far as software on our servers.
    Secondly, as we understand the doco, there is only web forum support for the free tool, so if our developers have a production issue and come to us, our only recourse will be to post a question here?
    Thank you in advance for your answers and clarification.   Have  a great day!

    Hello John,
    I found this bundled Crystal Reports licensing link on MSDN - [Licensing and support for Crystal Reports for Visual Studio|http://support.microsoft.com/kb/317789]. As you'll see, this kbase article says that the bundle editions of Crystal Reports are not licensed for use with web farms.
    If you have other support issues and you can not find answers on these forums you can purchase a support contract or an individual support case. You can purchase a single case from the [Online Store|http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300]. Or in the US you can call the Sales team at 1-800-877-2340, Option 2. They can assist with support contract questions, and I believe they can assist with single case purchase questions.
    Sincerely,
    Dan Kelleher

  • Using Data Services WSDL with Visual Studio 2008

    I am attempting to use the Data Services XI 3.1 WSDL (I think this Data Integrator v 12.1) in Visual Studio 2008 and I am having some difficulty.
    I am getting the wsdl from the following location: http://devserver:28080/DataServices/servlet/webservices?ver2.0&wsdlxml
    When I attempt to add the web reference to a project all look fine, I see a display of all the methods and their parameter description, etc. but when the add is complete it appears to be unusable. Attempting to instanciate the web service and call the methods results in unreconizable data types. The web service does not show up in Intellisense as a reconizable class, etc.
    Am I doing something wrong?
    Any help would be appreciated.
    Thanks.

    try adding a "Service Reference..."
    In the add Service Reference panel, click Advanced and then select Add Web Reference.  Enter the url to the WSDL and see if this works.
    If this continues to fail, try replacing 2.0 with 1.1 on your URL
    ie:   /webservices?ver1.1&wsdlxml
    if that still fails, past the URL in a browser and see if there are any error messages in the <documentation> tags.
    if you are still having issues, try posting to:
    Expert Forums --> Business Objects --> Enterprise Information Management
    Dan

  • Experiencing issues in accessing the APIs with Visual Studio 2008

    Hi,
    I am new to the RIM programming. Read through the Blackberry APIs and wanted to develop a widget through Visual Studio 2008 using Blackberry APIs by loading the web plug-in. As specified in a few examples, trying to access few functions but system is throwing an error saying 'feature' not supported and it does not recognises 'invoke' class of blackberry.
    Can any one please assist to resolve this issue.
    Code -
    in Index.htm have put the below code  -
    <feature id="blackberry.app.event" version="1.0.0"/>
    <html>
        <head>
            <meta name="viewport" id="viewport" content="initial-scale=1.0,user-scalable=no" />
            <title>Untitled Page</title>
            <script type="text/javascript" src="Scripts/MyActions.js">
            </script>
        </head>
        <body>
    <div> <input type="button" value="What is my PIN BB... ?" onclick="DisplayPIN();"/> </div>
    <div> <input type="button" value="What do I have planned today?" onclick="launchCalendar();" /> </div>......
    in Actions.js have put the below function
    function launchCalendar() {
        var today = new Date();
        alert("Today is " + today.toString());
        var calendarArgs = new blackberry.invoke.CalendarArguments(today);
        calendarArgs.view = blackberry.invoke.CalendarArguments.VIEW_DAY;
        blackberry.invoke.invoke(blackberry.invoke.APP_CALENDAR, calendarArgs);

    It worked. I seem to misplace the <feature> tag. It's a part of config.htm.
    It ran successfully with some other features added to my widget.
    But today again when I launched the app and tried to click a button in the simulator (9650) it doesn't responds at all. Debugging feature too doesn't works. Control is not getting trasnferred the Visual Studio 2008 even if I put a break point. Can someone help me solve this.

  • How to install BIDS for SQL Server 2008 R2 and Visual Studio 2008(SSRS,SSIS)

    Hi,
    I want to install SQL Server 2008 R2 and Visual Studio to use SSRS tool, where to download these application. And my System Configuration is Window 8.1,64 Bit.
    Please share step by step information to download and installation. Kindly Reply soon. 
    Thank you
    Pravesh Kumar

    Hi Pravesh Kumar,
    As Visakh16 suggestted that you can download sql 2008 r2 standard and developer editon.
    If you have a subscription associated with your Microsoft account, you can download sql 2008 r2 standard and developer editon from below link, but these two editions are not for free:
    https://msdn.microsoft.com/subscriptions/securedownloads/
    Microsoft also provide the evaluation edition for free use of 180 days. This software is for evaluation and testing purposes. The evaluation is available in ISO format. Web, Standard, Enterprise and Datacenter editions are available via the same download:
    http://www.microsoft.com/en-us/download/details.aspx?id=11093
    More details information about the feature supported by different editions in the article below:
    Features Supported by the Editions of SQL Server 2008 R2
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

Maybe you are looking for

  • Select serial comm port in sub vi during run-time

    Hi, would like to be able to select the comm port (serial RS232) in sub vi to use in main vi during run time. How can I do this? Have tried and failed, for on startup an error occurs because I have not selected a port yet. An example would be invalua

  • How to trace an already running session

    Hi, Sometime I come across following situation. Queries/SQL statements keep on running for a long time and users complain about the same. But since they have already started I am not able do anything about it. So please guide me "how can I trace alre

  • Sub Report not working in Crystal Report 2008 using JSP

    I am having developer license of Crystal Report 2008. I am able to generate report using Java JDK 1.5 , JSP,Oracle10g , deployed on WebSphere Application Server 6.1.0.29. I am not able to generate Sub reports. Can you please help us with sample code

  • How do I move a .fm to another folder without breaking the .book cross-references?

    Simplified situation: I currently have mybook.book containing:    chapter1.fm    chap2.fm    appendixA.fm    apdxB.fm I'd like to reorg the files such that mybook.book contains:    chapters\chapter1.fm    chapters\chap2.fm    appendices\appendixA.fm

  • Can print PS file but not make PDF

    Printing to a PostScript printer with a customized PostScript driver in WordPerfect 5.1 for DOS is what we do every day, but when we print the same job to a PS file we can't make a PDF in Adobe Acrobat Pro 9.4. What can we do to make a PDF? Here is t