Groups | Blog | Home
all groups > visual studio .net general > september 2005 >

visual studio .net general : Windows 98 deployment


snazzy
9/16/2005 9:20:03 AM
I have an Visual Basic .Net application that runs fine on Windows XP but when
I run it on Windows 98 I get the following message;
Kevin Spencer
9/16/2005 3:21:48 PM
That would probably because you can't run .Net on a platform prior to
Windows 2000.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

[quoted text, click to view]

Norman Yuan
9/17/2005 10:02:01 AM
..NET runs on any Windows from Win98SE or later. Of course, something is only
avaible to NT (NT4, 2K and XP) platform. If your .NET app has to run on
Win98/Me, you have to make sure you do not use some .NET thing that is only
availlable to NT platform. Also, if you place "try...catch..." properly, you
should be able to catch that unhandled exception and hanlde is properly.

[quoted text, click to view]

Kevin Spencer
9/19/2005 10:28:05 AM
Well, it actually depends on the Framework version. .Net 2.0 will not run on
any system prior to Windows 2000.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
I'd rather be a hammer than a nail.

[quoted text, click to view]

AddThis Social Bookmark Button