The background is that I'm attempting to incorporate a WinRT app in to my team's prototype. I have Windows 8 Pro running in VM Player 5. I installed VS 2012 and Update 1. This is my first time working with both Windows 8 and VS 2012.I created a new project using the Blank App (XAML) template for C#. It builds successfully but crashes after deployment to the Start screen due to a AccessViolationException. The app does get deployed to the Start screen and I can run the app there, but development and debugging will be a hassel if I can't figure this out. I tried running VS as administrator, toying with build configuration, and looking for all the updates I could find in regards to Windows 8 and VS. A C# console app buids and executes as expected within VS. I've tried 3 empty WinRT apps all with the same result, with one being a Split App. I uninstalled and reinstalled VS. I have not gone so far as to create a new Windows 8 instance. Any thoughts on what to try next?The event viewer shows this stack trace...Application: devenv.exeFramework Version: v4.0.30319Description: The process was terminated due to an unhandled exception.Exception Info: System.AccessViolationExceptionStack: at Microsoft.VisualStudio.ImmersiveProjectServices.Shared.NativeMethods.HeapFree(IntPtr, UInt32, IntPtr) at Microsoft.VisualStudio.ImmersiveProjectServices.Shared.NativeMethods.FwSidAndAttributesFree(UInt32, IntPtr) at Microsoft.VisualStudio.ImmersiveProjectServices.Shared.FirewallShim.SetNetworkLoopback(System.String, Microsoft.VisualStudio.ImmersiveProjectServices.Shared.NetworkLoopbackState) at Microsoft.VisualStudio.ImmersiveProjectServices.Shared.LocalDeployJob.SetNetworkLoopback(System.String, Microsoft.VisualStudio.ImmersiveProjectServices.Shared.NetworkLoopbackState) at Microsoft.VisualStudio.ImmersiveProjectServices.Shared.RegisterAppxLayout.Start(Boolean, Boolean, Microsoft.VisualStudio.ImmersiveProjectServices.Shared.NetworkLoopbackState, Boolean, System.String ByRef, System.String ByRef, System.Exception ByRef) at Microsoft.VisualStudio.ImmersiveProjectServices.IdeDeployJob.Start() at Microsoft.VisualStudio.ImmersiveProjectServices.ImmersiveProjectDeploy.RunDeploy(System.Object) at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() at System.Threading.Tasks.Task.ExecutionContextCallback(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef) at System.Threading.Tasks.Task.ExecuteEntry(Boolean) at System.Threading.Tasks.ThreadPoolTaskScheduler.LongRunningThreadWork(System.Object) at System.Threading.ThreadHelper.ThreadStart_Context(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart(System.Object)
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results