question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Agent reports incorrect ASP.NET version (on Full Framework)

See original GitHub issue

When running on Windows 10 (build 1809 - October 2018 Update) at the bottom of error page (aka ASP.NET yellow screen of death) it says

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0

although HTTP response contains header

“x-AspNet-Version”: “4.0.30319”

https://en.wikipedia.org/wiki/ASP.NET says that Windows 10 build 1709 (Fall Creators Update) has ASP.NET 4.7.1 so it would make sense for Windows 10 build 1809 to have ASP.NET 4.7.3282.0

In any case agent reports ASP.NET version as 4.0.0.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
SergeyKleymancommented, Jun 17, 2019

RuntimeInformation.FrameworkDescription does return something that makes sense .NET Framework 4.7.3416.0

1reaction
SergeyKleymancommented, Jun 17, 2019

It seems that we are not the only ones interested - https://github.com/aspnet/AspNetWebStack/issues/144 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Asp.net Dev Server using wrong version of the framework?
I stopped development for a few weeks, and when I came back, my project is exhibiting the following problem: The whole project compiles...
Read more >
Started to get "This project is targeting a version of .NET ...
I'm getting this same issue with ASP.Net Core 3.1. The solution has been fine for two years and now it want's to install...
Read more >
How to get logs from the .NET Framework agent
Objective. The .NET Framework agent logs only INFO level messages by default, but when troubleshooting specific issues it is often necessary ...
Read more >
NET Agent version 1.x
NET Full Framework. The collection over ETW requires elevated privileges, especially in IIS deployments. This runs counter to best practices.
Read more >
Monitoring .NET Framework
NET sensor is automatically deployed and installed after you install the Instana agent. Note: This page is about our support for .NET Full...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found