.NET 2, Win98

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

  • =?ISO-8859-1?Q?Arne_Vajh=F8j?=
    Guest replied
    Re: .NET 2, Win98

    Peter Morris wrote:
    I have developed a .NET2 app in VS2008 but it wont install on Win98 (A
    required DLL is missing). Can anyone tell me what I need to install on
    Win98 to run the MSI?
    Have you tried a dependency walker to see what DLL is missing ?

    Arne

    Leave a comment:


  • =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=
    Guest replied
    Re: .NET 2, Win98



    "Peter Morris" wrote:
    Yes, the .NET 2 framework is already installed. When I try to run the MSI
    file it tells me a DLL is missing. If I try to run the setup.exe file that
    the install project also creates I get an error telling me that I need a
    newer version of Windows.
    >
    If I copy the files directly onto the Win98 box and run it I get a vague
    error message telling me that the application has generated an exception
    that could not be handled. As the SDK wont install I can't see how I can
    discover what the exception is.
    >
    >
    Pete
    >
    >
    It sounds like the version of windows installer that your msi requires isn't
    there. It looks like Installer 3.1 is not supported on win 98. I remember
    some setting on the prerequisites page for the installer properties that
    asked which installer to use. I don't have full VS at home now so I cannot
    confirm the page.
    >
    >

    Leave a comment:


  • Peter Morris
    Guest replied
    Re: .NET 2, Win98

    Yes, the .NET 2 framework is already installed. When I try to run the MSI
    file it tells me a DLL is missing. If I try to run the setup.exe file that
    the install project also creates I get an error telling me that I need a
    newer version of Windows.

    If I copy the files directly onto the Win98 box and run it I get a vague
    error message telling me that the application has generated an exception
    that could not be handled. As the SDK wont install I can't see how I can
    discover what the exception is.


    Pete



    Leave a comment:


  • Nicholas Paldino [.NET/C# MVP]
    Guest replied
    Re: .NET 2, Win98

    .NET 2.0 is supported on Windows 98. You can also download it (and see
    the system requirements) here:

    http://www.microsoft.com/downloads/d...displaylang=en


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Mike" <Mike@aseagullp oopedonmyhead.c omwrote in message
    news:u1bGjbKdIH A.4696@TK2MSFTN GP05.phx.gbl...
    Did you install the .NET 2.0 framework?
    >
    Install that then try to install it again. Though I'm not sure if you can
    run .NET apps on 98, (though i never tried it)
    >
    >
    "Peter Morris" <peter[dot]morris(at)capab leobjects.comwr ote in message
    news:uCgmpWKdIH A.4968@TK2MSFTN GP02.phx.gbl...
    >>I have developed a .NET2 app in VS2008 but it wont install on Win98 (A
    >>required DLL is missing). Can anyone tell me what I need to install on
    >>Win98 to run the MSI?
    >>
    >Thanks
    >>
    >Pete
    >>
    >
    >

    Leave a comment:


  • Peter Morris
    Guest started a topic .NET 2, Win98

    .NET 2, Win98

    I have developed a .NET2 app in VS2008 but it wont install on Win98 (A
    required DLL is missing). Can anyone tell me what I need to install on
    Win98 to run the MSI?

    Thanks

    Pete


Working...