xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.63k stars 1.88k forks source link

[Bug] Random crashes from Xamarin due to Java.Lang.RuntimeException exception. Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod #15511

Open nchrisr opened 2 years ago

nchrisr commented 2 years ago

Description

I keep getting random crashes on the Android version of my Xamarin Forms application with the stacktrace below:

System.Exception: CurrentDomainOnUnhandledException ---> Java.Lang.RuntimeException: Exception of type 'Java.Lang.RuntimeException' was thrown.
  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeNonvirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x0001f] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Android.Views.ViewGroup.Layout (System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00062] in <16f010a2e2ef4e92ac94d31ae1a1fe76>:0 
  at Xamarin.Forms.Platform.Android.ViewRenderer`2[TView,TNativeView].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00059] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.MeasureAndLayout (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00090] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00163] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout () [0x0001c] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout (System.Collections.Generic.IEnumerable`1[T] children) [0x00038] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0001e] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.Platform+DefaultRenderer.OnLayout (System.Boolean changed, System.Int32 left, System.Int32 top, System.Int32 right, System.Int32 bottom) [0x00000] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.MeasureAndLayout (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00090] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00163] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout () [0x0001c] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout (System.Collections.Generic.IEnumerable`1[T] children) [0x00038] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0001e] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.Platform+DefaultRenderer.OnLayout (System.Boolean changed, System.Int32 left, System.Int32 top, System.Int32 right, System.Int32 bottom) [0x00000] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.MeasureAndLayout (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00090] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00163] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout () [0x0001c] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout (System.Collections.Generic.IEnumerable`1[T] children) [0x00038] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0001e] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.Platform+DefaultRenderer.OnLayout (System.Boolean changed, System.Int32 left, System.Int32 top, System.Int32 right, System.Int32 bottom) [0x00000] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.MeasureAndLayout (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00090] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00163] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout () [0x0001c] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout (System.Collections.Generic.IEnumerable`1[T] children) [0x00038] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0001e] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.Platform+DefaultRenderer.OnLayout (System.Boolean changed, System.Int32 left, System.Int32 top, System.Int32 right, System.Int32 bottom) [0x00000] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.MeasureAndLayout (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00090] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00163] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout () [0x0001c] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout (System.Collections.Generic.IEnumerable`1[T] children) [0x00038] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0001e] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.PageRenderer.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00000] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.MeasureAndLayout (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00090] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00163] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout () [0x0001c] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout (System.Collections.Generic.IEnumerable`1[T] children) [0x00038] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0001e] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x000e8] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Xamarin.Forms.Platform.Android.FormsViewGroup.MeasureAndLayout (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00090] in <0da584894ce84efd8a9c47c2e3604669>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00163] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].UpdateLayout () [0x0001c] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FlyoutPageContainer.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0004d] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Android.Views.ViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <16f010a2e2ef4e92ac94d31ae1a1fe76>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.47(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00063] in <edeadab5b81d46918be425e8254d3c42>:0 
  at AndroidX.DrawerLayout.Widget.DrawerLayout.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00079] in <108bc11afc0f4ea9a4d8d7845f34be04>:0 
  at Xamarin.Forms.Platform.Android.FlyoutPageRenderer.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00000] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at AndroidX.DrawerLayout.Widget.DrawerLayout.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <108bc11afc0f4ea9a4d8d7845f34be04>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.137(intptr,intptr,bool,int,int,int,int)
--- End of stack trace from previous location where exception was thrown ---

  at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0008e] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeNonvirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x0001f] in <edeadab5b81d46918be425e8254d3c42>:0 
  at Android.Views.ViewGroup.Layout (System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00062] in <16f010a2e2ef4e92ac94d31ae1a1fe76>:0 
  at Xamarin.Forms.Platform.Android.VisualElementTracker.UpdateLayout () [0x00109] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.FlyoutPageRenderer.Xamarin.Forms.Platform.Android.IVisualElementRenderer.UpdateLayout () [0x0000a] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.AppCompat.Platform.Xamarin.Forms.Platform.Android.IPlatformLayout.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0002b] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Xamarin.Forms.Platform.Android.PlatformRenderer.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00024] in <41c62ef5294c490cb793ec745b9dc405>:0 
  at Android.Views.ViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <16f010a2e2ef4e92ac94d31ae1a1fe76>:0 
  at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.47(intptr,intptr,bool,int,int,int,int)
   --- End of inner exception stack trace ---

This issue is happening in production and is a big problem for some of my users. It also seems that the stack track keeps getting cut off, but it does not look like this issue is coming from code that I have access to.

Not sure how to reproduce or even being to debug this issue, any help? Has someone faced something similar?

Steps to Reproduce

Expected Behavior

App should run smoothly

Actual Behavior

App crashes randomly.

Basic Information

Environment

Show/Hide Visual Studio info ``` Microsoft Visual Studio Professional 2019 Version 16.11.13 VisualStudio.16.Release/16.11.13+32413.511 Microsoft .NET Framework Version 4.8.04084 Installed Version: Professional Visual C++ 2019 00435-60000-00000-AA921 Microsoft Visual C++ 2019 .NET Core Debugging with WSL 1.0 .NET Core Debugging with WSL ADL Tools Service Provider 1.0 This package contains services used by Data Lake tools ASA Service Provider 1.0 ASP.NET and Web Tools 2019 16.11.106.23128 ASP.NET and Web Tools 2019 ASP.NET Web Frameworks and Tools 2019 16.11.106.23128 For additional information, visit https://www.asp.net/ Azure App Service Tools v3.0.0 16.11.106.23128 Azure App Service Tools v3.0.0 Azure Data Lake Node 1.0 This package contains the Data Lake integration nodes for Server Explorer. Azure Data Lake Tools for Visual Studio 2.6.1000.0 Microsoft Azure Data Lake Tools for Visual Studio Azure Functions and Web Jobs Tools 16.11.106.23128 Azure Functions and Web Jobs Tools Azure Stream Analytics Tools for Visual Studio 2.6.1000.0 Microsoft Azure Stream Analytics Tools for Visual Studio C# Tools 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1 C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used. Common Azure Tools 1.10 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools. Cookiecutter 16.11.21196.2 Provides tools for finding, instantiating and customizing templates in cookiecutter format. Extensibility Message Bus 1.2.6 (master@34d6af2) Provides common messaging-based MEF services for loosely coupled Visual Studio extension components communication and integration. EZ-GIT 1.9.2 Fabric.DiagnosticEvents 1.0 Fabric Diagnostic Events GitHub.VisualStudio 2.11.106.19330 A Visual Studio Extension that brings the GitHub Flow into Visual Studio. IntelliCode Extension 1.0 IntelliCode Visual Studio Extension Detailed Info Microsoft Azure HDInsight Azure Node 2.6.1000.0 HDInsight Node under Azure Node Microsoft Azure Hive Query Language Service 2.6.1000.0 Language service for Hive query Microsoft Azure Service Fabric Tools for Visual Studio 16.10 Microsoft Azure Service Fabric Tools for Visual Studio Microsoft Azure Stream Analytics Language Service 2.6.1000.0 Language service for Azure Stream Analytics Microsoft Azure Stream Analytics Node 1.0 Azure Stream Analytics Node under Azure Node Microsoft Azure Tools for Visual Studio 2.9 Support for Azure Cloud Services projects Microsoft Continuous Delivery Tools for Visual Studio 0.4 Simplifying the configuration of Azure DevOps pipelines from within the Visual Studio IDE. Microsoft JVM Debugger 1.0 Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines Microsoft Library Manager 2.1.113+g422d40002e.RR Install client-side libraries easily to any web project Microsoft MI-Based Debugger 1.0 Provides support for connecting Visual Studio to MI compatible debuggers Microsoft Visual C++ Wizards 1.0 Microsoft Visual C++ Wizards Microsoft Visual Studio Tools for Containers 1.2 Develop, run, validate your ASP.NET Core applications in the target environment. F5 your application directly into a container with debugging, or CTRL + F5 to edit & refresh your app without having to rebuild the container. Microsoft Visual Studio VC Package 1.0 Microsoft Visual Studio VC Package Mono Debugging for Visual Studio 16.10.15 (552afdf) Support for debugging Mono processes with Visual Studio. NuGet Package Manager 5.11.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/ Progress Telerik UI for Xamarin Extension 2021.1.108.2 Progress® Telerik® UI for Xamarin Extension ProjectServicesPackage Extension 1.0 ProjectServicesPackage Visual Studio Extension Detailed Info Python 16.11.21196.2 Provides IntelliSense, projects, templates, debugging, interactive windows, and other support for Python developers. Python - Conda support 16.11.21196.2 Conda support for Python projects. Python - Django support 16.11.21196.2 Provides templates and integration for the Django web framework. Python - Profiling support 16.11.21196.2 Profiling support for Python projects. Razor (ASP.NET Core) 16.1.0.2122504+13c05c96ea6bdbe550bd88b0bf6cdddf8cde1725 Provides languages services for ASP.NET Core Razor. SQL Server Data Tools 16.0.62201.17150 Microsoft SQL Server Data Tools SQLite & SQL Server Compact Toolbox 4.8 SQLite & SQL Server Compact Toolbox adds scripting, import, export, rename, query execution and much more to SQL Server Compact & SQLite Data Connections. Syncfusion Xamarin Project Templates 13.4.0.53 A multi-project template for building iOS, Android, and Windows apps using Syncfusion Xamarin components. Syncfusion Xamarin Toolbox 16.2.0.19 Syncfusion Essential Studio for Xamarin Toolbox Visual Studio extension. SyncfusionMenu Extension 1.0 SyncfusionMenu Visual Studio Extension Detailed Info ToolWindowHostedEditor 1.0 Hosting json editor into a tool window TypeScript Tools 16.0.30526.2002 TypeScript Tools for Microsoft Visual Studio Visual Basic Tools 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1 Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used. Visual F# Tools 16.11.0-beta.21514.6+b6c2c4f53ea3a08fa603ea93d6d2f808a62a21d1 Microsoft Visual F# Tools Visual Studio Code Debug Adapter Host Package 1.0 Interop layer for hosting Visual Studio Code debug adapters in Visual Studio Visual Studio Container Tools Extensions 1.0 View, manage, and diagnose containers within Visual Studio. Visual Studio Tools for Containers 1.0 Visual Studio Tools for Containers Visual Studio Tools for Kubernetes 1.0 Visual Studio Tools for Kubernetes VisualStudio.DeviceLog 1.0 Information about my package VisualStudio.Foo 1.0 Information about my package VisualStudio.Mac 1.0 Mac Extension for Visual Studio Xamarin 16.11.000.197 (d16-11@6934992) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android. Xamarin Designer 16.11.0.47 (remotes/origin/d16-11@e0d612363) Visual Studio extension to enable Xamarin Designer tools in Visual Studio. Xamarin Templates 16.10.5 (355b57a) Templates for building iOS, Android, and Windows apps with Xamarin and Xamarin.Forms. Xamarin.Android SDK 12.0.0.3 (d16-11/f0e3c2d) Xamarin.Android Reference Assemblies and MSBuild support. Mono: c633fe9 Java.Interop: xamarin/java.interop/d16-11@476bb5b ProGuard: Guardsquare/proguard/v7.0.1@912d149 SQLite: xamarin/sqlite/3.35.4@85460d3 Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-11@87af37b Xamarin.iOS and Xamarin.Mac SDK 15.2.0.17 (738fde344) Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support. ```

Build Logs

Screenshots

Reproduction Link

Workaround

rahul8973 commented 1 year ago

I am having the same issue. Any luck anyone.