<?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: Problem with a startup page in ArcGIS pro Managed Configuration in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852256#M4312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, having multiple add-ins active can be a problem.&amp;nbsp; Our samples usually are not 'production hardened' meaning they are not checking or preventing every conceivable error.&amp;nbsp; We try to limit to sample code to the minimum required snippets to accomplish a specific task and excessive error checking can take away from this.&amp;nbsp; Often another add-in throws an exception making you think that your add-in or configuration is the cause.&amp;nbsp; To perform 'isolated' testing I usually remove all add-ins except for the one I need to test/debug.&amp;nbsp; Later you can then do 'integration' testing by adding more add-ins to test your workflow.&amp;nbsp; I checked the "EditEvents" sample and couldn't find a problem with that sample when running the sample by itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2019 18:57:38 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2019-03-22T18:57:38Z</dc:date>
    <item>
      <title>Problem with a startup page in ArcGIS pro Managed Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852252#M4308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one question regarding ArcGIS Pro Managed Configuration. I followed the guidelines which are being given in the article :&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/labs/pro/build-your-first-configuration/" title="https://developers.arcgis.com/labs/pro/build-your-first-configuration/"&gt;Build your first configuration | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have one problem, with startup page. When I launch the project from debugger, I have the following sequences :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I have the spalsh screen which comes first&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then comes the startup page&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/440016_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) But startup page closes automatically and I have a screen which proposes me to save a project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/440017_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I configure startup page to take an input from the user and not to open up this Save Project Window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ayyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 15:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852252#M4308</guid>
      <dc:creator>AyyazMahmood-Paracha</dc:creator>
      <dc:date>2019-03-21T15:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a startup page in ArcGIS pro Managed Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852253#M4309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that there's a coding problem in your solution.&amp;nbsp; I tried the same steps (including a filled and an empty list of existing ArcGIS Pro projects) and was not able to duplicate your issue.&amp;nbsp; I think your code is throwing an exception somewhere.&amp;nbsp; In order to debug this issues, you can enable the "common runtime exceptions" in your debugger through the "Exception Settings Windows" (Ctrl + Alt + E) like shown below - check the "Common Language Runtime" checkbox:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="Exception Settings" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/440097_ExpSettings.png" /&gt;&lt;/P&gt;&lt;P&gt;Then debug again and see if the debugger stops and shows a problem.&amp;nbsp; If that doesn't work I would do the steps again from scratch, but make no modifications this time and see if that works.&lt;/P&gt;&lt;P&gt;- Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 18:13:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852253#M4309</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2019-03-21T18:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a startup page in ArcGIS pro Managed Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852254#M4310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolf,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I created a new project and retested with "Common runtime exceptions" enable. I always have the same problem. But I do have one error message in my output window (the log is given as under).&amp;nbsp; Have you got any idea about this error. I have also attached my project in ZIP format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Ayyaz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;System.Windows.Data Error: 6 : 'TargetDefaultValueConverter' converter failed to convert value 'pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ZoomGeneric_B_16.png' (type 'String'); fallback value will be used, if available. BindingExpression:Path=BookmarksTestButtonImage; DataItem='RenderViewModel' (HashCode=45057304); target element is 'Image' (Name=''); target property is 'Source' (type 'ImageSource') IOException:'System.IO.IOException: Cannot locate resource 'images/zoomgeneric_b_16.png'.&lt;BR /&gt; at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)&lt;BR /&gt; at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)&lt;BR /&gt; at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()&lt;BR /&gt; at System.IO.Packaging.PackWebResponse.get_ContentType()&lt;BR /&gt; at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid&amp;amp; clsId, Boolean&amp;amp; isOriginalWritable, Stream&amp;amp; uriStream, UnmanagedMemoryStream&amp;amp; unmanagedMemoryStream, SafeFileHandle&amp;amp; safeFilehandle)&lt;BR /&gt; at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)&lt;BR /&gt; at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)&lt;BR /&gt; at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)&lt;BR /&gt; at MS.Internal.Data.DefaultValueConverter.ConvertHelper(Object o, Type destinationType, DependencyObject targetElement, CultureInfo culture, Boolean isForward)&lt;BR /&gt; at MS.Internal.Data.TargetDefaultValueConverter.Convert(Object o, Type type, Object parameter, CultureInfo culture)&lt;BR /&gt; at System.Windows.Data.BindingExpression.ConvertHelper(IValueConverter converter, Object value, Type targetType, Object parameter, CultureInfo culture)'&lt;BR /&gt;'ArcGISPro.exe' (CLR v4.0.30319: ArcGISPro.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemCore\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.&lt;BR /&gt;System.Windows.Data Error: 40 : BindingExpression path error: 'OnlineLivingAtlasCategories' property not found on 'object' ''ProjectDockPaneVM' (HashCode=36844104)'. BindingExpression:Path=OnlineLivingAtlasCategories.ToolTipText; DataItem='ProjectDockPaneVM' (HashCode=36844104); target element is 'PopupButton' (Name='LivingAtlasCategoryPopup'); target property is 'ToolTip' (type 'Object')&lt;BR /&gt;System.Windows.Data Error: 40 : BindingExpression path error: 'Notifications' property not found on 'object' ''ProjectDockPaneVM' (HashCode=36844104)'. BindingExpression:Path=Notifications; DataItem='ProjectDockPaneVM' (HashCode=36844104); target element is 'ListBox' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')&lt;BR /&gt;System.Windows.Data Error: 40 : BindingExpression path error: 'IsPopupEnabled' property not found on 'object' ''ProjectDockPaneVM' (HashCode=36844104)'. BindingExpression:Path=IsPopupEnabled; DataItem='ProjectDockPaneVM' (HashCode=36844104); target element is 'ListBox' (Name='PortalListBox'); target property is 'DisplayProjectItemPopUp' (type 'Boolean')&lt;BR /&gt;System.Windows.Data Error: 40 : BindingExpression path error: 'OutlineViewItemTemplateSelector' property not found on 'object' ''ProjectDockPaneVM' (HashCode=36844104)'. BindingExpression:Path=OutlineViewItemTemplateSelector; DataItem='ProjectDockPaneVM' (HashCode=36844104); target element is 'ListBox' (Name='SearchListBox'); target property is 'ItemTemplateSelector' (type 'DataTemplateSelector')&lt;BR /&gt;System.Windows.Data Error: 40 : BindingExpression path error: 'IsPopupEnabled' property not found on 'object' ''ProjectDockPaneVM' (HashCode=36844104)'. BindingExpression:Path=IsPopupEnabled; DataItem='ProjectDockPaneVM' (HashCode=36844104); target element is 'ListBox' (Name='SearchListBox'); target property is 'DisplayProjectItemPopUp' (type 'Boolean')&lt;BR /&gt;System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Window', AncestorLevel='1''. BindingExpression:Path=ActualWidth; DataItem=null; target element is 'StartPage' (Name=''); target property is 'Width' (type 'Double')&lt;BR /&gt;System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Window', AncestorLevel='1''. BindingExpression:Path=ActualHeight; DataItem=null; target element is 'StartPage' (Name=''); target property is 'Height' (type 'Double')&lt;BR /&gt;System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer', AncestorLevel='1''. BindingExpression:Path=Background; DataItem=null; target element is 'SubPanelIndicator' (Name='OnlineMenu'); target property is 'Background' (type 'Brush')&lt;BR /&gt;System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer', AncestorLevel='1''. BindingExpression:Path=Background; DataItem=null; target element is 'SubPanelIndicator' (Name=''); target property is 'Background' (type 'Brush')&lt;BR /&gt;'ArcGISPro.exe' (CLR v4.0.30319: ArcGISPro.exe): Loaded 'Microsoft.GeneratedCode'. &lt;BR /&gt;'ArcGISPro.exe' (CLR v4.0.30319: ArcGISPro.exe): Loaded 'C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Text.Wpf.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852254#M4310</guid>
      <dc:creator>AyyazMahmood-Paracha</dc:creator>
      <dc:date>2019-03-21T20:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a startup page in ArcGIS pro Managed Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852255#M4311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I found the solution but the cause is still unknown. Infact, I was testing various snippets which are available on Arcgis pro sdk Github. I am develping an addin that used Events. Yesterday I tested "EditEvent" snippet. That snippet uses dockpane. So while analysing the error message (which I posted above), I came to conclusion that error is related to dockpane. So I deleted that addin and everything started working well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to figure out why that addin was creating this problem&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your help and have a great day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ayyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2019 04:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852255#M4311</guid>
      <dc:creator>AyyazMahmood-Paracha</dc:creator>
      <dc:date>2019-03-22T04:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a startup page in ArcGIS pro Managed Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852256#M4312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, having multiple add-ins active can be a problem.&amp;nbsp; Our samples usually are not 'production hardened' meaning they are not checking or preventing every conceivable error.&amp;nbsp; We try to limit to sample code to the minimum required snippets to accomplish a specific task and excessive error checking can take away from this.&amp;nbsp; Often another add-in throws an exception making you think that your add-in or configuration is the cause.&amp;nbsp; To perform 'isolated' testing I usually remove all add-ins except for the one I need to test/debug.&amp;nbsp; Later you can then do 'integration' testing by adding more add-ins to test your workflow.&amp;nbsp; I checked the "EditEvents" sample and couldn't find a problem with that sample when running the sample by itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2019 18:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problem-with-a-startup-page-in-arcgis-pro-managed/m-p/852256#M4312</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2019-03-22T18:57:38Z</dc:date>
    </item>
  </channel>
</rss>

