Groups | Blog | Home
all groups > dotnet academic > november 2003 >

dotnet academic : Win98 - VB.Net Installation


anonymous NO[at]SPAM discussions.microsoft.com
11/20/2003 11:00:00 PM
We had developed a solution in VB.Net and tried to install
it in Windows 98 OS.

As we open some forms the system stops responding. It has
to be rebooted.

We tried adding one form at a time to the project and check
if its due to any one particulr form. But unsuccessful.

If anyone has come accross with simillar problem.

Microsoft clearly says that .Net applications can be
deployed in Windows 98 OS.

Alfred C Thompson II
11/23/2003 10:37:34 PM
Has the .NET framework been installed on the Windows 98 system? That is
required for .NET applications to work on any system.

Alfred

[quoted text, click to view]

anonymous NO[at]SPAM discussions.microsoft.com
11/27/2003 1:08:28 AM
DotNet framework 1.1 was installed along with updating IE
to IE 6.0

We still have the problem.

If the form is not made as an Mdi child, it works well. If
we close a form which is Mdi child the system stops responding.

[quoted text, click to view]
Evan Freeman[C++ Samuri]
11/28/2003 11:44:52 AM
I would suggest setting up some release mode traces to a log file in the
application to track down where it is hanging.

Other than that there are any number of things to guess at that could cause
this behaviour. First thing that jumps to mind could be a threading problem.

But setup the trace.write stuff throughout your application and have it dump
to a log file for debug purposes. Then go in and look to see where the
traces where when it got hung up.

Hope this helps.

-Evan

[quoted text, click to view]

AddThis Social Bookmark Button