You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not load type 'Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory' from assembly 'Microsoft.AspNetCore.Mvc.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
Been using your project for a couple of personal ASP.NET Core projects, thought I would test it out at work trying to migrate a .NET 4.7.2 project to ASP.NET Core targeting .NET Framework, but I receive the above error.
I tried it out on an empty project and the same thing happened.
Will try and debug it during the week and see if I can figure out the exact cause.
The text was updated successfully, but these errors were encountered:
Could not load type 'Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory' from assembly 'Microsoft.AspNetCore.Mvc.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
Been using your project for a couple of personal ASP.NET Core projects, thought I would test it out at work trying to migrate a .NET 4.7.2 project to ASP.NET Core targeting .NET Framework, but I receive the above error.
I tried it out on an empty project and the same thing happened.
Is your project targeting v4.7.2? I'm experiencing the same exception on an ASP.Net Core 2.2 app that targets .Net Framework v4.7.2
If I simply copy this project code into my own, it does work, so it appears to be a referencing issue, but I haven't sorted out what exactly yet.
Been using your project for a couple of personal ASP.NET Core projects, thought I would test it out at work trying to migrate a .NET 4.7.2 project to ASP.NET Core targeting .NET Framework, but I receive the above error.
I tried it out on an empty project and the same thing happened.
Will try and debug it during the week and see if I can figure out the exact cause.
The text was updated successfully, but these errors were encountered: