Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. VB.Net & Windows98 Compatiblity Problem

VB.Net & Windows98 Compatiblity Problem

Scheduled Pinned Locked Moved Visual Basic
helpcsharp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    manish24
    wrote on last edited by
    #1

    Hi I need to execute an exe preapred by using vb.net. When i execute it on Windows 98, i faced the following error message " a required dll mscoree.dll is missing". Please let me know can we execute an vb.net application in windows98, which don't have vb.net installed. Thanks Manish

    Z D 2 Replies Last reply
    0
    • M manish24

      Hi I need to execute an exe preapred by using vb.net. When i execute it on Windows 98, i faced the following error message " a required dll mscoree.dll is missing". Please let me know can we execute an vb.net application in windows98, which don't have vb.net installed. Thanks Manish

      Z Offline
      Z Offline
      Zaegra
      wrote on last edited by
      #2

      You can't run a VB.NET program if you don't have the .NET Framework installed on your computer. You can try creating a program in VB 6, that runs in Windows 98 and in XP, but that means you'll have to convert your project to VB 6 (if possible) or to start all over again, or maybe check Google for some other solutions? --Zaegra--

      1 Reply Last reply
      0
      • M manish24

        Hi I need to execute an exe preapred by using vb.net. When i execute it on Windows 98, i faced the following error message " a required dll mscoree.dll is missing". Please let me know can we execute an vb.net application in windows98, which don't have vb.net installed. Thanks Manish

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        You have to install the .NET Framework on any machine that's going to run your application. There are products out there that will let you get around this, by static-linking your app with the .NET Framework, but they cost BIG $$$$.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups