You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: