473,396 Members | 1,864 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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
Jul 21 '05 #1
1 2146
I have a couple of ideas.
- Make sure that all of your dependencies are correct. This error is
sometimes seen when there is a TypeLoadException 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.

--------------------
NNTP-Posting-Date: Sun, 12 Oct 2003 11:54:40 -0500
From: "Tom L" <tlanger_n05p4m_dls.net>
Newsgroups: microsoft.public.dotnet.framework.setup,microsoft. public.dotnet.generalSubject: 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: <cG********************@dls.net>
Lines: 26
NNTP-Posting-Host: 216.180.165.146
X-AuthenticatedUsername: tl*****@dls.net
X-Trace: sv3-8E7BUrOJRlQdsDmBqRenHiLElVLmGJOesEvthnN8Xm48A1j2hH olF3BjrS658VXRWmGiGlwu
720lIic!ILi4gGNYV+J5rJB/cJA2kV+Od1XPMgCBPZLbjC4RYSyivA4Orh2+96RtPlHfI/4aVCuY
Rx0taA==X-Complaints-To: ab***@dls.net
X-DMCA-Complaints-To: ab***@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 complaint properlyX-Postfilter: 1.1
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!newsfeed.freenet.de!216.166.71.118.MISMATCH!s mall1.nntp.aus1.giganews.c
om!border1.nntp.aus1.giganews.com!intern1.nntp.aus 1.giganews.com!nntp.gigane
ws.com!nntp.dls.net!news.dls.net.POSTED!not-for-mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:111530 microsoft.public.dotnet.framework.setup:5987X-Tomcat-NG: microsoft.public.dotnet.general

I have a vb.net app that I created a setup for. I can install it and run itjust 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


Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jim | last post by:
Hey guys I DESPERATLY need some help with this small javascript i have on this website. All that it's supposed to do is change the button image once it's pressed but alas... I copy-pasted the code...
4
by: Chad | last post by:
I have a link (.ascx) and that generates an Add form on that page. The autopostback dropdown is within a "If Not IsPostBack Then" statement. The form that is created is all via static html in the...
7
by: simon | last post by:
I have simple html(aspx) page, but vertical height won't work. Even if i had set the height of a table=100%, the table is not 100% height. I spend a lot of time(my real page is more...
1
by: Tom L | last post by:
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,...
3
by: musosdev | last post by:
Hi guys Okay, I've setup my projects to open and compile fine in VS2005 using FPSE and remote web, but it's *really* slow. So I thought I'd have a go at doing it the normal way, by loading from...
7
by: Eran.Yasso | last post by:
Hi, I have project that automate excel(using Excel COM) which works fine in my home. I took the project from my home to work and tried to build the project but it won't built. I get error "The...
2
by: Altman | last post by:
I have created an ascx control and I am calling registerclientscriptblock. The path to the js file is relative to the aspx page and not the ascx file. The function runs fine in IE7 but in...
3
by: zayyaz | last post by:
I have created a protected worksheet that allows the user to input data into certain cells of the worksheet. They can alter the whole worksheet through some command buttons that I have created. The...
4
by: z55177 | last post by:
My domain: http://www.esthevision.cz/ This is the cause of my problem. The template is supposed to look somewhat like this: PINK STRIPE http://themebot.com/website-templates/ht... I created an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.