Home All Groups Group Topic Archive Search About

Dot Net Deployment Issue in Win98

Author
27 Mar 2006 9:42 AM
Solution Seeker
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,

Author
27 Mar 2006 11:34 AM
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
--------------
Show quoteHide quote
"Solution Seeker" <SolutionSee***@discussions.microsoft.com> wrote in
message news:E5E34FEE-0C74-46F8-82B2-7206D3094547@microsoft.com...
> 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,