Replies: 8 comments
-
Have you installed the latest tools? Did you run |
Beta Was this translation helpful? Give feedback.
-
Seems to be a duplicate of #55. |
Beta Was this translation helpful? Give feedback.
-
Can you provide some clarification as to what you mean by latest tools? are you referring to visual studio extensions, npm packages, or something else? I have performed the dnvm upgrade (without a resolution) and verified there are no updates to Visual Studio 2015. If i create a new web project from the asp.net Empty, Web API or Web Application they run without issue. |
Beta Was this translation helpful? Give feedback.
-
unchecking "Suppress JIT optimization on module load" solved the issue for me Tools menu ->Options -> Debugging -> General -> Uncheck this option "Suppress JIT optimization on module load" |
Beta Was this translation helpful? Give feedback.
-
@ctwoodwa Was this an option that you had turned on? This option is unchecked for my by default in VS 2015. |
Beta Was this translation helpful? Give feedback.
-
It was checked on my install or maybe turned by an extension. I don't remember checking it. I do all my day job in Visual 2013 right now. |
Beta Was this translation helpful? Give feedback.
-
Also had this checked. |
Beta Was this translation helpful? Give feedback.
-
I also ran into this issue when "Suppress JIT optimization on module load" is checked". 'dnx.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Users\vreugd e.dnx\packages\Microsoft.AspNet.WebUtilities\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.WebUtilities.dll'. Cannot find or open the PDB file. Unchecked "Suppress JIT optimization on module load" and Glimpse works as expected |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What other information can I provide? I'm just trying to get the default project to run after creating it for the first time.
my setup:
Visual studio 2015 (update 1)
new project using the ASP.NET MVC 6(RC 1 update 1) Boilerplate(Also TC 1)
selected default project options,
restored packages,
ran default gulp task
compiles
IE display's:
HTTP Error 502.3 - Bad Gateway
The specified CGI application encountered an error and the server terminated the process.
Visual Studio exception:
when running in IIS express or web:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
stack trace:
at Proxy_From_ViewResult_To_IViewResult_3.get_StatusCode()
at Glimpse.Agent.Internal.Inspectors.WebDiagnosticsInspector.OnBeforeActionResult(IActionContext actionContext, Object result)
at Proxy_Method_From_<>f__AnonymousType10
2_To_Void OnBeforeActionResult(Glimpse.Agent.Internal.Inspectors.Mvc.Proxies.IActionContext, System.Object)(Object , Object , IProxyFactory ) at Microsoft.Extensions.DiagnosticAdapter.ProxyDiagnosticSourceMethodAdapter.<>c__DisplayClass1_0.<Adapt>b__0(Object listener, Object data) at Microsoft.Extensions.DiagnosticAdapter.DiagnosticSourceAdapter.Write(String diagnosticName, Object parameters) at Microsoft.Extensions.DiagnosticAdapter.DiagnosticSourceAdapter.System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnNext(KeyValuePair
2 value)at System.Diagnostics.DiagnosticListener.Write(String name, Object value)
at Microsoft.AspNet.Mvc.Diagnostics.FilterActionInvokerDiagnosticSourceExtensions.BeforeActionResult(DiagnosticSource diagnosticSource, ActionContext actionContext, IActionResult result)
at Microsoft.AspNet.Mvc.Controllers.FilterActionInvoker.d__56.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
Beta Was this translation helpful? Give feedback.
All reactions