✅ Problem with SDK 10.0
I am trying to run an application that targets .NET SDK 10.0.100 for Npgsql versions. I have already installed:
The .NET SDK
The corresponding runtime
The required workloads in Visual Studio 2026
Even after repairing the SDK environment through Visual Studio 2026, nothing seems to work. The IDE still fails to recognize the SDK, and the application cannot run correctly. I’ve also ensured that the paths are correct and tried restarting Visual Studio, but the issue persists.
I’m looking for guidance on how to make Visual Studio 2026 properly detect the .NET 10 SDK and run applications that depend on Npgsql.
16 Replies


AFAIR VS doesn't use the normal sdks really
but its own
so you gotta have that checked
Where i can find ?
iirc it was at the top of the list
@Petris *

and this one?


@Petris Do i do something wrong , like dev kit or smth ?
you chose the wrong template
And wich one i need to chose then ?
Okkk
i say nothing
Im stupid as fk
And for purpose, what the difference between the 2 ? @Petris
Unknown User•7d ago
Message Not Public
Sign In & Join Server To View
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework.
.NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended.
https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
Unknown User•7d ago
Message Not Public
Sign In & Join Server To View