mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #814] error while building with VS2019 #541
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#541
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 @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.
@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).
@dexter-qjq commented on GitHub (May 22, 2020):
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.
@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.
@GCPins commented on GitHub (May 22, 2020):
I am having recent issues with that as well.
@dexter-qjq commented on GitHub (May 22, 2020):
By the way, there is a warning information that CS0169 “Client._typeIndex” is never used.
@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.@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.
@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.
@GCPins commented on GitHub (May 22, 2020):
Alright - I make the changes. Thanks.
@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.
@MaxXor commented on GitHub (May 23, 2020):
Can you show the exact error message here?
@dexter-qjq commented on GitHub (May 24, 2020):
thanks for your help, i've fix this problem.