msasanmh / SecureDNSClient

A DNS Client Supporting DNSCrypt, Anonymized DNSCrypt, DoH, DoT, UDP And TCP.
https://msasanmh.github.io/SecureDNSClient/
GNU General Public License v3.0
790 stars 79 forks source link

asp.net version error redirects to the wrong file #133

Closed mat48 closed 2 months ago

mat48 commented 5 months ago

Issue:

image

Hi, I had an issue with the app when I installed it. It showed an error saying that I should update ".net" a and asked if I wanna download it. When I clicked on yes and installed this link it did not fix the issue.

additional info:

the size of the downloaded file was 8 MB which I guess should be more than that (?) . Guess it redirects me to the wrong file.

Fix method:

I downloaded this version from Microsoft's website and the the issue was solved. I know it might be a default error and not your custom error but it would save new user's time if there's a way to fix it.


Thanks for this awesome app and all the hard work !! And btw, do you prefer that the issues are written in Persian or English?

msasanmh commented 5 months ago

Issue:

image

Hi, I had an issue with the app when I installed it. It showed an error saying that I should update ".net" a and asked if I wanna download it. When I clicked on yes and installed this link it did not fix the issue.

additional info:

the size of the downloaded file was 8 MB which I guess should be more than that (?) . Guess it redirects me to the wrong file.

It wasn't the wrong file, but it's not standalone, the prerequisite is .Net Destop Runtime 6. You can always find the latest version on this page.

Fix method:

I downloaded this version from Microsoft's website and the the issue was solved.

There was no need to install the sdk version, but of course, sdk also will do the job.

I know it might be a default error and not your custom error but it would save new user's time if there's a way to fix it.

I'm using Advanced Installer to create the installer version of sdc and it gives me zero options to change Runtime download link.


Thanks for this awesome app and all the hard work !!

Thanks, it gets better in time.

And btw, do you prefer that the issues are written in Persian or English?

I really have no idea, whatever you guys are more comfortable with.

rohitghali commented 4 months ago

I installed both .86 and x64. Still the same issue. Any solution?

msasanmh commented 4 months ago

I installed both .86 and x64. Still the same issue. Any solution?

If you are using x64 version, First install: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.27-windows-x64-installer

Then Install: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.27-windows-x64-installer

rohitghali commented 4 months ago

I installed both .86 and x64. Still the same issue. Any solution?

If you are using x64 version, First install: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.27-windows-x64-installer

Then Install: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.27-windows-x64-installer

Worked. Thanks.