VS 2005 programs running without Framework 2.0?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • 1qa2ws

    VS 2005 programs running without Framework 2.0?

    Is it possible to compile somehow VS 2005 (C++/C#/J#) project in that what
    that it can be executed on machine without Framework 2.0?

    1qa2ws


  • Phil Wright

    #2
    Re: VS 2005 programs running without Framework 2.0?

    No, if you compile against .NET2 then it will have to be present on any
    machine that needs to run your application.

    Phil Wright
    Follow my startup microISV at...


    "1qa2ws" <1qa2ws@gazeta. pl> wrote in message
    news:d8i5s3$8sa $1@inews.gazeta .pl...[color=blue]
    > Is it possible to compile somehow VS 2005 (C++/C#/J#) project in that what
    > that it can be executed on machine without Framework 2.0?
    >
    > 1qa2ws
    >[/color]


    Comment

    • Willy Denoyette [MVP]

      #3
      Re: VS 2005 programs running without Framework 2.0?


      "1qa2ws" <1qa2ws@gazeta. pl> wrote in message
      news:d8i5s3$8sa $1@inews.gazeta .pl...[color=blue]
      > Is it possible to compile somehow VS 2005 (C++/C#/J#) project in that what
      > that it can be executed on machine without Framework 2.0?
      >
      > 1qa2ws
      >[/color]

      Read this:

      .NET is a developer platform with tools and libraries for building any type of app, including web, mobile, desktop, games, IoT, cloud, and microservices.


      Willy.


      Comment

      • Carlos J. Quintero [.NET MVP]

        #4
        Re: VS 2005 programs running without Framework 2.0?

        No, even .NET Framework 1.0 or 1.1 won´t work. You need .NET Framework 2.0.

        --

        Best regards,

        Carlos J. Quintero

        MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
        You can code, design and document much faster.
        Free resources for add-in developers:
        MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.


        "1qa2ws" <1qa2ws@gazeta. pl> escribió en el mensaje
        news:d8i5s3$8sa $1@inews.gazeta .pl...[color=blue]
        > Is it possible to compile somehow VS 2005 (C++/C#/J#) project in that what
        > that it can be executed on machine without Framework 2.0?
        >
        > 1qa2ws
        >[/color]


        Comment

        Working...