Hi,
just downloaded the Trial and I can't make AppMap work in my VS. When I select new Project => App Map, it shows me the dependency container and platform selection dialog from prism. I kept default selection (Android iOS and UWP, DryIOC, show App map selected) and clicked next.
After that the UI Designer of AppMap is presented.
As soon as I drag any Page from the Toolbox into the design screen, my visual studio instance crashes.
The same thing happens when I deselect "Show app map" on project creation. I added app map Item manually to the project after creation. Then it crashes as well when I drag Page from Toolbox.
Attached ActivityLog from Visual Studio if that helps.
Thanks, Nicolai
ActivityLog.xml
I am unable to duplicate this issue locally. You can try to uninstall the extension and reinstall it from the marketplace. Sometimes when Visual Studio performs an update, it causes issues with the installed extensions.
I am having this exact issue, however, re-installing the extension did not work for me. Running Windows 10 ver. 1909, Infragistics 19.1, Visual Studio Professional 2019 Version 16.4.5. I have also run the Repair installation on both Visual Studio and Infragistics. Event Viewer indicates a Null Reference Exception
Application: devenv.exeFramework Version: v4.0.30319Description: The process was terminated due to an unhandled exception.Exception Info: System.NullReferenceException at System.Windows.Controls.Primitives.Popup.OnWindowResize(System.Object, System.Windows.AutoResizedEventArgs) at System.Windows.Interop.HwndSource.Resize(System.Windows.Size) at System.Windows.Interop.HwndSource.OnLayoutUpdated(System.Object, System.EventArgs) at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent() at System.Windows.ContextLayoutManager.UpdateLayout() at System.Windows.ContextLayoutManager.UpdateLayoutCallback(System.Object) at System.Windows.Media.MediaContext+InvokeOnRenderCallback.DoWork() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object) at System.Windows.Media.MediaContext.RenderMessageHandler(System.Object) at System.Windows.Media.MediaContext.Resize(System.Windows.Media.ICompositionTarget) at System.Windows.Interop.HwndTarget.OnResize() at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr) at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
Any other suggestions?
Thanks alot, reinstalling the AppMap Extension solved my problem.