<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Crystal Reports in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142236#M1607506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;na man.... still not working.&lt;/P&gt;&lt;P&gt;Im going to register and see if i can get it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is such a drag pffff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 08:26:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T08:26:45Z</dc:date>
    <item>
      <title>Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaq-p/4142231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when ive published my project in VS2008 and i was using crystal reports 2008 i included the prerequesite into the install and when i install it and try to access the reports it gives me a error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot find file or assembly CrystalDecisions.Windows.forms Version 12.0.2000.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i resolve the error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 07:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaq-p/4142231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T07:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142232#M1607502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like you didn't add the references into your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two ways to this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: Include the references of Crystal report and then set "Import Crystal.decisions...." into your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: While publishing the program add Crystal Reports Merge modules. It is usually called "cr120_merge_modules.zip". This Zip file contains files which you can add as the modules within your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jehanzeb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jehanzeb Navid on Jul 22, 2008 8:59 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right I found few references from VS 2008 which you need to import in your coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: CrystalDecisions.Windows.Forms&lt;/P&gt;&lt;P&gt;2: Crystaldecisions.shared&lt;/P&gt;&lt;P&gt;3: CrystalDecisions.engine&lt;/P&gt;&lt;P&gt;4: Crystaldecisons.design&lt;/P&gt;&lt;P&gt;5: CRVsPackageLib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note: the spelling of the above might be wrong so double check it from (Project---&amp;gt;Add References), don't copy paste from this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 07:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142232#M1607502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142233#M1607503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a setup project inside my solution to create the bootstrapper....&lt;/P&gt;&lt;P&gt;Where do i add that .zip file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i knw its a stupid question hehe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 08:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142233#M1607503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T08:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142234#M1607504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imports CrystalDecisions.CrystalReports.Engine&lt;/P&gt;&lt;P&gt;Imports CrystalDecisions.Shared&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imports CrystalDecisions.Windows.Forms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 08:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142234#M1607504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T08:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142235#M1607505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it working? The merge modules can be found on BO website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh wait....you can't because they have changed over to SAP. darn!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find those zip files from SAP Support Potal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you used it before? because you got to get register yourself with them first before you can download anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to do the same however, luckily our USA dept is already registered with them and they added me into the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jehanzeb Navid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 08:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142235#M1607505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T08:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142236#M1607506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;na man.... still not working.&lt;/P&gt;&lt;P&gt;Im going to register and see if i can get it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is such a drag pffff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 08:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142236#M1607506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T08:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142237#M1607507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed Crystal Reports 2008 on the machine and now it works......but its not what i want now is it..&lt;/P&gt;&lt;P&gt;cant ship crystal reports with every solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 08:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142237#M1607507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T08:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142238#M1607508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue however, I fixed it by using the merge modules. Did you add the CrVsLib?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I had in my previous program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: Interop.CRVIEWER9Lib.dll&lt;/P&gt;&lt;P&gt;2: Interop.CrystalReportPluginLib.dll&lt;/P&gt;&lt;P&gt;3: Interop.CRAXDDRT.dll&lt;/P&gt;&lt;P&gt;4:Interop.CrystalReportViewerExportLib.dll&lt;/P&gt;&lt;P&gt;5:Interop.CrystalActiveXReportViewerLib102.dll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure your machines have .net installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another option, when you click on pre-requiste and click on Crystal Reports, you'll find an exe file is created under "Debug" folder of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Install that crystal program onto your end user machines, if you can't get the merge modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I think the best thing would be to use the merge modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jehanzeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 08:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142238#M1607508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T08:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142239#M1607509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do i find these dll's ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 09:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142239#M1607509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T09:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142240#M1607510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are COMs, you can find them when you adding references, there are two tabs, One is for .Net and other is COM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the COM's tab and you can find them there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If however, they are not listed there and you need to add them, you can find them under C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Providing your path for BO is Program Files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can always use the XP search facility to find the dll's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jehanzeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 09:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142240#M1607510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142241#M1607511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded the merge modules...&lt;/P&gt;&lt;P&gt;what do i do now ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D.Kruger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 09:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142241#M1607511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142242#M1607512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: first unzip them into a folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: Open Visual Studio &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3: Right Click on the Setup and then click Add (I am assuming, you already have a setup under your VS project).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4: Select Merge Modules from the menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will bring up another menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5: Search for the folder where you have unzipped the merge modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6: Select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="info"&gt;&lt;/SPAN&gt; CRRuntime_12_0.msm&lt;/P&gt;&lt;P&gt;(ii) CRRuntime_12_0_maps.msm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7: Thats all, you have added them into your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now rebuild the project and run it onto the client machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jehanzeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 09:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142242#M1607512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T09:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142243#M1607513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok now ive added a new project 'Merge Module'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;added the files u said i must add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;going to publish it now and install it on clients machine and test it out....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 09:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142243#M1607513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142244#M1607514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok good, let me know how you get along with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jehanzeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 09:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142244#M1607514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T09:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142245#M1607515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U are the man....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Alot friend, much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regard &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D.Kruger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142245#M1607515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T10:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142246#M1607516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am happy it has been sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jehanzeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports/qaa-p/4142246#M1607516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T10:18:27Z</dc:date>
    </item>
  </channel>
</rss>

