CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2001
    Location
    New Orleans, Louisiana
    Posts
    98

    .NET and Win 95, 98

    The SDK dowload that is available for the .NET frame work does not support Win 95 and 98, is this true for the Visual Studio .NET package as well???????

    Or did I miss something and there is a SDK for 98 and 95??????

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    The SDK is only supported on NT based operating systems - NT4, Windows 2000 and Windows XP. The runtime component works on anything from 98 and up. Windows 95 is not supported by Microsoft anymore, in any capacity.

  3. #3
    Join Date
    Aug 2001
    Location
    New Orleans, Louisiana
    Posts
    98
    thanks for the response...........
    just one more question:

    so how do you get the runtime environment for the 98 OS if the .NET SDK can't be installed on the 98 system

  4. #4
    Join Date
    May 2002
    Location
    Atlanta,GA
    Posts
    262
    Originally posted by ncs
    thanks for the response...........
    just one more question:

    so how do you get the runtime environment for the 98 OS if the .NET SDK can't be installed on the 98 system
    Try this link. I think this is what you are looking for http://msdn.microsoft.com/downloads/...mpositedoc.xml
    Jared

  5. #5
    Join Date
    Aug 2001
    Location
    New Orleans, Louisiana
    Posts
    98
    thanks......I believe that is what I was looking for

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured