VB.Net & Windows98 Compatiblity Problem
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
-
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--
-
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