VS2022 errors out on a project cloned from Git
I'm getting the below error while trying to launch a project that we're supposed to work on as a group.
We've worked a bit with ASP.NET and VS2022 in general before that, but never adding Git into the mix, and unfortunately this just stops me before I can even do anything.
If I understand correctly from the error, the code is looking for a local database, which doesn't exist. I suppose my question is - how do I make one?
In my previous projects it just kind of created one by itself, I didn't need to fill it up with tables or anything it just appeared-
And no, just adding a new database named accordingly doesn't work either, it then starts throwing errors about individual tables unless those are added also
We've worked a bit with ASP.NET and VS2022 in general before that, but never adding Git into the mix, and unfortunately this just stops me before I can even do anything.
If I understand correctly from the error, the code is looking for a local database, which doesn't exist. I suppose my question is - how do I make one?
In my previous projects it just kind of created one by itself, I didn't need to fill it up with tables or anything it just appeared-
And no, just adding a new database named accordingly doesn't work either, it then starts throwing errors about individual tables unless those are added also
