Results 1 to 9 of 9

Thread: Installing .NET 2.0 App on Windows 98

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    Installing .NET 2.0 App on Windows 98

    I've trouble when installing my Application on Windows 98 machine. I've tried different ways like copying directly from debug/release folder, creating installer project, and ClickOnce deployment. For all scenario above, I had Framework 2.0 installed on that machine.

    ClickOnce deployment seems doesn't work well in Win98. It only load a blank form and do nothing.

    Copying directly and creating installer project resulting fine, but only for first try. If I close my application, and run it again, it always show a dialog that say "Unable to find a runtime version to run this application".

    Trying googling, all I can get is my older post describing this problem and an msdn forum which ask the same question but didn't get any answer.

    Have anyone ever installing .NET App in Win98 machine? Well, I don't really care whether you use 1.0, 1.1, or 2.0 Framework, I just want to hear the result. I want to know if the application run well or not, what problem did you have and how to solve it.

    Any help will be appreciated.

    Regards

    Michael
    Check my Blog at VB Corner,Component Crafts

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Installing .NET 2.0 App on Windows 98

    Its not a "stable" OS for .NET IMO but it has been done.

    Have you tried just installing the framework first?

    http://www.microsoft.com/downloads/d...displaylang=en
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    Re: Installing .NET 2.0 App on Windows 98

    I did. In fact, that was the first time I do, before installing my application. I have installed all requirements from the framework, windows installer and updating my IE. I've tried install 2.0 framework from 2 different scenario. One from standalone exe, and other from my app installer (I removed the previous one first). All did the same thing. It only can run once. After that, I got those messages.

    Its not a "stable" OS for .NET IMO but it has been done.
    Well, for me, as long as MS said that it can be installed in Win98, then it must work (If they state that it works on Win98, then they've tested them self right?). Besides, I didn't find anything that said about problem with installing Framework in Win98 (I've checked MSDN or try some googling too).

    Ok, did "has been done" means you or someone else successfully deployed .NET app in win98?

    This problems had troubled me since my first testing activity. Now after 6 month, there's still no solution about this.
    Check my Blog at VB Corner,Component Crafts

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Installing .NET 2.0 App on Windows 98

    I've heard of it being done successfully but I've never actually seen it, nor do I personnally know anyone that has done it (in fact, I don't actually know anyone that has even tried.)

    I do remember reading something about it though. I will see if I can find what I read.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Installing .NET 2.0 App on Windows 98

    Ok, I'm pretty sure that this is what I read. I'm not sure if it applies to your situation though.

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Installing .NET 2.0 App on Windows 98

    Thats 1.0 of the framework. The OP needs 2.0 installed.

    Did you try installing the fw separetly first like I suggested with the redistributable in post #2?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    Re: Installing .NET 2.0 App on Windows 98

    Quote Originally Posted by RobDog888
    Thats 1.0 of the framework. The OP needs 2.0 installed.

    Did you try installing the fw separetly first like I suggested with the redistributable in post #2?
    I did. It's just like I said in post #3. I do 2 scenario for this.

    At first one:
    I installed MSI installer 2.0, then Framework 2.0. After that, I installed my application.

    At second one:
    I make an installer package that will install my App and required components.

    Both scenario is on a fresh Win98 OS, and both results are same. It only can run once.
    Check my Blog at VB Corner,Component Crafts

  8. #8

    Re: Installing .NET 2.0 App on Windows 98

    I got .NET 2.0 on my windows 98 machine, but you need to install IE6 from Windows Update first. The installer should be called dotnetfx.exe

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    Re: Installing .NET 2.0 App on Windows 98

    I already had IE6, MS installer 2.0 and .NET Framework 2.0 installed on my Win98 machine. AFAIK, .NET Framework 2.0 will require IE6 installed on target machine. So, I've already meet the requirements to install .NET Framework 2.0.

    Have you tried to deploy or run your .NET 2.0 App from there? Can it run again after you close it ?
    Check my Blog at VB Corner,Component Crafts

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