C
C#10mo ago
Ayoub

❔ visual studio error loading project asp.net core mvc

when I create a project in visual studio asp.net core mvc , all the files (Controllers, Views etc) are missing , is there anyway to fix this problem
11 Replies
Angius
Angius10mo ago
What can you see in the solution explorer? What files are there?
Ayoub
Ayoub10mo ago
just the solution , there are no files 0 projets
Angius
Angius10mo ago
And on the disk? Does the project and files exist when you open them with file explorer?
Ayoub
Ayoub10mo ago
yes
Angius
Angius10mo ago
Aight, so, right-click on the solution and add an existing project Then point to that project I don't know why, but this kinda thing happens often
Ayoub
Ayoub10mo ago
it gave me an error when i try to add the project
Angius
Angius10mo ago
What error?
Ayoub
Ayoub10mo ago
sdk "micorsoft .net sdk.web' specific missing
Ayoub
Ayoub10mo ago
will do thanks
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Urgent help - Multiple Choice Quiz Project with Csv File - Windows form C#I have two forms, Menu form, and Quiz Form. What to Know: - user can select 1 of 2 topics : Cell B❔ .razor files intellisense not working - Visual Studio 2022Declaritives, code blocks, etc are not picking up in razor files. Only the HTML is working with the Can't make my scoring thing work, maybe it's script? helpI'm new to programming (2,5 months in unity) and I'm trying to make a hyper-casual game (2D for andr❔ Cant connect via public address with portforwardingWhen I use 127.0.0.1 it works but when I use public address with portforwarding it gives me that err❔ Does the import-by-ordinal functionality of DllImport work under NAOT + DirectPInvoke?I'm having a bit of trouble with importing several functions by their ordinal numbers *(for context:❔ How to connect to `Microsoft.NET.Test.Sdk`?Anyone here with experience in https://github.com/microsoft/vstest ? Or in other words `Microsoft.N❔ Using variables in generic methodsI code the following code but Business.Get is an async function: ```cs Type businessType = typeof(Bu❔ ✅ Display all properties of different types without an attribute in a WPF list?I have a Vehicle object that looks like this: ```cs public class Vehicle { [DoNotLogInCsv] ❔ Need help urgently with production app not behaving as expectedthis issue is with a WPF app: `App.ShutdownMode` is equal to `ShutdownMode.OnLastWindowClose`. When❔ New to C#, trying to create a gui that lets me start/stop my discord bot on a remote linux machineI am new to c#, but trying to learn. I have a simple gui with a start and stop button at the moment.