<?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: Unknown error: File not found. shaders folder doesn't exist in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1187676#M11109</link>
    <description>&lt;P&gt;We've recently got the same exception.&lt;/P&gt;&lt;P&gt;The shaders folder is on path "\bin\x64\Debug\ArcGISRuntime100.14\resources\shaders"&lt;BR /&gt;The exception was handled by the "AppDomain.CurrentDomain.UnhandledException" but runtime terminates anyway&lt;BR /&gt;&lt;BR /&gt;I can only say that an exception occurred when opening a map. The map has previously been successfully opened and closed several times.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;2022-06-28 15:18:29.1647|ERROR|33272|225|10.175.125.50|Client.App.HandleException|Unhandled exception occured, isTerminating:True.
Esri.ArcGISRuntime.ArcGISRuntimeException: Unknown error: File not found. shaders folder doesn't exist
   v Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)
   v RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)
   v RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()
   v Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)
   v System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   v System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.DispatcherOperation.InvokeImpl()
   v MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Windows.Threading.DispatcherOperation.Invoke()
   v System.Windows.Threading.Dispatcher.ProcessQueue()
   v System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   v MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   v MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)
   v System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Threading.ThreadHelper.ThreadStart(Object obj) Additional Message: File not found. shaders folder doesn't exist;System.Object:     v Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)
   v RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)
   v RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()
   v Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)
   v System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   v System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.DispatcherOperation.InvokeImpl()
   v MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Windows.Threading.DispatcherOperation.Invoke()
   v System.Windows.Threading.Dispatcher.ProcessQueue()
   v System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   v MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   v MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)
   v System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Threading.ThreadHelper.ThreadStart(Object obj)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 08:06:01 GMT</pubDate>
    <dc:creator>ServisZLD</dc:creator>
    <dc:date>2022-06-29T08:06:01Z</dc:date>
    <item>
      <title>Unknown error: File not found. shaders folder doesn't exist</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1144601#M10765</link>
      <description>&lt;P&gt;While using my Map with ArcGis 100.12 I run into a problem.&lt;BR /&gt;I wonder, why did it happen?&lt;/P&gt;&lt;P&gt;&lt;U&gt;Stack trace:&amp;nbsp;&lt;/U&gt;&lt;BR /&gt;2022-01-20 08:41:35,708 FATAL Map.App - *** Application crashed due to unhandled exception ***&lt;BR /&gt;Esri.ArcGISRuntime.ArcGISRuntimeException: Unknown error: File not found. shaders folder doesn't exist&lt;BR /&gt;at Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;BR /&gt;at RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;BR /&gt;at RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()&lt;BR /&gt;at Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()&lt;BR /&gt;at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)&lt;BR /&gt;at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;BR /&gt;at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt;at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt;at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)&lt;BR /&gt;at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt;at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt;at System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR /&gt;at System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR /&gt;at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt;at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt;at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt;at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;BR /&gt;at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;BR /&gt;at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;BR /&gt;at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;BR /&gt;at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)&lt;BR /&gt;at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt;at System.Threading.ThreadHelper.ThreadStart(Object obj)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1144601#M10765</guid>
      <dc:creator>bodkia22</dc:creator>
      <dc:date>2022-02-16T14:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown error: File not found. shaders folder doesn't exist</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1146542#M10777</link>
      <description>&lt;P&gt;Can you provide more information about your application/project architecture?&lt;/P&gt;&lt;P&gt;The shaders folder is deployed automatically when you build your application and can be found in your project output folder adjacent to your application executable.&amp;nbsp;For example, for a WPF .NET 6 app referencing the current version of ArcGIS Runtime and built as debug this would be:&lt;/P&gt;&lt;P&gt;`&amp;lt;YourApplicationProject&amp;gt;\bin\Debug\net6.0-windows10.0.19041.0\ArcGISRuntime100.13\resources\shaders`.&lt;/P&gt;&lt;P&gt;You need to ensure the&amp;nbsp;ArcGISRuntime100.13 folder is deployed along with your application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also curious if this exception would have been caught with n UnhandledException handler, instead of causing your app to crash.&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;{
    ...
    AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
    ...
}

private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
{
    Trace.TraceInformation($"Unhandled Exception Handler.{Environment.NewLine}{e.ExceptionObject}");
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 16:35:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1146542#M10777</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2022-02-22T16:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown error: File not found. shaders folder doesn't exist</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1176654#M11017</link>
      <description>&lt;P&gt;I recently created a distribution package using MSIX. I checked the MSIX package and folder where the MSIX gets installed and they both contain the shaders folder in the correct location and all files are in it (compared to the bin folder while debugging the app)&lt;/P&gt;&lt;P&gt;All things considered, I get the same error when running the app and it comes to the part to load the map from esri.&lt;/P&gt;&lt;P&gt;The location of this folder is under the same folder containing the app and all of the dlls, including the runtime dlls from ersi:&lt;BR /&gt;...ArcGISRuntime100.13\resources\shaders&lt;/P&gt;&lt;P&gt;I get the feeling that Esri has some hidden setting for the location of the shaders folder, when installed within a MSIX app.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 22:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1176654#M11017</guid>
      <dc:creator>MirMur</dc:creator>
      <dc:date>2022-05-23T22:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown error: File not found. shaders folder doesn't exist</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1187676#M11109</link>
      <description>&lt;P&gt;We've recently got the same exception.&lt;/P&gt;&lt;P&gt;The shaders folder is on path "\bin\x64\Debug\ArcGISRuntime100.14\resources\shaders"&lt;BR /&gt;The exception was handled by the "AppDomain.CurrentDomain.UnhandledException" but runtime terminates anyway&lt;BR /&gt;&lt;BR /&gt;I can only say that an exception occurred when opening a map. The map has previously been successfully opened and closed several times.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;2022-06-28 15:18:29.1647|ERROR|33272|225|10.175.125.50|Client.App.HandleException|Unhandled exception occured, isTerminating:True.
Esri.ArcGISRuntime.ArcGISRuntimeException: Unknown error: File not found. shaders folder doesn't exist
   v Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)
   v RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)
   v RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()
   v Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)
   v System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   v System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.DispatcherOperation.InvokeImpl()
   v MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Windows.Threading.DispatcherOperation.Invoke()
   v System.Windows.Threading.Dispatcher.ProcessQueue()
   v System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   v MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   v MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)
   v System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Threading.ThreadHelper.ThreadStart(Object obj) Additional Message: File not found. shaders folder doesn't exist;System.Object:     v Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)
   v RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)
   v RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()
   v Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)
   v System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   v System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.DispatcherOperation.InvokeImpl()
   v MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Windows.Threading.DispatcherOperation.Invoke()
   v System.Windows.Threading.Dispatcher.ProcessQueue()
   v System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   v MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   v System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   v System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   v System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   v MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   v MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)
   v System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   v Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)
   v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   v System.Threading.ThreadHelper.ThreadStart(Object obj)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 08:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1187676#M11109</guid>
      <dc:creator>ServisZLD</dc:creator>
      <dc:date>2022-06-29T08:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown error: File not found. shaders folder doesn't exist</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1241637#M11554</link>
      <description>&lt;P&gt;I'm having the same problem trying to upgrade to 100.15 wpf. This is not a .NET 6 0r 7, it's .net framework 4.7.2&lt;/P&gt;&lt;P&gt;Unknown error: File not found. shaders folder doesn't exist&lt;/P&gt;&lt;P&gt;I wish I knew where it was looking. I removed the previous versions of the ArcGIS runtime, I've gone through and cleaned up the folders and project files. Has anyone figured this out?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-error-file-not-found-shaders-folder-doesn/m-p/1241637#M11554</guid>
      <dc:creator>JonathanHornberger</dc:creator>
      <dc:date>2022-12-15T17:45:28Z</dc:date>
    </item>
  </channel>
</rss>

