installing c#.net standard

  • Thread starter Thread starter CG
  • Start date Start date
C

CG

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
 
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
 
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?
 
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.
 
Back
Top