Closed Derpford closed 10 months ago
Equally weird: The newly-created project has warnings in it: I'm...pretty sure I have netstandard installed, I think it came with dotnet. It ought to be managed by nuget anyway, right? (That was a headache and a half to set up in the first place...)
The .dll file it's looking for doesn't exist. Was it supposed to be created when I created a new project? I'm using VS Code.
I'm guessing that if the DLL doesn't exist, you didn't build the new project you just made. Let's make sure you've done that first.
Sounds like you're already building the new project.
Could you join us in our discord? It's a lot easier to go back and forth with issues like this here - https://discord.com/invite/Fw2pFvA5QF
Also, I just fixed the error reporting for your specific case - https://github.com/bryanedds/Nu/commit/42166f0fd0fb170eddb796b4a4038177d92d143a
I'm...pretty sure I have netstandard installed, I think it came with dotnet. It ought to be managed by nuget anyway, right? (That was a headache and a half to set up in the first place...)
To me, is sounds like you didn't install .net properly. Are you on linux?
To me, is sounds like you didn't install .net properly. Are you on linux?
I'm on Windows. Windows 11, specifically. Give me a minute to join the discord.
After some discussion in the discord, the problem's been resolved. For some reason, dotnet 8 was unable to provide dotnet 7's netstandard, so I had to go install the dotnet 7 SDK.
For whatever reason, after creating a new project in Gaia, I get the following error when trying to run Gaia again:
The .dll file it's looking for doesn't exist. Was it supposed to be created when I created a new project? I'm using VS Code.