Compile C# run under Windows 98
-
Hi, Please tell me about compile an project in C# for run under Windows 98, Win98 SE. I try compile but it don't run, it's missing very library. Thanks. H.Dung
-
Hi, Please tell me about compile an project in C# for run under Windows 98, Win98 SE. I try compile but it don't run, it's missing very library. Thanks. H.Dung
-
What errors do you get? Did you install the .net framework on the 98 machine? Did you install mdac 2.7 if you are doing db access?
Hi, I don't compile C# run in Windows 98 because I install it in Windows 2000. Now I want compile C# project for run in Win98. Please help me. Thanks.
-
Hi, I don't compile C# run in Windows 98 because I install it in Windows 2000. Now I want compile C# project for run in Win98. Please help me. Thanks.
-
There is nothing different to do. Just install the framework on the 98 machine and then your app. As long as you don't use framework objects that are only supported on 2K you are fine.
Thanks for your suggest very much. Now I can run my app in win98. H.Dung