<?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>topic Re: What am I doing wrong in installing this .Net SDK? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676548#M8526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hanhan Sun below has indicated that I should be using the ArcObjects SDK to use this project. I've installed the ArcObjects SDK for my version of ArcGIS, 10.7.1, but when I open the solution in visual studio, I'm still getting the reference errors I outlined above. Any idea how to get rid of those? Is there something in Visual Studio that I'm missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2019 18:48:10 GMT</pubDate>
    <dc:creator>BrianVan_Nostrand</dc:creator>
    <dc:date>2019-11-25T18:48:10Z</dc:date>
    <item>
      <title>What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676541#M8519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the &lt;A href="https://github.com/Esri/arcobjects-sdk-community-samples/tree/master/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI"&gt;Server Apply Watermark example&amp;nbsp;&lt;/A&gt;from the community samples to create an SOI that will be used to somehow watermark a depricated map or feature service. I haven't gotten too far though, as I can't even get the&amp;nbsp;SDK to install to my project, which is what I suspect is causing the following reference errors:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/474278_referror.png" /&gt;&lt;/P&gt;&lt;P&gt;I'd love some advice but first let me explain what I think I know so far. I'm a total newbie at .Net development generally, but I'm going to take a crack at this anyway. Please correct any of these assumptions:&lt;/P&gt;&lt;P&gt;1. I needed to install ArcGIS for Server locally to be able to develop either an SOE or SOI. I've done this.&lt;/P&gt;&lt;P&gt;2. I need the&amp;nbsp;current version (100.6.0 today) of the&lt;A href="https://developers.arcgis.com/downloads/apis-and-sdks?product=net"&gt; ArcGIS Runtime SDK for .Net&lt;/A&gt;&amp;nbsp;to be installed to gain access to it in the Nuget Package Manager.&lt;/P&gt;&lt;P&gt;3. I need to point my project in Visual Studio to whatever the most current supported version of the .Net framework is and&amp;nbsp;as indicated in the following, that version is 4.6.1:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/474281_NuGet.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/474282_VS.png" /&gt;&lt;/P&gt;&lt;P&gt;So I've done all of the above but when I go to install the SDK, I see the following prompts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Attempting to gather dependency information for package 'Esri.ArcGISRuntime.100.6.0' with respect to project 'ServerApplyWatermarkImageServiceSOI', targeting '.NETFramework,Version=v4.6.1'&lt;BR /&gt;Gathering dependency information took 80.16 ms&lt;BR /&gt;Attempting to resolve dependencies for package 'Esri.ArcGISRuntime.100.6.0' with DependencyBehavior 'Lowest'&lt;BR /&gt;Resolving dependency information took 0 ms&lt;BR /&gt;Resolving actions to install package 'Esri.ArcGISRuntime.100.6.0'&lt;BR /&gt;Resolved actions to install package 'Esri.ArcGISRuntime.100.6.0'&lt;BR /&gt;Adding package 'Esri.ArcGISRuntime.WPF.100.6.0' to folder 'C:\ServerApplyWatermarkImageServiceSOI\packages'&lt;BR /&gt;Added package 'Esri.ArcGISRuntime.WPF.100.6.0' to folder 'C:\ServerApplyWatermarkImageServiceSOI\packages'&lt;BR /&gt;Added package 'Esri.ArcGISRuntime.WPF.100.6.0' to 'packages.config'&lt;BR /&gt;Successfully installed 'Esri.ArcGISRuntime.WPF 100.6.0' to ServerApplyWatermarkImageServiceSOI&lt;BR /&gt;Adding package 'Esri.ArcGISRuntime.100.6.0' to folder 'C:\ServerApplyWatermarkImageServiceSOI\packages'&lt;BR /&gt;Added package 'Esri.ArcGISRuntime.100.6.0' to folder 'C:\ServerApplyWatermarkImageServiceSOI\packages'&lt;BR /&gt;Added package 'Esri.ArcGISRuntime.100.6.0' to 'packages.config'&lt;BR /&gt;Successfully installed 'Esri.ArcGISRuntime 100.6.0' to ServerApplyWatermarkImageServiceSOI&lt;BR /&gt;Executing nuget actions took 2.3 sec&lt;BR /&gt;Time Elapsed: 00:00:02.8359139&lt;BR /&gt;========== Finished ==========&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Great! That went smooth, and look! My project doesn't just have the Esri.ArcGISRuntime package installed, but also the ArcGISRuntime.WPF package installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-4 j-img-original" src="https://community.esri.com/legacyfs/online/474283_installed.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrong. The reference errors are still showing and I have a big list of errors complaining about missing assembly references.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-5 j-img-original" src="https://community.esri.com/legacyfs/online/474284_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-6 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/474285_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I'm doing wrong? There isn't a whole lot of setup documentation in the repo and I'm kind of at an impasse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 20:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676541#M8519</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-11-21T20:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676542#M8520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately you've installed the wrong SDK for that sample.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, you need:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/sdk/" title="https://pro.arcgis.com/en/pro-app/sdk/"&gt;ArcGIS Pro SDK | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 20:47:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676542#M8520</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-21T20:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676543#M8521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thanks. How did you know that? Is there a reliable way to figure that out myself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 21:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676543#M8521</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-11-21T21:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676544#M8522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your link referenced the ArcObjects samples `arcobjects-sdk-community-samples`.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies, I just&amp;nbsp;noticed that it's a server-side component you're interested in, therefore it's specifically the Enterprise SDK you&amp;nbsp;need to look at:&amp;nbsp;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/sdk/latest/windows/webframe.html#a2596185-823b-4de3-9831-7842fb6100fb.html" title="https://enterprise.arcgis.com/en/sdk/latest/windows/webframe.html#a2596185-823b-4de3-9831-7842fb6100fb.html"&gt;ArcGIS Enterprise SDK&lt;/A&gt;&amp;nbsp;&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;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 21:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676544#M8522</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-21T21:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676545#M8523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Do you know how to get the ArcGIS Enterprise SDK?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When you google "Download ArcGIS Enterprise SDK", you get the "&lt;A href="https://enterprise.arcgis.com/en/sdk/latest/windows/a648df8d-a60a-4241-b549-114ce6702b36.html"&gt;Installing ArcGIS Enterprise SDK&lt;/A&gt;" page with no reference to where the thing comes from&lt;/LI&gt;&lt;LI&gt;It's not listed as a download on the&amp;nbsp;&lt;A href="https://developers.arcgis.com/downloads/apis-and-sdks"&gt;APIS and SDKs downloads page at developers.arcgis,com&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;It's also not referenced in the &lt;A href="https://enterprise.arcgis.com/en/system-requirements/latest/windows/arcgis-enterprise-sdk.htm"&gt;system requirements&lt;/A&gt;&amp;nbsp;page&lt;/LI&gt;&lt;LI&gt;Or anywhere in the first page or table of contents for the "&lt;A href="https://enterprise.arcgis.com/en/sdk/latest/windows/webframe.html#a2596185-823b-4de3-9831-7842fb6100fb.html"&gt;ArcGIS Enterprise SDK Developer guide&lt;/A&gt;"&lt;/LI&gt;&lt;LI&gt;ESRI doesn't seem to have published any videos on their youtube when you search "&lt;A href="https://www.youtube.com/results?search_query=arcgis+enterprise+sdk"&gt;ArcGIS Enterprise SDK&lt;/A&gt;" there.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I must be really off target here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 22:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676545#M8523</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-11-21T22:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676546#M8524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay - to download the ArcGIS Enterprise SDK, you should sign in to My Esri (&lt;A class="link-titled" href="https://my.esri.com/" title="https://my.esri.com/"&gt;https://my.esri.com/&lt;/A&gt;) and&amp;nbsp;download it from that site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll follow up with the doc team(s) and identify how and where we could&amp;nbsp;be better documenting this.&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;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 18:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676546#M8524</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-22T18:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676547#M8525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample you referred to is in the&amp;nbsp;&lt;STRONG&gt;arcobjects-sdk-community-samples&lt;/STRONG&gt; repository and you need to install &lt;SPAN style="background-color: #f8f8f8; color: #4c4c4c;"&gt;&lt;STRONG&gt;ArcObjects SDK for the Microsoft .NET Framework&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;(&lt;SPAN style="background-color: #ffffff;"&gt;sign in to My Esri &lt;A href="https://my.esri.com/" style="color: #2989c5; text-decoration: none;" title="https://my.esri.com/"&gt;https://my.esri.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;)&lt;/SPAN&gt;. These sample SOEs and SOIs only work with services published from ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to develop SOEs/SOIs for services published from ArcGIS Pro, you need to install ArcGIS Enterprise SDK, which can also be downloaded at My Esri (&lt;A class="link-titled" href="https://my.esri.com/" title="https://my.esri.com/"&gt;https://my.esri.com/&lt;/A&gt;). Similar SOE/SOI samples for ArcGIS Enterprise SDK can be found at&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-enterprise-sdk-resources" title="https://github.com/Esri/arcgis-enterprise-sdk-resources"&gt;GitHub - Esri/arcgis-enterprise-sdk-resources&lt;/A&gt;, with 10.6.x and 10.7.x download here:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-enterprise-sdk-resources/releases" title="https://github.com/Esri/arcgis-enterprise-sdk-resources/releases"&gt;Releases · Esri/arcgis-enterprise-sdk-resources · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcObjects SDK and Enterprise SDK have similar flavors of APIs. The main difference is that ArcObjects SDK is for developing SOE/SOI for services published from ArcMap and Enterprise SDK for developing SOE/SOI for services published from ArcGIS Pro. You can read more details in this document&amp;nbsp;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/sdk/latest/windows/webframe.html#a2596185-823b-4de3-9831-7842fb6100fb.html" title="https://enterprise.arcgis.com/en/sdk/latest/windows/webframe.html#a2596185-823b-4de3-9831-7842fb6100fb.html"&gt;ArcGIS Enterprise SDK&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Hanhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2019 01:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676547#M8525</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-11-23T01:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676548#M8526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hanhan Sun below has indicated that I should be using the ArcObjects SDK to use this project. I've installed the ArcObjects SDK for my version of ArcGIS, 10.7.1, but when I open the solution in visual studio, I'm still getting the reference errors I outlined above. Any idea how to get rid of those? Is there something in Visual Studio that I'm missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 18:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676548#M8526</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-11-25T18:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676549#M8527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Hanhan,&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I've installed the ArcObjects SDK for my version of ArcGIS, 10.7.1, but when I open the solution for the Server Apply Watermark example in visual studio, I'm still getting the reference errors I outlined above. Any idea how to get rid of those? Is there something in Visual Studio that I'm missing?&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Thanks,&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 18:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676549#M8527</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-11-25T18:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: What am I doing wrong in installing this .Net SDK?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676550#M8528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My colleague Jeff showed me that the issue seems to be that once the SDK is installed, Visual Studio looks for a "specific version" by default. Turning this option to False has updated my references and those errors disappear. I truly hate programming sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/474600_specversion.png" /&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/474601_specversionFalse.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 21:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-am-i-doing-wrong-in-installing-this-net-sdk/m-p/676550#M8528</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-11-25T21:53:00Z</dc:date>
    </item>
  </channel>
</rss>

