Giter Site home page Giter Site logo

Comments (4)

jmalarcon avatar jmalarcon commented on July 20, 2024 1

Hi:

AFAIK all Windows versions from Vista onward include at least .NET 3.0 preinstalled. Since the app doesn't have any dependencies on 3.x, just in 2.0, it should work with any version except 1.0.

I'd love to install a really old Windows version with Visual Studio 2003 and compile it to .NET 1.0 so that it worked even in that extreme case, but I didn't have the time yet.

Thanks.

from dotnetversions.

billybednar avatar billybednar commented on July 20, 2024

Since the app doesn't have any dependencies on 3.x, just in 2.0, it should work with any version except 1.0.

That's not true. Version 4 will not run programs targeting earlier framework versions unless there is a config file allowing it to do so.

If you run this on a fresh Windows 10 install, which includes only 4.8, it will fail to run and prompt you to download 3.5. If you add the config file it runs fine.

from dotnetversions.

jmalarcon avatar jmalarcon commented on July 20, 2024

OK, I wasn't aware of that. I'll add the app.config then. Thanks again.

from dotnetversions.

jmalarcon avatar jmalarcon commented on July 20, 2024

I've added it and referenced this issue. I've updated the v1.0.0. release (didn't add a new release since it only has the new config file, but the code hasn't changed).

from dotnetversions.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.