I created it setup, and it won't work under nt4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom L

    I created it setup, and it won't work under nt4

    I have a vb.net app that I created a setup for. I can install it and run it
    just fine on my XP box, but I'm having problems ont he NT4 workstation box.

    the nt4 box has sp6a, the .net 1.1 clr, and also mdac 2.8.
    the installation goes through fine, not one warning or error.
    When I run the program exe, I get this error:

    "myprogram. exe - Common Language Runtime Debugging Servi..."
    Application has generate an expcetion that could not be handled.
    Process ID=0x60 (96), Thread id=0x2a(42).
    Click OK to terminate the application.
    Click CANCEL to debug the application.


    Studio was never installed on that machine, so I can' do any form of
    debugging.. If I run the same exe on another computer (win2k in this case,
    with studio installed), it runs fine. It's not coming from my app, cuz my
    main loading routine is wrapped in a Try, and mine will display a different
    format error (plus log the error to text file).

    Thanks for the help.. Hope you all don't mind the cross-post - only 2 groups
    :-)

    Tom


  • Patrick Baker [MSFT]

    #2
    RE: I created it setup, and it won't work under nt4

    I have a couple of ideas.
    - Make sure that all of your dependencies are correct. This error is
    sometimes seen when there is a TypeLoadExcepti on due to mis-matched
    assembly dependencies.
    - This is a long shot but try MDAC 2.6 instead of MDAC 2.8. (This has
    appeared to work for at least one person using NT4. Not sure why it would
    make a difference however)


    Patrick Baker - Visual Basic/Deployment Quality Assurance Team
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------[color=blue]
    >NNTP-Posting-Date: Sun, 12 Oct 2003 11:54:40 -0500
    >From: "Tom L" <tlanger_n05p4m _dls.net>
    >Newsgroups:[/color]
    microsoft.publi c.dotnet.framew ork.setup,micro soft.public.dot net.general[color=blue]
    >Subject: I created it setup, and it won't work under nt4
    >Date: Sun, 12 Oct 2003 11:53:48 -0500
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    >Message-ID: <cGqdnQY9Jb_NGh SiU-KYgA@dls.net>
    >Lines: 26
    >NNTP-Posting-Host: 216.180.165.146
    >X-AuthenticatedUs ername: tlanger@dls.net
    >X-Trace:[/color]
    sv3-8E7BUrOJRlQdsDm BqRenHiLElVLmGJ OesEvthnN8Xm48A 1j2hHolF3BjrS65 8VXRWmGiGlwu
    720lIic!ILi4gGN YV+J5rJB/cJA2kV+Od1XPMgC BPZLbjC4RYSyivA 4Orh2+96RtPlHfI/4aVCuY
    Rx0taA==[color=blue]
    >X-Complaints-To: abuse@dls.net
    >X-DMCA-Complaints-To: abuse@dls.net
    >X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
    >X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your[/color]
    complaint properly[color=blue]
    >X-Postfilter: 1.1
    >Path:[/color]
    cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!new sfeed00.sul.t-online.de!t-onlin
    e.de!newsfeed.f reenet.de!216.1 66.71.118.MISMA TCH!small1.nntp .aus1.giganews. c
    om!border1.nntp .aus1.giganews. com!intern1.nnt p.aus1.giganews .com!nntp.gigan e
    ws.com!nntp.dls .net!news.dls.n et.POSTED!not-for-mail[color=blue]
    >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:111530[/color]
    microsoft.publi c.dotnet.framew ork.setup:5987[color=blue]
    >X-Tomcat-NG: microsoft.publi c.dotnet.genera l
    >
    >I have a vb.net app that I created a setup for. I can install it and run[/color]
    it[color=blue]
    >just fine on my XP box, but I'm having problems ont he NT4 workstation box.
    >
    >the nt4 box has sp6a, the .net 1.1 clr, and also mdac 2.8.
    >the installation goes through fine, not one warning or error.
    >When I run the program exe, I get this error:
    >
    >"myprogram.e xe - Common Language Runtime Debugging Servi..."
    >Application has generate an expcetion that could not be handled.
    >Process ID=0x60 (96), Thread id=0x2a(42).
    >Click OK to terminate the application.
    >Click CANCEL to debug the application.
    >
    >
    >Studio was never installed on that machine, so I can' do any form of
    >debugging.. If I run the same exe on another computer (win2k in this case,
    >with studio installed), it runs fine. It's not coming from my app, cuz my
    >main loading routine is wrapped in a Try, and mine will display a different
    >format error (plus log the error to text file).
    >
    >Thanks for the help.. Hope you all don't mind the cross-post - only 2[/color]
    groups[color=blue]
    >:-)
    >
    >Tom
    >
    >
    >[/color]

    Comment

    Working...