C
C#13mo ago
AlKin

This project is not supported in C# Dev Kit.

I've problem when load my project in vscode. i want to change code from Microsoft Visual Studio to VSCode, this project using MVC .Net Framework , then i've this erros. What must i do to solving this ?
4 Replies
Jimmacle
Jimmacle13mo ago
why do you want to switch to vs code from VS? that's a straight downgrade but the error tells you precisely what's wrong also, if this is a new project you should not be using .NET Framework because it's an old version
AlKin
AlKin13mo ago
Actually this is my new project :))))
Jimmacle
Jimmacle13mo ago
then you can solve all your problems by using a newer version of .NET (.NET 7 is the newest) which will make your project file using the new SDK style by default
AlKin
AlKin13mo ago
ooh i see. thank you @jimmacle