Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is It Possible To Run On System Without .NET Framework 3.5 Installed #27

Closed
antonbsi opened this issue Jun 2, 2020 · 2 comments
Closed

Comments

@antonbsi
Copy link

antonbsi commented Jun 2, 2020

I was wondering if it was possible to run this complied .exe binary on a Windows system which doesnt have .NET 3.5 framework installed. My inital thoughts is no but just wanted to reach out for a definitive answer.

@antonbsi antonbsi added the enhancement New feature or request label Jun 2, 2020
@HarmJ0y
Copy link
Member

HarmJ0y commented Jun 2, 2020

A .NET 3.5 compiled binary will not run on a system that doesn't have .NET 3.5 installed.

We have default build version for the project set at 3.5 to ensure backwards compatibility, but it builds perfectly fine with 4.X. If you right click the Seatbelt project and go to properties, you can retarget the solution for 4.X versions and rebuild a binary that will work for 4.X:

image

@HarmJ0y HarmJ0y closed this as completed Jun 2, 2020
@HarmJ0y HarmJ0y removed the enhancement New feature or request label Jun 2, 2020
@antonbsi
Copy link
Author

antonbsi commented Jun 3, 2020

Perfect, that worked a treat 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants