.net-4.7 Questions

3

Solved

Having what appears to be runtime issues with Project References in Visual Studio 2017 Test Runner. The Unit Test CSPROJ builds just fine with TargetFramework=net47, but at execution time we get th...
Karttikeya asked 9/5, 2017 at 15:29

5

Solved

I am trying to start a new project using .NET 4.7. I have Creators Update installed as well as the latest version of Visual Studio 2017. When I start a project and device to choose a .NET version, ...
Parthenogenesis asked 10/4, 2017 at 6:31

2

I have some code that uses the Service Bus Event Data, and I suspect that I need to use the offset property as, currently, my program is (or seems to be) re-running the same Event Hub data over and...
Lupulin asked 5/6, 2018 at 7:36

3

I have the following .net versions on my machine. I started working on a .net project which's targetframework is 4.7. When I tried to install .net 4.7, I got this error ".NET Framework 4.7 or a lat...
Ernaernald asked 3/7, 2019 at 5:46

1

Solved

The title is purposely generic as I have no clue to formulate my question in any different way. I have made an MVC 5 project using .NET 4.7. My goal is to use IIS 10 to point to a domain so I can u...
Festivity asked 25/11, 2019 at 21:6

1

Solved

I have the following XAML for my WPF app, which I am converting from UWP: <ScrollViewer Name="scv_main" Grid.Row="2" ScrollViewer.VerticalScrollBarVisibility="Auto" PanningMode="VerticalFirst"...
Zo asked 22/4, 2018 at 18:45

3

Solved

Update Microsoft acknowledged the issue: Gepost door Microsoft op 13/10/2017 om 11:38 Thank you for reporting this. We are aware of this issue and are fixing it in a future version of .NET. There ...
Carew asked 5/9, 2017 at 7:51

3

Solved

I have set Enable Win32 Long Paths in the Local Group Policy Editor to Enabled and restarted the computer. And here's the code: string path = Environment.GetFolderPath(Environment.SpecialFolder.Des...
Hedgcock asked 3/7, 2017 at 15:3

1

Solved

I'm trying to create WPF client with IdentityServer authentication. I'm using their OidcClient to get logged in. It's whole async while my app is sync and can't be refactored without huge effort. C...
Millymilman asked 27/11, 2018 at 21:8

2

Hopefully someone can help with this problem. Recently our machines were updated with KB4344167 which includes security updates for .NET 4.7.1. Unfortunately this update has broken our code for a W...
Recoverable asked 12/9, 2018 at 13:53

1

Solved

By default HttpClient only uses 2 concurrent connections per host. According to docs I can change that. I don't want to change it on a global level, I just want to change it for the service I'm usi...
Modernistic asked 3/9, 2018 at 12:41

2

Solved

We have a Windows Server 2016, with a build agent for TFS 2017 update 1, which is using Visual Studio Entreprise 2017. All windows updates are done I installed the .NET 4.7 Runtime and the .NET 4...
Exceed asked 28/5, 2017 at 10:36

3

Solved

Does someone know if there's any way to use AutoMapper with ASP.Net Core 2.0? There's no extension for IServiceCollection. And optional question, does anyone tryed to work with AutoMapper with .Ne...
Hinds asked 19/9, 2017 at 15:38

1

Solved

I'm trying a call a .Net 4.7 data access library (which uses Entity Framework 6) from a new Asp Net Core 2.0 Web Application. The issue is that EF6 can't seem to get hold of a DbProviderFactory. M...

1

Solved

I have the problem where I need to do dynamic dispatch based on an object type. The types based on which I need to dispatch are known at compile time - in my example they are 17. My initial guess ...
Lascivious asked 28/12, 2017 at 12:39

2

Solved

I have just today started seeing this Exception out in the wild on application launch with an app that has been in production for 3 years. System.TypeInitializationException: The type initiali...
Moonwort asked 16/6, 2017 at 2:56

1

Solved

Ok lets say I have this simple program in .NET 4.6: using System; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static async void Main() { var data = await Task.Run((...
Headland asked 12/5, 2017 at 21:55
1

© 2022 - 2024 — McMap. All rights reserved.