<?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: Problem deploying .Net project with Crystal Reports in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaa-p/7646154#M2740775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. I moved the post to the .NET - SAP Crystal Reports forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that you can not copy the runtime. The CR.NET component relies on COM Interop for the backend report processing engine, so XCopy deployments won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must use either the MSI or MSM files for deploy the CR runtime. Check out [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki for the MSM / MSI downloads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;P&gt;Follow us on Twitter &lt;A href="http://twitter.com/SAPCRNetSup" target="test_blank"&gt;http://twitter.com/SAPCRNetSup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 16:52:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-09T16:52:22Z</dc:date>
    <item>
      <title>Problem deploying .Net project with Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaq-p/7646153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, Not sure if I have posted in the right forum, apologies if not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a .Net web app in VS2008, and have imported existing Crystal reports to use through the web. Every works on my machine. When it is deployed to the main server however, I am getting errors with the dlls, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Parser Error Message: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source Error: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 42:         &amp;lt;add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/&amp;gt;&lt;/P&gt;&lt;P&gt;Line 43:         &amp;lt;add assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/&amp;gt;&lt;/P&gt;&lt;P&gt;Line 44:         &amp;lt;add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/&amp;gt;&lt;/P&gt;&lt;P&gt;Line 45:         &amp;lt;add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/&amp;gt;&lt;/P&gt;&lt;P&gt;Line 46:         &amp;lt;add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/&amp;gt;&amp;lt;/assemblies&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have copied all my dlls into the bin folder of my application. I noticed something though, &lt;/P&gt;&lt;P&gt;I copied the dlls from C:\Program Files\Business Objects\Common\2.8\managed to my application bin folder, the version of the dlls being 10.5.0.1943, but when I add the dll reference to the project, it is added as version 10.5.3700.0. I've tried changing the reference in the web config file but I get the error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.5.0.1943, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am so confused by this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas as I'm going mad here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Louise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 09:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaq-p/7646153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T09:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem deploying .Net project with Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaa-p/7646154#M2740775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. I moved the post to the .NET - SAP Crystal Reports forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that you can not copy the runtime. The CR.NET component relies on COM Interop for the backend report processing engine, so XCopy deployments won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must use either the MSI or MSM files for deploy the CR runtime. Check out [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki for the MSM / MSI downloads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;P&gt;Follow us on Twitter &lt;A href="http://twitter.com/SAPCRNetSup" target="test_blank"&gt;http://twitter.com/SAPCRNetSup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 16:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaa-p/7646154#M2740775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T16:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem deploying .Net project with Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaa-p/7646155#M2740776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The wiki link is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, many links on the SAP website do not work.  Sometimes one gets a page indicating a 404 error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, I got a page full of the stack trace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 20:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaa-p/7646155#M2740776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-15T20:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem deploying .Net project with Crystal Reports</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaa-p/7646156#M2740777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried the link and it works fine for me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to copy it into your browser:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IE. I believe Firefox will not work too good...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 22:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-deploying-net-project-with-crystal-reports/qaa-p/7646156#M2740777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-15T22:16:51Z</dc:date>
    </item>
  </channel>
</rss>

