<?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 layout migration in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165336#M4548822</link>
    <description>&lt;P&gt;As Dell mentioned when you install the EXE on your DEV PC you MUST select Run As Administrator so it integrates into VS properly.&lt;/P&gt;&lt;P&gt;You also need a version of VS higher than Express versions.&lt;/P&gt;&lt;P&gt;Don't install the MSI's on your DEV PC, it's not required and does not include the embedded report designer, possible reasn why you see the binary of the RPT file.&lt;/P&gt;&lt;P&gt;So if you are developing using SP 26 but don't want to upgrade the app Server then use the redirect, but you need to do it properly, you are redirecting to the same version:&lt;/P&gt;&lt;P&gt;&amp;lt;bindingRedirectoldVersion="13.0.2000.0"newVersion="13.0.2000.0"/&amp;gt;&lt;/P&gt;&lt;P&gt;See this KBA for proper info: ( use Google to search for it )&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2719939 - Crystal Reports for Visual Studio Runtime versioning -
 side by side ability - what to do with WinFormCRViewer.zip from 
download WIKI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Your redirect is causing the problem.&lt;/P&gt;&lt;P&gt;But not required if you update your Project and the app server with SP 26.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 14:39:29 GMT</pubDate>
    <dc:creator>former_member11696</dc:creator>
    <dc:date>2020-03-25T14:39:29Z</dc:date>
    <item>
      <title>Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaq-p/12165332</link>
      <description>&lt;P&gt;We are now trying to move a client to Win 10, and have a software package that will not load because of CR. I was unable to find a CR 13.0.35 Redist to allow it to load and a CR tech told me my old CR modules were not compatible with Win 10 anyway.&lt;/P&gt;
  &lt;P&gt;The desktop application was written in Visual Studio 17, and the last functioning CR version seems to be 13.0.35 (because there is a redirect in the config). &lt;/P&gt;
  &lt;P&gt;I knew I would have to upgrade the source code. I’m now using VS2019 but the source would not load to it! My client is in a hurry, so I downloaded Visual Studio 2017 and downloaded a new copy of CR designated for 2017 (hoping to get a compatible with Win 10 version and I did install “as admin”).I then pulled the source in.At least it runs, but I am having issues with CR.&lt;/P&gt;
  &lt;P&gt; Installed Version: Community&lt;/P&gt;
  &lt;P&gt; Visual C++ 201700369-60000-00001-AA815&lt;/P&gt;
  &lt;P&gt; Microsoft Visual C++ 2017&lt;/P&gt;
  &lt;P&gt; Application Insights Tools for Visual Studio Package8.14.20131.1&lt;/P&gt;
  &lt;P&gt; Application Insights Tools for Visual Studio&lt;/P&gt;
  &lt;P&gt; ASP.NET and Web Tools 201715.9.04012.0&lt;/P&gt;
  &lt;P&gt; ASP.NET and Web Tools 2017&lt;/P&gt;
  &lt;P&gt;First, there is a clause in the config file of the source that redirects from CR 13.0.20 to 13.0.35.That was causing “can’t resolve references to CR13.0.35”.&lt;/P&gt;
  &lt;P&gt; LOG: Redirect found in application configuration file: 13.0.2000.0 redirected to 13.0.3500.0.&lt;/P&gt;
  &lt;P&gt; LOG: Post-policy reference: CrystalDecisions.CrystalReports.Engine, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&lt;/P&gt;
  &lt;P&gt; LOG: Attempting download of new URL file:///C:/Horizon/WSDC/WSDC_sm/WSDC_SM/bin/Debug/CrystalDecisions.CrystalReports.Engine.DLL.&lt;/P&gt;
  &lt;P&gt; WRN: Comparing the assembly name resulted in the mismatch: Build Number&lt;/P&gt;
  &lt;P&gt; ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.&lt;/P&gt;
  &lt;P&gt;I looked at the CR DLL’s and they are identified as 13.0.2600.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1791867-log.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;I altered the redirect clause in the config to:&lt;/P&gt;
  &lt;P&gt;&amp;lt;bindingRedirectoldVersion="13.0.2000.0"newVersion="13.0.2000.0"/&amp;gt;&lt;/P&gt;
  &lt;P&gt;(just removing the redirect doesn’t work!)&lt;/P&gt;
  &lt;P&gt;Once I made this change the code runs until I try to generate the report. The error is different.Now, it at least tries to pull in the CR report design file but promptly blows up.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1791868-error.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;
   &lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;
  &lt;P&gt;LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.&lt;/P&gt;
  &lt;P&gt;LOG: Post-policy reference: CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&lt;/P&gt;
  &lt;P&gt;LOG: Attempting download of new URL file:///C:/Horizon/WSDC/WSDC_sm/WSDC_SM/bin/Debug/CrystalDecisions.ReportAppServer.CommLayer.DLL.&lt;/P&gt;
  &lt;P&gt;LOG: Attempting download of new URL file:///C:/Horizon/WSDC/WSDC_sm/WSDC_SM/bin/Debug/CrystalDecisions.ReportAppServer.CommLayer/CrystalDecisions.ReportAppServer.CommLayer.DLL.&lt;/P&gt;
  &lt;P&gt;LOG: Attempting download of new URL file:///C:/Horizon/WSDC/WSDC_sm/WSDC_SM/bin/Debug/CrystalDecisions.ReportAppServer.CommLayer.EXE.&lt;/P&gt;
  &lt;P&gt;LOG: Attempting download of new URL file:///C:/Horizon/WSDC/WSDC_sm/WSDC_SM/bin/Debug/CrystalDecisions.ReportAppServer.CommLayer/CrystalDecisions.ReportAppServer.CommLayer.EXE.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;A second clue:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;In the VS design area, if I try to open the CR report layout, it can’t open it. I get the below. &lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;
   &lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1791869-design.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;
   &lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;
  &lt;P&gt;Can someone clue me in to what I am facing here? How do I convert my old CR “stuff” to my new VS and CR environment? I have googled this and looked at CR forums, but solutions found have not shed light or worked.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;
   &lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 20:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaq-p/12165332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-24T20:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165333#M4548819</link>
      <description>&lt;P&gt;Two things you need to look at:&lt;/P&gt;&lt;P&gt;1.  You need to install the CR for VS runtime on the Windows 10 machine.  On the wiki page &lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" target="_blank"&gt;here&lt;/A&gt;, there is are links to download both the current version and older versions back as far as SP18.  IIRC, you'll need, at a minimum, SP21.  Make sure this gets installed as Administrator.  Don't install SP 26 yet - it requires .NET 4.0.&lt;/P&gt;&lt;P&gt;2.  If your application is not a web app, find the .exe on the Windows 10 machine.  Right-click on it and go to "Troubleshoot Compatibility".  This will let you set the application to run as if it were on an earlier version of Windows and might solve the problem without having to upgrade your code immediately.&lt;/P&gt;&lt;P&gt;-Dell&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 20:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165333#M4548819</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2020-03-24T20:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165334#M4548820</link>
      <description>&lt;P&gt;Thank you.  I did ask the tech to run in compatibility mode but he never got back with me.  I will try it myself when I can travel to the site.  Not sure when.  We are under a government order to "shelter in place".&lt;/P&gt;&lt;P&gt;Any idea why I can't open the report design ("rpt" file) in my VS design area?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 21:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165334#M4548820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-24T21:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165335#M4548821</link>
      <description>&lt;P&gt;When you installed the SDK on the machine with Visual Studio, did you just install the runtime (.msi, .msm, or other non-.exe file)?  Or did you install the .exe that provides the integration into VS.  Runtimes should not be installed on the developer workstation, just the integrations with VS should be installed.  The .exe needs to be run "As Administrator" in order for all of the registry entries to be set correctly.  Also, you need at least SP 25 to work in VS 2019.&lt;/P&gt;&lt;P&gt;-Dell&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 14:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165335#M4548821</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2020-03-25T14:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165336#M4548822</link>
      <description>&lt;P&gt;As Dell mentioned when you install the EXE on your DEV PC you MUST select Run As Administrator so it integrates into VS properly.&lt;/P&gt;&lt;P&gt;You also need a version of VS higher than Express versions.&lt;/P&gt;&lt;P&gt;Don't install the MSI's on your DEV PC, it's not required and does not include the embedded report designer, possible reasn why you see the binary of the RPT file.&lt;/P&gt;&lt;P&gt;So if you are developing using SP 26 but don't want to upgrade the app Server then use the redirect, but you need to do it properly, you are redirecting to the same version:&lt;/P&gt;&lt;P&gt;&amp;lt;bindingRedirectoldVersion="13.0.2000.0"newVersion="13.0.2000.0"/&amp;gt;&lt;/P&gt;&lt;P&gt;See this KBA for proper info: ( use Google to search for it )&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2719939 - Crystal Reports for Visual Studio Runtime versioning -
 side by side ability - what to do with WinFormCRViewer.zip from 
download WIKI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Your redirect is causing the problem.&lt;/P&gt;&lt;P&gt;But not required if you update your Project and the app server with SP 26.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 14:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165336#M4548822</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2020-03-25T14:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165337#M4548823</link>
      <description>&lt;P&gt;When I installed CR to my newly downloaded VS 2017 I used:&lt;/P&gt;&lt;P&gt;CRforVS13SP26_0-10010309.EXE    executed "As Administrator"&lt;/P&gt;&lt;P&gt;(I have 2019 installed and use for new projects but since this project is resistant to importing into 2019 and I want to get my customer going sooner than later I downloaded 2017)  I can see that it successfully integrated in my VS Community version because the tools showed up in my tool box.&lt;/P&gt;&lt;P&gt;As I stated, the redirect in my config file was originally from 13.0.2000 to 13.0.3500.  That was causing the error that VS couldn't find the DLL's for 13.0.35.  I removed the redirects altogether but that caused new but similar errors.  It seemed ridiculous but I tried redirecting from 13.0.2 to 13.0.2.  It got past the errors and let me run my code.  If the redirect is causing my current errors then removing them again will just bring back errors that kill my code sooner. &lt;/P&gt;&lt;P&gt;One interesting thing, when I "Add New" there is no "Reporting" category.  There is in my 2019 install.  You might be hitting on what is wrong, but I don't think it is the "redirect".  Doesn't that just affect the execution of the code?  I can't view the layout in the design area. Again, I did execute install of CR using "As Admin".&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 20:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165337#M4548823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-26T20:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165338#M4548824</link>
      <description>&lt;P&gt;I have returned to VS 2019 and discovered that when I installed CR in to 2017 it must have corrected errors in 2017.  Also, now I can open the CR layout in my VS design area.  Progress.&lt;/P&gt;&lt;P&gt;I worked through other errors in the import of this code into 2019 not associated with CR and now I can run the code.  However, I am still getting an error during execution when I try to render a CR report.  &lt;/P&gt;&lt;P&gt;FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;FULL MESSAGE:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;System.TypeInitializationException&lt;BR /&gt;  HResult=0x80131534&lt;BR /&gt;  Message=The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.&lt;BR /&gt;  Source=CrystalDecisions.CrystalReports.Engine&lt;BR /&gt;  StackTrace:&lt;BR /&gt;  at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()&lt;BR /&gt;  at CrystalDecisions.CrystalReports.Engine.ReportClass..ctor()&lt;BR /&gt;  at WSDC_SM.rptPO_HistoryDetail..ctor() in C:\Horizon\WSDC\WSDC_sm\WSDC_SM\rptPO_HistoryDetail.vb:line 25&lt;BR /&gt;  at WSDC_SM.frmPO_Rpt_History.btnPrint_Click(Object sender, EventArgs e) in C:\Horizon\WSDC\WSDC_sm\WSDC_SM\frmPO_Rpt_History.vb:line 122&lt;BR /&gt;  at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;BR /&gt;  at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;BR /&gt;  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;BR /&gt;  at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR /&gt;  at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR /&gt;  at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;BR /&gt;  at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;BR /&gt;  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;BR /&gt;  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;BR /&gt;  at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR /&gt;  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp;amp; msg)&lt;BR /&gt;  at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)&lt;BR /&gt;  at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)&lt;BR /&gt;  at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)&lt;BR /&gt;  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()&lt;BR /&gt;  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()&lt;BR /&gt;  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)&lt;BR /&gt;  at WSDC_SM.My.MyApplication.Main(String[] Args) in :line 81 &lt;/P&gt;&lt;P&gt;Inner Exception 1:&lt;BR /&gt;FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;From References:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1794485-ref.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 21:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165338#M4548824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-26T21:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165339#M4548825</link>
      <description>&lt;P&gt;Assembly version should be 13.0.4000.0&lt;/P&gt;&lt;P&gt;Remove and replace all of them in your project and update the web.config or app.config with the same 13.0.4000.0&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 16:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165339#M4548825</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2020-03-27T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165340#M4548826</link>
      <description>&lt;P&gt;THAT WORKED!  Thank you so much.  I can't tell you how grateful I am.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 19:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165340#M4548826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-04-02T19:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports layout migration</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165341#M4548827</link>
      <description>&lt;P&gt;Another note:  I had to do a lot of manual fixing to make this work.  I removed the DLL's from the library manually.  I then used "Add References" to reinstall the right ones.  That didn't do it.  I found that I had to manually edit the .proj file to set it to the right version, it still indicated the old one.  That got rid of the new compile errors, but it still wouldn't render reports.  I had to manually copy the CR DLL's from the bin/debug folder to the bin/release folder.  Then, it worked.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 18:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-layout-migration/qaa-p/12165341#M4548827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-04-04T18:18:00Z</dc:date>
    </item>
  </channel>
</rss>

