installing c#.net standard

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

    installing c#.net standard

    Trying to install this program and it gets almost done and says that the
    install failed and gives me the option to see the error log, setup log but
    when i click them nothing happens. I tried looking in the log folder in the
    install folder under programs but nothing is there. Any help would be
    appreciated.

    CG


  • cs

    #2
    Re: installing c#.net standard

    I always have some issue when installing the .net sdk 1.1, and have seen the
    same issue on many machine, not sure if yours is the same.
    The way I solve it is by installing the .net SDK 1.0 and then the .net SDK
    1.1


    "CG" <cgs74@sbcgloba l.net> wrote in message
    news:OvGkrHHqDH A.1676@TK2MSFTN GP09.phx.gbl...[color=blue]
    > Trying to install this program and it gets almost done and says that the
    > install failed and gives me the option to see the error log, setup log but
    > when i click them nothing happens. I tried looking in the log folder in[/color]
    the[color=blue]
    > install folder under programs but nothing is there. Any help would be
    > appreciated.
    >
    > CG
    >
    >[/color]


    Comment

    • CG

      #3
      Re: installing c#.net standard

      CS,
      Is this something that is only installed when trying to install c# and how
      would I check to see if it is installed if not seen in the ADD/Remove
      programs applet?

      Should I just download v1.0 and then try installing c# again?


      "cs" <[rem]casolorz[rem]@hot[rem]mail.com> wrote in message
      news:%23gpTpyHq DHA.2592@TK2MSF TNGP10.phx.gbl. ..[color=blue]
      > I always have some issue when installing the .net sdk 1.1, and have seen[/color]
      the[color=blue]
      > same issue on many machine, not sure if yours is the same.
      > The way I solve it is by installing the .net SDK 1.0 and then the .net SDK
      > 1.1
      >
      >
      > "CG" <cgs74@sbcgloba l.net> wrote in message
      > news:OvGkrHHqDH A.1676@TK2MSFTN GP09.phx.gbl...[color=green]
      > > Trying to install this program and it gets almost done and says that the
      > > install failed and gives me the option to see the error log, setup log[/color][/color]
      but[color=blue][color=green]
      > > when i click them nothing happens. I tried looking in the log folder in[/color]
      > the[color=green]
      > > install folder under programs but nothing is there. Any help would be
      > > appreciated.
      > >
      > > CG
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • cs

        #4
        Re: installing c#.net standard

        what do you mean by c#?
        as far as I know there is two things.
        ..NET Framework and .NET SDK
        the Framework you need to run .NET programs, the SDK you need to write
        programs and compile.
        Visual Studio will install the SDK I believe, which itself might install the
        Framework or it might be part of the SDK, I dont know, but the framework
        must be there.
        So what I usually do (leaving visual studio out of the equation) is install
        the 1.0 SDK then the 1.1 SDK.
        If your problem is with visual studio or visual C# then I dont know.



        "CG" <cgs74@sbcgloba l.net> wrote in message
        news:uQUWP8HqDH A.4004@TK2MSFTN GP11.phx.gbl...[color=blue]
        > CS,
        > Is this something that is only installed when trying to install c# and how
        > would I check to see if it is installed if not seen in the ADD/Remove
        > programs applet?
        >
        > Should I just download v1.0 and then try installing c# again?
        >
        >
        > "cs" <[rem]casolorz[rem]@hot[rem]mail.com> wrote in message
        > news:%23gpTpyHq DHA.2592@TK2MSF TNGP10.phx.gbl. ..[color=green]
        > > I always have some issue when installing the .net sdk 1.1, and have seen[/color]
        > the[color=green]
        > > same issue on many machine, not sure if yours is the same.
        > > The way I solve it is by installing the .net SDK 1.0 and then the .net[/color][/color]
        SDK[color=blue][color=green]
        > > 1.1
        > >
        > >
        > > "CG" <cgs74@sbcgloba l.net> wrote in message
        > > news:OvGkrHHqDH A.1676@TK2MSFTN GP09.phx.gbl...[color=darkred]
        > > > Trying to install this program and it gets almost done and says that[/color][/color][/color]
        the[color=blue][color=green][color=darkred]
        > > > install failed and gives me the option to see the error log, setup log[/color][/color]
        > but[color=green][color=darkred]
        > > > when i click them nothing happens. I tried looking in the log folder[/color][/color][/color]
        in[color=blue][color=green]
        > > the[color=darkred]
        > > > install folder under programs but nothing is there. Any help would be
        > > > appreciated.
        > > >
        > > > CG
        > > >
        > > >[/color]
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...