mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #540] Client must be compiled with .Net 1.1 or at last 2.0 #302
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#302
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 @kevinalbarton on GitHub (Oct 11, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/540
As you know Windows XP comes with .Net framework 1.1 installed and Windows 7 and later come with .Net framework 2.0 and later.
So to easier run and distribute client, it is recommended to change the Client code in a way that can be compiled with .Net 1.1 or at last .Net 2.0
Because if someone are to run client on a Win 7 he/she must first install .Net framework 4.0 and it is frustrating.
Any way thanks for your nice work.
Regards,
Kevin
@MaxXor commented on GitHub (Oct 11, 2016):
I don't see a problem to install .NET Framework 4.0 on Windows XP to 7 when you use Quasar for legitimate purposes. ;)
@kevinalbarton commented on GitHub (Oct 11, 2016):
Hi,
But I am to install it on my son and daughter pc's, they are below 18
years, and I am to track their activities.
I can not install .Net framework on their machines but can ask them to run
an exe as a fake video player.
So it is legitimate.
Regards,
Kevin
On Tue, Oct 11, 2016 at 1:43 PM, MaxXor notifications@github.com wrote:
@EnricoVogt commented on GitHub (Oct 11, 2016):
Seems legit :-P