mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #848] Cannot compile .sln file #574
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#574
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Xsnipe on GitHub (Jul 4, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/848
when opening up the .sln file in visual studio. I get an error saying some file could not be opened and no file loads
@MaxXor commented on GitHub (Jul 4, 2020):
What Visual Studio version are you using? What's the exact error message?
@Xsnipe commented on GitHub (Jul 4, 2020):
I am running visual studio 2019 16.6.3 and the error says "One or more projects in the solution were not loaded correctly. Please see the output Window for details" The following errors are what are in the output.
I have installed the .Net SDK from the following link
https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-5.0.100-preview.6-windows-x64-installer
@MaxXor commented on GitHub (Jul 4, 2020):
You don't need .NET 5.0 SDK. Modify your VIsual Studio installation and add .NET desktop development. It's all described in the README file.
@Xsnipe commented on GitHub (Jul 4, 2020):
I have built the file and now I am left with the bin folder, I go into the bin folder and there is a debug folder and no release folder. Is there supposed to be a release folder.
@Xsnipe commented on GitHub (Jul 4, 2020):
never mind I got it. Thank you though.