Windows 98 and .NET problem

  • Thread starter Thread starter Dmitriy Lapshin [C# / .NET MVP]
  • Start date Start date
D

Dmitriy Lapshin [C# / .NET MVP]

Hi,

Does the exception say something useful such a method and a class the
exception has been thrown from?
 
My congratulations!

Yes, one should not blindly trust the Installer project in finding
dependencies. Very frequently if a dependency is not something you know for
sure you have explicitly referenced, chances are it is a system file and
should be immediately excluded (and it may even be non-distributable
according to the corresponding license agreement).
 
Hello,

I have a problem running my application on windows 98.
My application is written using C# . NET

On some machines with windows 98 program works normaly and on some machines
with windows 98 it is not. Simply program can not start.(Exception not
handled).
On both systems i have installed .NET 1.1 and MSDAC 2.7.
What are nesessery updates for windows 98 to run .NET application ? Or maby
something else ?
IE 6 is also installed.

Please heeeelp !

Thank you.
 
No, only what exception was not handled.

Anyway i found problem and fixed it. :)
It was all about setup project.
Then i included my project main assembly file into setup project,
all assembly dependecies there included also.
The problem was dependecy file msdxm.ocx.
After i excluded this file everything started to work.
I guess msdxm.ocx is system file and on some machines with windows 98 caused
problem.

Thank you for your care :)


Dmitriy Lapshin said:
Hi,

Does the exception say something useful such a method and a class the
exception has been thrown from?

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

kidzero said:
Hello,

I have a problem running my application on windows 98.
My application is written using C# . NET

On some machines with windows 98 program works normaly and on some machines
with windows 98 it is not. Simply program can not start.(Exception not
handled).
On both systems i have installed .NET 1.1 and MSDAC 2.7.
What are nesessery updates for windows 98 to run .NET application ? Or maby
something else ?
IE 6 is also installed.

Please heeeelp !

Thank you.
 
Back
Top