473,756 Members | 6,852 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB.NET program crashes in Windows 98

I am about to release the second version of a program that I started writing
12 months ago. The first version worked fine on 98 upwards. This version
seems to crash on Windows 98. I realise that this is a bit vague, but anyone
any broad guidance as to how I might go about sorting this one?? To make
matters worse, It seems to work fine on a Windows 98 machine home - loaded
onto 2 at this other site with dotnet framework and it crashes. The initial
version is working OK on these external machines. I do not fancy a rather
long-winded approach out finding out why. I suppose I should have
double-checked whether these 2 machines were SE or not - I think that they
were.

Any clues anyone?? Any particular calls, namespaces etc that are not too
well tolerated on Windows 98?? About to go nd try it on another Windows 98
machine here - and I hope that it crashes so that I have something to work
with!!

Best wishes

Paul Bromley
Nov 20 '05 #1
8 1352
Do these 98 mcahines not have MDAC? Does your program require it?

www.microsoft.com/data

HTH,
Greg
"Paul Bromley" <fl*******@dsl. pipex.com> wrote in message
news:eR******** ******@TK2MSFTN GP09.phx.gbl...
I am about to release the second version of a program that I started writing 12 months ago. The first version worked fine on 98 upwards. This version
seems to crash on Windows 98. I realise that this is a bit vague, but anyone any broad guidance as to how I might go about sorting this one?? To make
matters worse, It seems to work fine on a Windows 98 machine home - loaded
onto 2 at this other site with dotnet framework and it crashes. The initial version is working OK on these external machines. I do not fancy a rather
long-winded approach out finding out why. I suppose I should have
double-checked whether these 2 machines were SE or not - I think that they
were.

Any clues anyone?? Any particular calls, namespaces etc that are not too
well tolerated on Windows 98?? About to go nd try it on another Windows 98
machine here - and I hope that it crashes so that I have something to work
with!!

Best wishes

Paul Bromley

Nov 20 '05 #2
* "Paul Bromley" <fl*******@dsl. pipex.com> scripsit:
I am about to release the second version of a program that I started writing
12 months ago. The first version worked fine on 98 upwards. This version
seems to crash on Windows 98. I realise that this is a bit vague, but anyone
any broad guidance as to how I might go about sorting this one?? To make
matters worse, It seems to work fine on a Windows 98 machine home - loaded
onto 2 at this other site with dotnet framework and it crashes. The initial
version is working OK on these external machines. I do not fancy a rather
long-winded approach out finding out why. I suppose I should have
double-checked whether these 2 machines were SE or not - I think that they
were.


Can you post the error message?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 20 '05 #3
Hi Greg,

It doesn't need MDAC. I have installed a couple of my VB6 Programs on the
machines that do need MDAC and these do run OK.

Thanks.
Paul

"Greg Burns" <greg_burns@DON T_SPAM_ME_hotma il.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Do these 98 mcahines not have MDAC? Does your program require it?

www.microsoft.com/data

HTH,
Greg
"Paul Bromley" <fl*******@dsl. pipex.com> wrote in message
news:eR******** ******@TK2MSFTN GP09.phx.gbl...
I am about to release the second version of a program that I started

writing
12 months ago. The first version worked fine on 98 upwards. This version
seems to crash on Windows 98. I realise that this is a bit vague, but

anyone
any broad guidance as to how I might go about sorting this one?? To make
matters worse, It seems to work fine on a Windows 98 machine home - loaded onto 2 at this other site with dotnet framework and it crashes. The

initial
version is working OK on these external machines. I do not fancy a rather long-winded approach out finding out why. I suppose I should have
double-checked whether these 2 machines were SE or not - I think that they were.

Any clues anyone?? Any particular calls, namespaces etc that are not too
well tolerated on Windows 98?? About to go nd try it on another Windows 98 machine here - and I hope that it crashes so that I have something to work with!!

Best wishes

Paul Bromley


Nov 20 '05 #4
Is the program running local or from network drive?

Does it crash immediately on startup, or when you do something in
particular? Or does it seems random?

Greg

"Paul Bromley" <fl*******@dsl. pipex.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hi Greg,

It doesn't need MDAC. I have installed a couple of my VB6 Programs on the
machines that do need MDAC and these do run OK.

Thanks.
Paul

"Greg Burns" <greg_burns@DON T_SPAM_ME_hotma il.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Do these 98 mcahines not have MDAC? Does your program require it?

www.microsoft.com/data

HTH,
Greg
"Paul Bromley" <fl*******@dsl. pipex.com> wrote in message
news:eR******** ******@TK2MSFTN GP09.phx.gbl...
I am about to release the second version of a program that I started writing
12 months ago. The first version worked fine on 98 upwards. This version seems to crash on Windows 98. I realise that this is a bit vague, but

anyone
any broad guidance as to how I might go about sorting this one?? To make matters worse, It seems to work fine on a Windows 98 machine home - loaded onto 2 at this other site with dotnet framework and it crashes. The

initial
version is working OK on these external machines. I do not fancy a rather long-winded approach out finding out why. I suppose I should have
double-checked whether these 2 machines were SE or not - I think that they were.

Any clues anyone?? Any particular calls, namespaces etc that are not too well tolerated on Windows 98?? About to go nd try it on another
Windows 98 machine here - and I hope that it crashes so that I have something to work with!!

Best wishes

Paul Bromley



Nov 20 '05 #5
Hi Greg,

Just tried it here on another of my Windows 98 machines and again it s
running OK. It crashed on these other machines at startup before any forms
are visualised. I have just had a look at the spec that I have written down
on paper and they only have 56meg of RAM. I suspect that this is probably
the issue, and that my first version was lighter on memory requirements. I
supppose that we get used to machines that are adequately specced these
days.

Best wishes

Paul Bromley

"Greg Burns" <greg_burns@DON T_SPAM_ME_hotma il.com> wrote in message
news:u%******** ********@tk2msf tngp13.phx.gbl. ..
Is the program running local or from network drive?

Does it crash immediately on startup, or when you do something in
particular? Or does it seems random?

Greg

"Paul Bromley" <fl*******@dsl. pipex.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hi Greg,

It doesn't need MDAC. I have installed a couple of my VB6 Programs on the
machines that do need MDAC and these do run OK.

Thanks.
Paul

"Greg Burns" <greg_burns@DON T_SPAM_ME_hotma il.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Do these 98 mcahines not have MDAC? Does your program require it?

www.microsoft.com/data

HTH,
Greg
"Paul Bromley" <fl*******@dsl. pipex.com> wrote in message
news:eR******** ******@TK2MSFTN GP09.phx.gbl...
> I am about to release the second version of a program that I started
writing
> 12 months ago. The first version worked fine on 98 upwards. This version > seems to crash on Windows 98. I realise that this is a bit vague, but anyone
> any broad guidance as to how I might go about sorting this one?? To make > matters worse, It seems to work fine on a Windows 98 machine home -

loaded
> onto 2 at this other site with dotnet framework and it crashes. The
initial
> version is working OK on these external machines. I do not fancy a

rather
> long-winded approach out finding out why. I suppose I should have
> double-checked whether these 2 machines were SE or not - I think
that they
> were.
>
> Any clues anyone?? Any particular calls, namespaces etc that are not too > well tolerated on Windows 98?? About to go nd try it on another

Windows
98
> machine here - and I hope that it crashes so that I have something

to work
> with!!
>
> Best wishes
>
> Paul Bromley
>
>



Nov 20 '05 #6

Our program (VB .Net, VS 2003) works fine on Win98 2nd edition, but
crashes on win98 1st edition.

Right-click "My Computer".
Select "Properties ".
Select "General" tab.
Look in the "System" paragraph
Win98 1st edition: 4.10.1998
Win98 2nd edition: 4.10.2222 A
Atara.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #7
I was told by one of the newsgroup replys that you couldn't run programs written in VB.net on Windows 95 but guess they will run on at least some W98 machines. Assume you have to install the .net framework on the 98 machine first. Is that correct?
--
Dennis in Houston
"Paul Bromley" wrote:
I am about to release the second version of a program that I started writing
12 months ago. The first version worked fine on 98 upwards. This version
seems to crash on Windows 98. I realise that this is a bit vague, but anyone
any broad guidance as to how I might go about sorting this one?? To make
matters worse, It seems to work fine on a Windows 98 machine home - loaded
onto 2 at this other site with dotnet framework and it crashes. The initial
version is working OK on these external machines. I do not fancy a rather
long-winded approach out finding out why. I suppose I should have
double-checked whether these 2 machines were SE or not - I think that they
were.

Any clues anyone?? Any particular calls, namespaces etc that are not too
well tolerated on Windows 98?? About to go nd try it on another Windows 98
machine here - and I hope that it crashes so that I have something to work
with!!

Best wishes

Paul Bromley

Nov 20 '05 #8
Definately will run on W98SE (done it). From this thread I am beginning to
wonder about pre SE.

You always have to install the .Net Framework first for a .net program.
Until the OS has it preinstalled, and by then their will be newer version
out of anyways. :^) WinXP SP2 will have NET 1.1, no?

Greg
"Dennis" <De****@discuss ions.microsoft. com> wrote in message
news:09******** *************** ***********@mic rosoft.com...
I was told by one of the newsgroup replys that you couldn't run programs written in VB.net on Windows 95 but guess they will run on at least some W98
machines. Assume you have to install the .net framework on the 98 machine
first. Is that correct? --
Dennis in Houston
"Paul Bromley" wrote:
I am about to release the second version of a program that I started writing 12 months ago. The first version worked fine on 98 upwards. This version
seems to crash on Windows 98. I realise that this is a bit vague, but anyone any broad guidance as to how I might go about sorting this one?? To make
matters worse, It seems to work fine on a Windows 98 machine home - loaded onto 2 at this other site with dotnet framework and it crashes. The initial version is working OK on these external machines. I do not fancy a rather long-winded approach out finding out why. I suppose I should have
double-checked whether these 2 machines were SE or not - I think that they were.

Any clues anyone?? Any particular calls, namespaces etc that are not too
well tolerated on Windows 98?? About to go nd try it on another Windows 98 machine here - and I hope that it crashes so that I have something to work with!!

Best wishes

Paul Bromley

Nov 20 '05 #9

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

Similar topics

1
4503
by: R6_2003 | last post by:
Hello all, i dunno if that's the right newsgroup to ask, but i'll try, please ignore me if u feel its not 0:) i've been messing with a control panel app for so long.. previously i was using Microsoft Visual C++ 6 and had ZERO problems, but now at work we switched to Borland C++ 6.0. The control panel applet i did contains a simple form with a
3
1282
by: Luke | last post by:
I have a program that exits just fine when you close it manually, but throws an unhandled exception when I try to log off windows. It suggests I enable the JIT debugger, but when I compile the program in debug mode and enable JIT debugging it closes fine, though the logoff process is aborted. I am using a couple of activex controls that .net generated wrappers for, so I don't know if that has anything to do with it, but my program closes...
17
6442
by: UJ | last post by:
Is there any way for a windows service to start a windows program ? I have a service that will need to restart a windows app if it needs to. TIA - Jeff.
7
1761
by: Daniel | last post by:
I am baffled. According to the C++ faq lite it is ok to use a reference as an lvalue, and the subscript operator returns a reference. However, when I run this program, it crashes! I will go set up a different compiler and try again while I'm waiting for a reply, but I'm really curious about why this is happening. I'm using the mingw compiler that came with dev-c++ on an up to date Windows 2000 box. Any help would be greatly appreciated,...
0
1515
by: developer200701 | last post by:
The following code (which is distilled down from a larger application) worked for several years previously. Now, the instant you click on the print icon within the print preview window the workstation crashes hard: reboots and upon Windows restart wants to send an error report to Microsoft (recovered from severe error). My default printer is HP LaserJet 5000N Series PCL6; if I select an alternative printer (different HP model) this...
41
2466
by: z | last post by:
I use Visual C 2005 to develop my programs. One in particular is crashing in very specific and hard to replicate situations, made worse by the fact it only crashes when run -outside- the dev - as an exe, not from the Debug option. If I try to launch the debug on the crashing program, it'll close before the debugger opens. Any suggestions as to how I should proceed? Thanks in advance.
37
5072
by: Vince C. | last post by:
Hi all. I've installed Bloodshed Dev-C++ on a Windows 2000 SP4 machine. I'm using MinGW 3.4.2. I'd like to temporarily disable standard functions to write to stderr, i.e. for instance redirect stderr to a temporary file (or /dev/null but is there an equivalent under Windows? Is it "nul:") and then to *restore* the default stderr so that standard library functions that write to stderr produce output again.
23
2262
by: mike3 | last post by:
Hi. I seem to have made some progress on finding that bug in my program. I deactivated everything in the bignum package that was used except for the returning of BigFloat objects. I even crippled all the constructors. So now all the operations and constructors that were used do is just return BigFloats but no memory is actually accessed at any point, nor is any allocated. However, when I reenable those parts of the constructor that...
3
4735
by: ckkart | last post by:
Hi, on XP when starting a certain external program (plain C calculation program which communicates via stdout/fs) from python 2.5 using subprocess.Popen the external program crashes. It does not if started directly from the XP command prompt. This is not a purely python problems since the crash occurs as well if started e.g. from a msys bash shell. The only things I find worth mentioning from the windows debugging message is that...
0
9384
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9212
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8645
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7186
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6473
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5069
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5247
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3742
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2612
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.