mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #602] Visual Studio and Dependencies #357
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#357
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 @ghost on GitHub (Apr 20, 2017).
Original GitHub issue: https://github.com/quasar/Quasar/issues/602
hello i have a question, i am also an c# programmer who wanted to open the solution in visual studio with the newest .net framework BUT it couldn't open without errors regarding dependencies for the whole code and forms. i also tested it with a downgrade to .NET 4.0 client profile, unfortunately without success.
best regards
angelo
@abdullah2993 commented on GitHub (Apr 20, 2017):
Try to build it from the batch file in the solution.
@yankejustin commented on GitHub (Apr 20, 2017):
You will have to build it using the .NET 4.0 (full version -- not the client profile). It can not be built only using the client profile version.
@MaxXor commented on GitHub (Apr 20, 2017):
The client and server already target .NET Framework 4.0 Client Profile. Install at least Visual Studio 2010 to build it.