<?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: New pro sdk install XAML Binding failures in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-pro-sdk-install-xaml-binding-failures/m-p/1354158#M10746</link>
    <description>&lt;P&gt;Thank you for the quick reply! I've changed the output settings but still getting the same reported 99+ issues. However, glad to hear this isn't related to my add-in directly which was my main concern.&lt;/P&gt;&lt;P&gt;So still see some debug alerts, but confirmation this isn't related to the specific add-in is good enough for me. Thank you again.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 17:04:28 GMT</pubDate>
    <dc:creator>BryanMc</dc:creator>
    <dc:date>2023-11-28T17:04:28Z</dc:date>
    <item>
      <title>New pro sdk install XAML Binding failures</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-pro-sdk-install-xaml-binding-failures/m-p/1354052#M10744</link>
      <description>&lt;P&gt;Recently decided to and add some custom tools to our ArcGIS Pro 3.2 installs.&amp;nbsp;I've followed along with the ProGuide to installing the SDK, then followed along with the 'ProGuide: Build your first add in' (just add a button). When I build and test the tool I get lots of XAML binding failures (and not including anything using xaml).&lt;/P&gt;&lt;P&gt;The initial build succeeds and Pro opens. Before I even get started on the home screen there are 13 Binding failures on the home screen (photo below). Then I start without a template and it jumps to 99+ failures. I go to the add-in tab and the button is there, and works in Pro. That said as I try to add to other DAML locations, it never works and wondering if related.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dev on Windows 11 OS&lt;/LI&gt;&lt;LI&gt;ArcGIS Pro 3.2 (reinstalled as well)&lt;/LI&gt;&lt;LI&gt;Visual Studio Community 2022 v17.8.1&lt;UL&gt;&lt;LI&gt;Workload Component: .NET desktop development&lt;/LI&gt;&lt;LI&gt;Workload Component: UWP development&lt;/LI&gt;&lt;LI&gt;Marketplace Extensions: ArcGIS Pro SDK for .NET 3.2.0.49743 (and Utilities)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank to anyone that may have encountered this and knows a way to solve.&lt;/P&gt;&lt;P&gt;Photos below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pro Launching in Debug" style="width: 958px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87296iD274FAA7234BC969/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProLaunch.png" alt="Pro Launching in Debug" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Pro Launching in Debug&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="XAML Binding failures" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87297i4DD96BEB808D3B02/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProXaml.png" alt="XAML Binding failures" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;XAML Binding failures&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 14:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-pro-sdk-install-xaml-binding-failures/m-p/1354052#M10744</guid>
      <dc:creator>BryanMc</dc:creator>
      <dc:date>2023-11-28T14:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: New pro sdk install XAML Binding failures</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-pro-sdk-install-xaml-binding-failures/m-p/1354123#M10745</link>
      <description>&lt;P&gt;By default VS shows WPF Data Binding errors &lt;STRONG&gt;and&lt;/STRONG&gt; warnings. Binding errors (and, of course, warnings) are not exceptions which is why Pro keeps running. Also, these are coming from Pro, not your addin. I believe u can customize this view (and the output window) via VS WPF Trace Settings - by default Data Binding is set to Warning.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wpf_trace_settings.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87310i7745FF23495A0CDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="wpf_trace_settings.jpg" alt="wpf_trace_settings.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 16:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-pro-sdk-install-xaml-binding-failures/m-p/1354123#M10745</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2023-11-28T16:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: New pro sdk install XAML Binding failures</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-pro-sdk-install-xaml-binding-failures/m-p/1354158#M10746</link>
      <description>&lt;P&gt;Thank you for the quick reply! I've changed the output settings but still getting the same reported 99+ issues. However, glad to hear this isn't related to my add-in directly which was my main concern.&lt;/P&gt;&lt;P&gt;So still see some debug alerts, but confirmation this isn't related to the specific add-in is good enough for me. Thank you again.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 17:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-pro-sdk-install-xaml-binding-failures/m-p/1354158#M10746</guid>
      <dc:creator>BryanMc</dc:creator>
      <dc:date>2023-11-28T17:04:28Z</dc:date>
    </item>
  </channel>
</rss>

