Win98 - VB.Net Installation

  • Thread starter Thread starter Sesha
  • Start date Start date
S

Sesha

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.

Thankyou
 
* "Sesha said:
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.

It's impossible to give a general answer, but do you use any old COM
components or something like this in your application? Please provide
more details.
 
Back
Top