473,545 Members | 1,744 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2167
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.

--------------------
NNTP-Posting-Date: Sun, 12 Oct 2003 11:54:40 -0500
From: "Tom L" <tlanger_n05p4m _dls.net>
Newsgroups: microsoft.publi c.dotnet.framew ork.setup,micro soft.public.dot net.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.ne t>
Lines: 26
NNTP-Posting-Host: 216.180.165.146
X-AuthenticatedUs ername: tl*****@dls.net
X-Trace: sv3-8E7BUrOJRlQdsDm BqRenHiLElVLmGJ OesEvthnN8Xm48A 1j2hHolF3BjrS65 8VXRWmGiGlwu
720lIic!ILi4gGN YV+J5rJB/cJA2kV+Od1XPMgC BPZLbjC4RYSyivA 4Orh2+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.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-mailXref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:111530 microsoft.publi c.dotnet.framew ork.setup:5987X-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 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.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 groups:-)

Tom


Jul 21 '05 #2

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

Similar topics

1
1536
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 as it was given to me from Imageready but it won't work. The event that i wanted (and "created" with Imageready) was ondown. The code is this:...
4
3066
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 user control. The problem is, no matter what even when no data is filled out in the form, the submit button just postsback the page and nothing...
7
1764
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 complicated) to figured it out that this won't work because of attribute of a page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"...
1
282
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, 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 -...
3
5042
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 the network share. It loads in VS2005 fine, and I can edit and save code changes etc, but when I try and Build the solution, I get the following...
7
11183
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 type or namespace name 'Excel' could not be found". the error points to line in my code: "public Excel.Application ExcelObj = null".
2
9129
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 Firefox the error console says that the function is not defined. I tried making a very basic js file to get it to work and I am having the same problem. ...
3
3151
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 VB code I have used to re-protect the worksheet is as follows. ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True The...
4
2495
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 extra copy of it called Natvrdo, since I modified the logo. Okay, I have this in my HTML (Natvrdo being the CSS style sheet) This is what I have...
0
7396
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7656
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7751
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5968
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5323
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4943
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3449
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1012
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
700
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.