mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #341] Doesn't compile on Windows 10 using .bat #159
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#159
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 @KarlBaumann on GitHub (Aug 21, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/341
I am having problems compiling. Tried to install .Net Framework 3.5, didn't help.
@MaxXor commented on GitHub (Aug 21, 2015):
Hey, this is the error you're getting.
IMO the best option would be to install the Windows SDK or Visual Studio.
Or you use one of the builds from the CI-server by clicking on your desired configuration -> artifcats ->
binaries.zip.@KarlBaumann commented on GitHub (Aug 21, 2015):
Thanks for a quick replay and sorry for these noob questions. This is my first experiance with .NET.
So I installed Windows SDK, what next?
@MaxXor commented on GitHub (Aug 22, 2015):
Does it compile for you now?
@KarlBaumann commented on GitHub (Aug 22, 2015):
No, looks like the same error:
I could give you TeamViewer access to my PC if you are interested.
@ghost commented on GitHub (Aug 22, 2015):
"....NETFramework,Version=v3.5,Profile=Client" were not found." probably you have installed wrong SDK version... try install SDK for .Net 3.5
http://www.microsoft.com/en-us/download/details.aspx?id=11310
@MaxXor commented on GitHub (Aug 22, 2015):
@SandPox Your link leads to the SDK for Server versions of Windows.
Please use this link for the Windows 7 SDK with .NET Framework 3.5.
You should also download the latest source. I've cleaned up the build configuration.
Please report back if it's working for you.
@KarlBaumann commented on GitHub (Aug 22, 2015):
@MaxXor didn't help.
@MaxXor commented on GitHub (Aug 22, 2015):
Oh, hm... I guess you should give Visual Studio 2015 Community a try. Install it, open the file
QuasarRAT.slnwith VS and click on compile.@KarlBaumann commented on GitHub (Aug 22, 2015):
After installing Visual Studio it compiles without any problems, even using .bat
But I am not entirely happy with this solution, because VS needs at least 5GB of my SSD drive.
@MaxXor commented on GitHub (Aug 22, 2015):
@KarlBaumann Good to hear that it's working with VS. Well, you can alternatively install VS on a HDD or USB drive. But trust me it's saving you from a lot of loading time when starting VS from an SSD.