Dot Net Deployment Issue in Win98

G

Guest

Hi,

I have a quick question on VB.net deployment on win 98 platform.It would be
of great help
if you could help.

I am trying run a deployable exe built from VB.net 2003. The target machine
where it is deployed is a win 98 machine.As soon as I invoke the
application, I get a 'JIT'
error.

The discussion forum suggests that I should run cordbg.exe to nail down
the error.

The issue now is, I need to have dotnet in win 98SE machine to invoke
cordbg.exe.As dotnet cannt be installed in a win 98 machine, I am back to
squre one.

Please let me know if there is a way to debug the cause of the JIT error
in my target machine.

Regards,
 
K

Ken Tucker [MVP]

Hi,

Not all of the framework functions are supported in windows 98.
I would recomend checking the functions that are being run when the program
crashes to see if they are supported on windows 98. The supported platforms
are listed on the bottom of the help for the function.

Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top