<?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: Develop application to match current runtime in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592214#M4722472</link>
    <description>&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;CR for VS can't be side by side, someone has to update, I don't recommend downgrading because you'll miss out on the latest security updates and platform updates, etc.&lt;/P&gt;&lt;P&gt;On my WIKI there's a KBA on how this works:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Quick answer is you uninstall the old version and install the latest.&lt;/P&gt;&lt;P&gt;Then for the older app create a config file - TheirAppName.exe.config file and use the redirect noted in the KBA.&lt;/P&gt;&lt;P&gt;They need to test it to confirm using the updated runtime works, your app will then work as expected.&lt;/P&gt;&lt;P&gt;Schedule updates for at least twice a year to stay up to date.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2022 14:03:02 GMT</pubDate>
    <dc:creator>former_member11696</dc:creator>
    <dc:date>2022-09-19T14:03:02Z</dc:date>
    <item>
      <title>Develop application to match current runtime</title>
      <link>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaq-p/12592210</link>
      <description>&lt;P&gt;We have a third party application that uses Crystal Reports for their reporting. The runtime version that the application installer has installed is 13.0.30.3805. We have an application I am developing that will need to use Crystal Reports as well alongside the third party application. How do I set up my dev environment to create an executable that will run with the above specified runtime? I am using Visual Studio 2019 and I am developing for 32-bit.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 21:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaq-p/12592210</guid>
      <dc:creator>larry_huisingh</dc:creator>
      <dc:date>2022-09-12T21:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Develop application to match current runtime</title>
      <link>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592211#M4722469</link>
      <description>&lt;P&gt;If you go to the Crystal for VS &lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" target="_blank"&gt;wiki&lt;/A&gt;, there's are a couple of links for downloading the SDK.  The first one gets you the latest, the second one (origin.softwaredownloads...) gets you to older versions.  Set the drop-downs as shown below and click on "Go".&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2096577-crystal-for-vs.png" /&gt;&lt;/P&gt;&lt;P&gt;Scroll down in the list to look for SP30.  You need the "Install Package" to get the integration with VS for your application development.  Most of the other SP30 downloads are the various installs available for the runtime.&lt;/P&gt;&lt;P&gt;When you run the .exe that is the install package, be sure to right-click and select "Run as Administrator".  Also, the wiki has links to all sorts of information, including licensing and sample code.&lt;/P&gt;&lt;P&gt;-Dell&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 22:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592211#M4722469</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2022-09-12T22:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Develop application to match current runtime</title>
      <link>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592212#M4722470</link>
      <description>&lt;P&gt;FYI - CR for VS does not get patched, full builds only.&lt;/P&gt;&lt;P&gt;Recommend to the other app makers to upgrade to SP 32 also.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592212#M4722470</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2022-09-13T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Develop application to match current runtime</title>
      <link>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592213#M4722471</link>
      <description>&lt;P&gt;So do I understand correctly that you need to install the version for Visual Studio that will match the runtime version?  That makes sense, but I just hadn't read that there were versions for Visual Studio that corresponded to particular run times.&lt;/P&gt;&lt;P&gt;Does this mean that when I want to have my application work with a different version of the runtime I just need to uninstall the version of Crystal for Visual Studio I have and then install the other version of the same product?  At that point is just rebuilding my application sufficient?  Do I need to do anything with the references in my .NET project?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 20:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592213#M4722471</guid>
      <dc:creator>larry_huisingh</dc:creator>
      <dc:date>2022-09-14T20:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Develop application to match current runtime</title>
      <link>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592214#M4722472</link>
      <description>&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;CR for VS can't be side by side, someone has to update, I don't recommend downgrading because you'll miss out on the latest security updates and platform updates, etc.&lt;/P&gt;&lt;P&gt;On my WIKI there's a KBA on how this works:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Quick answer is you uninstall the old version and install the latest.&lt;/P&gt;&lt;P&gt;Then for the older app create a config file - TheirAppName.exe.config file and use the redirect noted in the KBA.&lt;/P&gt;&lt;P&gt;They need to test it to confirm using the updated runtime works, your app will then work as expected.&lt;/P&gt;&lt;P&gt;Schedule updates for at least twice a year to stay up to date.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 14:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592214#M4722472</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2022-09-19T14:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Develop application to match current runtime</title>
      <link>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592215#M4722473</link>
      <description>&lt;P&gt;I would only be downgrading if I needed to be compatible with a third-party application that was running with an older version.  From what I understand there is no backwards compatibility if the versions are not exactly the same.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 16:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/develop-application-to-match-current-runtime/qaa-p/12592215#M4722473</guid>
      <dc:creator>larry_huisingh</dc:creator>
      <dc:date>2022-09-19T16:34:45Z</dc:date>
    </item>
  </channel>
</rss>

