<?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 for Visual Studio - Deployment Issue in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316409#M4615131</link>
    <description>&lt;P&gt;I was able to get this working by replacing the ttx file as a datasource with the xml schema i exported out of my ADO.net dataset. I also tested the report on a client PC and it is now working. Thank you so much Don. You have helped me with a few projects now. I also made it so the references are not copied locaclly!&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 20:29:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2021-01-18T20:29:01Z</dc:date>
    <item>
      <title>Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaq-p/12316397</link>
      <description>&lt;P&gt;This is the third Crystal reports app I have created. I am seeing this error when trying to run the app on the client machines. I have run the msi setup file for both my app and the CR runtime SP 29. The error I am seeing is below. I have verified that CrystalDecisions.Shared.dll has been added to the dependencies for my setup file and as a reference within the app. Does anyone know what could possibly be causing this?&lt;/P&gt;
  &lt;P&gt;Application: M-Files - Planned Material Report.exe&lt;/P&gt;
  &lt;P&gt;Framework Version: v4.0.30319&lt;/P&gt;
  &lt;P&gt;Description: The process was terminated due to an unhandled exception.&lt;/P&gt;
  &lt;P&gt;Exception Info: System.IO.FileNotFoundException&lt;/P&gt;
  &lt;P&gt; at CrystalDecisions.Shared.SharedUtils..cctor()&lt;/P&gt;
  &lt;P&gt;Exception Info: System.TypeInitializationException&lt;/P&gt;
  &lt;P&gt; at CrystalDecisions.Shared.SharedUtils.get_CurrentControl()&lt;/P&gt;
  &lt;P&gt; at CrystalDecisions.Shared.SharedUtils.GetEffectiveCulture()&lt;/P&gt;
  &lt;P&gt; at CrystalDecisions.Shared.LocaleManager..ctor()&lt;/P&gt;
  &lt;P&gt; at CrystalDecisions.Windows.Forms.CrystalReportViewer.InitReportViewer()&lt;/P&gt;
  &lt;P&gt; at CrystalDecisions.Windows.Forms.CrystalReportViewer..ctor()&lt;/P&gt;
  &lt;P&gt; at M_Files___Planned_Material_Report.Form1.InitializeComponent()&lt;/P&gt;
  &lt;P&gt; at M_Files___Planned_Material_Report.Form1..ctor()&lt;/P&gt;
  &lt;P&gt;Exception Info: System.InvalidOperationException&lt;/P&gt;
  &lt;P&gt; at M_Files___Planned_Material_Report.My.MyProject+MyForms.Create__Instance__[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.__Canon)&lt;/P&gt;
  &lt;P&gt; at M_Files___Planned_Material_Report.My.MyProject+MyForms.get_Form1()&lt;/P&gt;
  &lt;P&gt; at M_Files___Planned_Material_Report.My.MyApplication.OnCreateMainForm()&lt;/P&gt;
  &lt;P&gt; at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()&lt;/P&gt;
  &lt;P&gt; at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()&lt;/P&gt;
  &lt;P&gt; at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[])&lt;/P&gt;
  &lt;P&gt; at M_Files___Planned_Material_Report.My.MyApplication.Main(System.String[])&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 21:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaq-p/12316397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-08T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316398#M4615120</link>
      <description>&lt;P&gt;Was SP 29 used when developing your app?  If not, that could cause this issue - the SP used in Visual Studio and the SP of the runtime should match.&lt;/P&gt;&lt;P&gt;If that's not the issue, what is happening in the application when this error occurs?  Based on the call stack, CrystalDecisions.SharedUtils is loaded, so that's not the file that's missing.&lt;/P&gt;&lt;P&gt;-Dell&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 22:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316398#M4615120</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2021-01-08T22:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316399#M4615121</link>
      <description>&lt;P&gt;I am using SP29 when developing the app in visual studio. The initial form of the app never loads, so I would assume that it is erroring out on form load. This app works as expected on my development PC. I also have a try catch block surrounding all of the code in my app, when there is an exception it is supposed to email me what is contained in the ex of the exception. This email never kicks off, so the code never makes it to Form1, otherwise it would activate the try catch block I created.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 22:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316399#M4615121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-08T22:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316400#M4615122</link>
      <description>&lt;P&gt;I figured this out. For some reason my setup file was targeting x86 (I don't remember changing this). The form now load. The only issue I have now is that it says the database failed to load on the client PC. I'll start debugging this more on Monday.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 23:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316400#M4615122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-08T23:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316401#M4615123</link>
      <description>&lt;P&gt;I can't figure out why this says db failed to load. It happened when i switch from any cpu to targetting x64. It's like my dataset is no longer valid for the report when I do that. Any ideas what would cause this?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 19:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316401#M4615123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-11T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316402#M4615124</link>
      <description>&lt;P&gt;Since your app is now running in 64 bit mode it needs a 64 bit version of ADO.NET.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/dataset-datatable-dataview/security-guidance" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/dataset-datatable-dataview/security-guidance&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Be sure to remove the legacyMode for CR to work also in the app.config file.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 23:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316402#M4615124</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2021-01-11T23:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316403#M4615125</link>
      <description>&lt;P&gt;I went through this guide and I don't really understand what I am supposed to do. There are a lot of topics I have never seen before. That being said, is it best to target 32 bit apps for Crystal report apps? I could convert it back to 32 bit where it works properly and then deploy the 32 bit runtime. The reason I was targeting 64 bit is because we are using 64 bit windows, but from what I read it should be able to support both 64 and 32 bit apps. Is there a merge module for the 32 bit runtime?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 16:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316403#M4615125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-13T16:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316404#M4615126</link>
      <description>&lt;P&gt;I deployed the 32 bit version that is working properly on my machine, but when deployed the app doesn't open and I see the below error in the event viewer. The path that it is looking for this dll is incorrect. It should be looking in C:\Windows\SysWOW64, why is the app looking in the wrong folder for the file? Any thoughts?&lt;/P&gt;&lt;P&gt;Log Name:  Application&lt;/P&gt;&lt;P&gt;Source: 
Application Error&lt;/P&gt;&lt;P&gt;Date:  1/13/2021
11:06:10 AM&lt;/P&gt;&lt;P&gt;Event ID:  1000&lt;/P&gt;&lt;P&gt;Task Category: (100)&lt;/P&gt;&lt;P&gt;Level:  Error&lt;/P&gt;&lt;P&gt;Keywords:  Classic&lt;/P&gt;&lt;P&gt;User: 
N/A&lt;/P&gt;&lt;P&gt;Description:&lt;/P&gt;&lt;P&gt;Faulting application name: M-Files - Planned Materials
Report.exe, version: 1.0.0.0, time stamp: 0x5fff259e&lt;/P&gt;&lt;P&gt;Faulting module name: WRDll.x86.dll, version: 1.1.0.227,
time stamp: 0x5f45cd02&lt;/P&gt;&lt;P&gt;Exception code: 0xc0000005&lt;/P&gt;&lt;P&gt;Fault offset: 0x00007ebf&lt;/P&gt;&lt;P&gt;Faulting process id: 0x2524&lt;/P&gt;&lt;P&gt;Faulting application start time: 0x01d6e9ce63cda2d1&lt;/P&gt;&lt;P&gt;Faulting application path: C:\Program Files (x86)\Kage
Innovation\M-Files - Planned Materials Report Setup\M-Files - Planned Materials
Report.exe&lt;/P&gt;&lt;P&gt;Faulting module path: C:\WINDOWS\System32\WRDll.x86.dll&lt;/P&gt;&lt;P&gt;Report Id: 61486196-e4bf-430e-b0a0-4085b3ce424e&lt;/P&gt;&lt;P&gt;Faulting package full name: &lt;/P&gt;&lt;P&gt;Faulting package-relative application ID: &lt;/P&gt;&lt;P&gt;Event Xml:&lt;/P&gt;&lt;P&gt;&amp;lt;Event xmlns="&lt;A href="http://schemas.microsoft.com/win/2004/08/events/event"&gt;http://schemas.microsoft.com/win/2004/08/events/event&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;System&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Provider Name="Application
Error" /&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;EventID
Qualifiers="0"&amp;gt;1000&amp;lt;/EventID&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Level&amp;gt;2&amp;lt;/Level&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Task&amp;gt;100&amp;lt;/Task&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;Keywords&amp;gt;0x80000000000000&amp;lt;/Keywords&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;TimeCreated
SystemTime="2021-01-13T17:06:10.328488500Z" /&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;EventRecordID&amp;gt;460725&amp;lt;/EventRecordID&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Channel&amp;gt;Application&amp;lt;/Channel&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;Computer&amp;gt;WS-10-CAD.ad.kage.com&amp;lt;/Computer&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Security /&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/System&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;EventData&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;M-Files - Planned Materials
Report.exe&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;1.0.0.0&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;5fff259e&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;WRDll.x86.dll&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;1.1.0.227&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;5f45cd02&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;c0000005&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;00007ebf&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;2524&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;01d6e9ce63cda2d1&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;C:\Program Files (x86)\Kage
Innovation\M-Files - Planned Materials Report Setup\M-Files - Planned Materials
Report.exe&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;Data&amp;gt;C:\WINDOWS\System32\WRDll.x86.dll&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;Data&amp;gt;61486196-e4bf-430e-b0a0-4085b3ce424e&amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/EventData&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Event&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 17:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316404#M4615126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-13T17:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316405#M4615127</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;CR runtime is based on your app platform, x86 or x64, and not the OS.&lt;/P&gt;&lt;P&gt;So in 64 bit mode CR requires all 64 bit dependencies, including the database driver the report uses, if it doesn't exist in 64 bits then your app is not going to work.&lt;/P&gt;&lt;P&gt;Another thing you must not do is for all CR assemblies DO NOT set the Copy Local option, your app can be confused if your \bin folder has CR assemblies and they are in the GAC as well. You should not see any CR dll's in your \bin folder.&lt;/P&gt;&lt;P&gt;Open your report, click on Database and expand the properties, you'll see the name of the Dll CR is using to connect, something like crdb_ODBC.dll or crdb_ado.dll etc.&lt;/P&gt;&lt;P&gt;Which one is your report using?&lt;/P&gt;&lt;P&gt;Another test if your DB is supported in 64 bit is on a different PC download CR 2020, it's 64 bit only designer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sap.com/products/crystal-reports.html?btp=0a62d81d-9ae0-475e-8079-8c4bd1dbc0ee" target="test_blank"&gt;https://www.sap.com/products/crystal-reports.html?btp=0a62d81d-9ae0-475e-8079-8c4bd1dbc0ee&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can't have more than one version installed locally.&lt;/P&gt;&lt;P&gt;Open your report and try to preview it, if it works then you have all the piece, if you get a database error you don't.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 14:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316405#M4615127</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2021-01-14T14:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316406#M4615128</link>
      <description>&lt;P&gt;This report was originally created with a ttx file so that is what I am using to populate the database fields in the report. I then fill the ttx structure with a dataset in vb.net. I looked at the properties of the ttx in crystal reports and I don't see anything indicating what dll it is using. Is the ttx what is causing the problem? Should i be creating a datatable from my dataset instead of using a ttx file to fill the report data structure? I do have the CR assemblies in the bin folder. What is the best way to remove these and only use the GAC assemblies? When I add a reference to the project for CR assemblies doesn't this add it to the bin folder? &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1876491-capture.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 16:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316406#M4615128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-14T16:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316407#M4615129</link>
      <description>&lt;P&gt;Ah, ttx is legacy, I don't believe we have a 64 bit version so convert to a Dataset() or using ADO.NET (XML), SetLocation() should update the report. If lots of data use XML files.&lt;/P&gt;&lt;P&gt;In VS show all the references, change all CR References Copy Local to false.&lt;/P&gt;&lt;P&gt;That way once the MSI package is installed it'll load them from the GAC, preferred way.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316407#M4615129</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2021-01-18T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316408#M4615130</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One question on using a dataset or XML. Currently the only data structure in the report is from the ttx file. In order to remove the ttx file, would I use the xml schema file to create the columns instead of the ttx file? I am assuming the report should no longer reference the ttx file, but there are formulas built on the fields that the ttx schema created. See below for my current schema based on the ttx file.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1875589-report.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 19:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316408#M4615130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-18T19:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal Reports for Visual Studio - Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316409#M4615131</link>
      <description>&lt;P&gt;I was able to get this working by replacing the ttx file as a datasource with the xml schema i exported out of my ADO.net dataset. I also tested the report on a client PC and it is now working. Thank you so much Don. You have helped me with a few projects now. I also made it so the references are not copied locaclly!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 20:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-reports-for-visual-studio-deployment-issue/qaa-p/12316409#M4615131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-18T20:29:01Z</dc:date>
    </item>
  </channel>
</rss>

