Dot Net Deployment Issue in Win98

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Solution Seeker

    #1

    Dot Net Deployment Issue in Win98

    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,
  • Ken Tucker [MVP]

    #2
    Re: Dot Net Deployment Issue in Win98

    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
    --------------
    "Solution Seeker" <SolutionSeeker @discussions.mi crosoft.com> wrote in
    message news:E5E34FEE-0C74-46F8-82B2-7206D3094547@mi crosoft.com...[color=blue]
    > 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,[/color]


    Comment

    Working...