[GH-ISSUE #814] error while building with VS2019 #541

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

Originally created by @dexter-qjq on GitHub (May 21, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/814

I have downloaded the source code from main page, and open .sln file with VS2019. I release-build service, that is ok. When release-build client, VS told me that cannt copy client.exe and client.bin . Then I looked at the dir and found client.exe, but no client.bin. What is the problem? And how I can fix it? Thanks in advance.

Originally created by @dexter-qjq on GitHub (May 21, 2020). Original GitHub issue: https://github.com/quasar/Quasar/issues/814 I have downloaded the source code from main page, and open .sln file with VS2019. I release-build service, that is ok. When release-build client, VS told me that cannt copy client.exe and client.bin . Then I looked at the dir and found client.exe, but no client.bin. What is the problem? And how I can fix it? Thanks in advance.
kerem 2026-02-27 15:50:49 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@GCPins commented on GitHub (May 21, 2020):

I have been having the same issue, and it wouldn't build in older versions of VScode either. I can scan around my saved files for a working copy and post it here, but I'd doubt you or anyone else would trust me (no worries if you don't).

<!-- gh-comment-id:632357858 --> @GCPins commented on GitHub (May 21, 2020): I have been having the same issue, and it wouldn't build in older versions of VScode either. I can scan around my saved files for a working copy and post it here, but I'd doubt you or anyone else would trust me (no worries if you don't).
Author
Owner

@dexter-qjq commented on GitHub (May 22, 2020):

I have been having the same issue, and it wouldn't build in older versions of VScode either. I can scan around my saved files for a working copy and post it here, but I'd doubt you or anyone else would trust me (no worries if you don't).

thanks for your attention and help. How did you build your current working software? this is my email, qjq793437528@163.com. Maybe you can share me some other info about this project or even some running screenshots.

<!-- gh-comment-id:632423940 --> @dexter-qjq commented on GitHub (May 22, 2020): > I have been having the same issue, and it wouldn't build in older versions of VScode either. I can scan around my saved files for a working copy and post it here, but I'd doubt you or anyone else would trust me (no worries if you don't). thanks for your attention and help. How did you build your current working software? this is my email, qjq793437528@163.com. Maybe you can share me some other info about this project or even some running screenshots.
Author
Owner

@GCPins commented on GitHub (May 22, 2020):

My working software is an older version before the recent update. Sorry I can’t be more help.

<!-- gh-comment-id:632432718 --> @GCPins commented on GitHub (May 22, 2020): My working software is an older version before the recent update. Sorry I can’t be more help.
Author
Owner

@GCPins commented on GitHub (May 22, 2020):

I am having recent issues with that as well.

<!-- gh-comment-id:632432811 --> @GCPins commented on GitHub (May 22, 2020): I am having recent issues with that as well.
Author
Owner

@dexter-qjq commented on GitHub (May 22, 2020):

By the way, there is a warning information that CS0169 “Client._typeIndex” is never used.

<!-- gh-comment-id:632438394 --> @dexter-qjq commented on GitHub (May 22, 2020): By the way, there is a warning information that CS0169 “Client._typeIndex” is never used.
Author
Owner

@MaxXor commented on GitHub (May 22, 2020):

What's the exact error message you're getting?

Open the configuration manager in Visual Studio from the menu on the top Build -> Configuration Manager. That will build all files correctly in release configuration.

release-config

<!-- gh-comment-id:632538022 --> @MaxXor commented on GitHub (May 22, 2020): What's the exact error message you're getting? Open the configuration manager in Visual Studio from the menu on the top `Build -> Configuration Manager`. That will build all files correctly in release configuration. ![release-config](https://user-images.githubusercontent.com/7271470/82644357-7a646b80-9c11-11ea-9df1-18265a736bd7.png)
Author
Owner

@GCPins commented on GitHub (May 22, 2020):

The issue is not the building of the solution (at least for me), but VScode gives me an error saying the project isn't valid. I'm running VS2019, and only got this error after the new update. All the projects say "not loaded" next to them.

<!-- gh-comment-id:632709715 --> @GCPins commented on GitHub (May 22, 2020): The issue is not the building of the solution (at least for me), but VScode gives me an error saying the project isn't valid. I'm running VS2019, and only got this error after the new update. All the projects say "not loaded" next to them.
Author
Owner

@MaxXor commented on GitHub (May 22, 2020):

Building the solution with VSCode is not officially supported. However I've converted the project files to the new .csproj format so be sure to have the .NET Core extension installed in VSCode.

<!-- gh-comment-id:632740942 --> @MaxXor commented on GitHub (May 22, 2020): Building the solution with VSCode is not officially supported. However I've converted the project files to the new .csproj format so be sure to have the .NET Core extension installed in VSCode.
Author
Owner

@GCPins commented on GitHub (May 22, 2020):

Alright - I make the changes. Thanks.

<!-- gh-comment-id:632820649 --> @GCPins commented on GitHub (May 22, 2020): Alright - I make the changes. Thanks.
Author
Owner

@GCPins commented on GitHub (May 23, 2020):

I made a silly mistake in my previous comments. I get the errors while building in Visual Studio, not in VSCode. I'm not sure why, but after the recent commit i got the errors.

<!-- gh-comment-id:632973684 --> @GCPins commented on GitHub (May 23, 2020): I made a silly mistake in my previous comments. I get the errors while building in Visual Studio, not in VSCode. I'm not sure why, but after the recent commit i got the errors.
Author
Owner

@MaxXor commented on GitHub (May 23, 2020):

Can you show the exact error message here?

<!-- gh-comment-id:633003234 --> @MaxXor commented on GitHub (May 23, 2020): Can you show the exact error message here?
Author
Owner

@dexter-qjq commented on GitHub (May 24, 2020):

thanks for your help, i've fix this problem.

<!-- gh-comment-id:633163229 --> @dexter-qjq commented on GitHub (May 24, 2020): thanks for your help, i've fix this problem.
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#541
No description provided.