[GH-ISSUE #848] Cannot compile .sln file #574

Closed
opened 2026-02-27 15:50:57 +03:00 by kerem · 5 comments
Owner

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

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
kerem closed this issue 2026-02-27 15:50:57 +03:00
Author
Owner

@MaxXor commented on GitHub (Jul 4, 2020):

What Visual Studio version are you using? What's the exact error message?

<!-- gh-comment-id:653734763 --> @MaxXor commented on GitHub (Jul 4, 2020): What Visual Studio version are you using? What's the exact error message?
Author
Owner

@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.

Quasar.Server\Quasar.Server.csproj : error  : The SDK 'Microsoft.NET.Sdk.WindowsDesktop' specified could not be found.  C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Server\Quasar.Server.csproj

Quasar\Quasar.Client\Quasar.Client.csproj : error  : The SDK 'Microsoft.NET.Sdk.WindowsDesktop' specified could not be found.  C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Client\Quasar.Client.csproj

Quasar\Quasar.Common\Quasar.Common.csproj : error  : The SDK 'Microsoft.NET.Sdk' specified could not be found.  C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Common\Quasar.Common.csproj

Quasar\Quasar.Common.Tests\Quasar.Common.Tests.csproj : error  : The SDK 'Microsoft.NET.Sdk' specified could not be found.  C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Common.Tests\Quasar.Common.Tests.csproj

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

<!-- gh-comment-id:653774995 --> @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. ~~~ Quasar.Server\Quasar.Server.csproj : error : The SDK 'Microsoft.NET.Sdk.WindowsDesktop' specified could not be found. C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Server\Quasar.Server.csproj Quasar\Quasar.Client\Quasar.Client.csproj : error : The SDK 'Microsoft.NET.Sdk.WindowsDesktop' specified could not be found. C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Client\Quasar.Client.csproj Quasar\Quasar.Common\Quasar.Common.csproj : error : The SDK 'Microsoft.NET.Sdk' specified could not be found. C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Common\Quasar.Common.csproj Quasar\Quasar.Common.Tests\Quasar.Common.Tests.csproj : error : The SDK 'Microsoft.NET.Sdk' specified could not be found. C:\Users\Name\Desktop\whitelist\quasar\Quasar\Quasar.Common.Tests\Quasar.Common.Tests.csproj ~~~ 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
Author
Owner

@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.

<!-- gh-comment-id:653775446 --> @MaxXor commented on GitHub (Jul 4, 2020): You don't need .NET 5.0 SDK. [Modify your VIsual Studio installation](https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio?view=vs-2019) and add **.NET desktop development**. It's all described in the [README file](https://github.com/quasar/Quasar#compiling).
Author
Owner

@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.

<!-- gh-comment-id:653782286 --> @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.
Author
Owner

@Xsnipe commented on GitHub (Jul 4, 2020):

never mind I got it. Thank you though.

<!-- gh-comment-id:653785171 --> @Xsnipe commented on GitHub (Jul 4, 2020): never mind I got it. Thank you though.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#574
No description provided.