I have a big problem with vs 2017. When vs2017 was open, suddenly unload my .net core project (presentaion layer, specially nop.web for nopCommerce 4.2).
I really tired for to much installing and unistalling sdks and vs2017.
I update vs2017, uninstall sdk and reinstall sdk (I know 2.2.2nn is not support so I install SDK 2.2.110).
It also create empty solution when I try to create new web (.net core) project. In fact it has create but doesn't display in vs2017. This problem is persists with .net core 2.1.
Nuget doesn't open in project, and also in error list I have this Error: The current .NET SDK does not support targeting .NET Core 2.2.
But every things is ok in vs2019
Visual Studio 2017 problem with .net core projects
178 Views Asked by Hamed Naghdi At
0
There are 0 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in VISUAL-STUDIO
- NuGet - Given a type name or a DLL, how can I find the NuGet package?
- Exception thrown at 0x0131EB06 Visual Studio
- Visual Studio 2015 Cordova Plugin Add Fail
- Cannot find InvalidCastException in C# Application
- generating C# code file during Visual Studio build
- Can I deploy multiple instances of my application on the same windows phone?
- Close the Solution Explorer window
- How to generate entity framework code-first migrations without using the package manager console?
- Implementing callback function for dialog-based application
- VB.net: How to make original variable value fulfill 2 statements?
- DLL being marked as DELETEPENDING
- String tokenizing in Visual Studio C++
- How to use "Multicharts Studies" in Visual Studio 2013?
- Programs Will Not Run In Visual Studio
- VB.Net: Display total when check boxes are checked
Related Questions in VISUAL-STUDIO-2017
- No templates in Visual Studio 2017
- Xamarin.iOS on the Mac Server is not compatible
- NuGet Console in visual studio 2017 RC won't Add-Migration or Update-Database?
- VS2017 RC Web deploy - ERROR_CERTIFICATE_VALIDATION_FAILED
- How to use an ASP.NET Core environment variable in testing with Visual Studio
- How to create F# .Net Core ConsoleApp in Visual Studio 2017 RC
- Can I suppress a specific C6031 warning? CString::LoadString
- InterlockedExchange issue with C28112/3
- AppSettings.*.json files not copied on Publish in ASP.NET CORE 1.1
- Does Visual Studio 2017 Community create a Services folder for Dependency Injection with Core 1.0?
- dotnet exec needs a managed .dll or .exe extension while adding Entity Framework Core (1.1.0) Migrations
- project can't be set as Class Library in visual studio
- How to connect with SQL Server database using .NET Core Class Library (.NET Standard)?
- Using Dependency Injection with .NET Core Class Library (.NET Standard)
- Localisation that can be read by a portable F# project (Profile 259)
Related Questions in ASP.NET-CORE-2.2
- Error while getting documents from mongoDb using c#
- .Net Core MVC Web App - passing value from View to Controller in a Form not working
- Is there a way to pass JWT Token for Auth into Selenium WebDriver in C# Asp.net Core?
- Can I allow for unauthorized user to have access to controller if the field "allowed" in appsettings.json is true?
- Upgrading to .NET Core 3.1: Replacement for UserManager.NormalizeKey method?
- EF Core pulling the same data twice
- Validate if input already exist in database ASP .NET Core 2.2
- Remote validation, No URL for remote validation could be found
- What is a good architecture to add an API to an existing ASP.Net Core 2.2 MVC solution
- `Store does not implement IUserRoleStore.` error with custom UserManager
- Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseSqlServer' call on ASP.NET core 2.2
- How to render a partial view located in an application part (DLL) into main asp.net core 2.2 project
- Why my authorization JWT is failing when is sent to the Web API?
- asp.net core 2.2, appsettings.json is updated to azure devops no matter if exists in gitignore
- Remove default PasswordValidator from Asp.Net Core
Related Questions in .NET-CORE-2.2
- Azure Active Directory - user's group claims are not up-to-date
- How to download dotnet-sdk-2.2 on ubuntu 20.04 focal?
- Custom Model Binder & TryUpdateModelAsync not working as expected
- AWS Beanstalk Platform .NET Core running on 64bit Amazon Linux 2/2.0.2 Publish Version Error
- Creating and using custom font from .ttf file in .net core 2.2 throwing CoreClr error and restarting IIS app pool
- CORS Preflight Requests are being blocked .Net Core 2.2
- How not to duplicate the IHostedService .Net core 2.2 in scalable microservices?
- Different JsonSerializerSettings for different values in list
- GetFallbackPolicyAsync error when upgrading to .NetCore3.1
- Windows Authentication for .NET Core 2.2 not working - 401 unauthorized
- Visual Studio 2019 Very Slow and Not Responding for second on add folder or add cs
- Could not load type 'RelationalReferenceCollectionBuilderExtensions' from assembly 'Microsoft.EntityFrameworkCore.Relational
- NopCommerce Plugins built within custom plugin
- Why is dependency resolution resolving my service's options AFTER the service itself?
- IOptions configurations throws random NullReferenceException - AspNetCore 2.2
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?