Questions tagged [.net-4.7.1]
62 questions
0
votes
1 answer
Website project targeted to .NET 4.0 is picking up stuff from newer .NET versions
I have a ASP.NET WebSite project in my solution, there are other class library projects that are all targeted to .NET 4.0. It works fine on every developer's computer except for one.
Linq in .NET 4.0 did not have a Prepend extension method so we had…

fahadash
- 3,133
- 1
- 30
- 59
0
votes
0 answers
ClickOnce with .NET 4.7.1 fails, cannot find Microsoft.Extensions.FileProviders.Physical in the GAC
I've successfully built and deployed a ClickOnce app based on .NET 4.7.1 using the latest (stable) Visual Studio 2017 version. However, another app won't install:
I've tried to install it into the GAC:
Find…

Pierre Arnaud
- 10,212
- 11
- 77
- 108