473,394 Members | 1,893 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,394 software developers and data experts.

Application in .NET isn't working under Windows ME or 98

sp
The application is written in Visual Basic / .NET and working without
problems under Windows XP, Windows 2000, Windows 2003 but it isn't
working under Windows ME and Windows 98 - the computer hangs. After
computers hangs you can move mouse but can not press any key. Alt -
Ctrl- Del isn’t working so you have to reset the computer by pressing
button. I checked several Win 98 and Me - clean install to - always the
same!

At the beginning the application is working I can see splash screen and
use some data from MS SQL (so framework 2 is working OK!), but it hangs
when the large screen should be displayed.
Any ideas what is wrong?
Aug 20 '06 #1
10 1699
Hi Kofa,

Have you installed .Net framework 2.0 successfully on Win98 and Me? You may
refer to the following link to check if the computers installed Win98 and
Me meet the requirement for installing .Net Framework 2.0.

http://msdn.microsoft.com/netframewo...s/default.aspx
At the beginning the application is working I can see splash screen and
use some data from MS SQL (so framework 2 is working OK!), but it hangs
when the large screen should be displayed.

Is the .Net application you run on Win98 and Me a WinForms application? If
yes, would you tell me what the program does, e.g access database when the
main form is loaded?

You may set up a simple Hello World WinForms application and run it on
Win98 and Me to see whether the simple program can run sucessfully. If yes,
the problem may be related to actual code in your application.

I look forward to your reply.
Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Aug 21 '06 #2
Kofa,

Be aware that not all classes are running on W98, Me or NT4Sp6 the best
example for me is SMTP, which was introduced on Windows 2000 and therefore
although you can make a program for it in Net, does it not go.

Just an addition to the message from Linda

Cor

"sp" <ko**@noemail.noemailschreef in bericht
news:ey**************@TK2MSFTNGP03.phx.gbl...
The application is written in Visual Basic / .NET and working without
problems under Windows XP, Windows 2000, Windows 2003 but it isn't working
under Windows ME and Windows 98 - the computer hangs. After computers
hangs you can move mouse but can not press any key. Alt - Ctrl- Del isn't
working so you have to reset the computer by pressing button. I checked
several Win 98 and Me - clean install to - always the same!

At the beginning the application is working I can see splash screen and
use some data from MS SQL (so framework 2 is working OK!), but it hangs
when the large screen should be displayed.
Any ideas what is wrong?

Aug 21 '06 #3
sp
Have you installed .Net framework 2.0 successfully on Win98 and Me? You may
refer to the following link to check if the computers installed Win98 and
Me meet the requirement for installing .Net Framework 2.0.

http://msdn.microsoft.com/netframewo...s/default.aspx

>>At the beginning the application is working I can see splash screen and

use some data from MS SQL (so framework 2 is working OK!), but it hangs
when the large screen should be displayed.

Is the .Net application you run on Win98 and Me a WinForms application? If
yes, would you tell me what the program does, e.g access database when the
main form is loaded?
Yes it is WinForms application and it display login screen with some
data from MS SQL, so connection is working OK. Before main screen
appears the program connect to the internet and display web form (ie).
You may set up a simple Hello World WinForms application and run it on
Win98 and Me to see whether the simple program can run sucessfully. If yes,
the problem may be related to actual code in your application.
Login screen appears as I said before so the problem is with the code,
but I thought that .NET was make to provide compability beetween
operating systems (like JAVA).
I look forward to your reply.
I would like to debug application under Win ME, but I can not run Visual
Studio 2005 under ME. Sometime ago I read that there is a free (open
source not from Microsoft) program for making aplication in .NET but I
can not find it. Do you remeber the program name? I believe that it will
be runing under Win Me and in this way I will be able to debug application.
Aug 21 '06 #4
sp
Have you installed .Net framework 2.0 successfully on Win98 and Me? You may
refer to the following link to check if the computers installed Win98 and
Me meet the requirement for installing .Net Framework 2.0.

http://msdn.microsoft.com/netframewo...s/default.aspx

>>At the beginning the application is working I can see splash screen and

use some data from MS SQL (so framework 2 is working OK!), but it hangs
when the large screen should be displayed.

Is the .Net application you run on Win98 and Me a WinForms application? If
yes, would you tell me what the program does, e.g access database when the
main form is loaded?
Yes it is WinForms application and it display login screen with some
data from MS SQL, so connection is working OK. Before main screen
appears the program connect to the internet and display web form (ie).
You may set up a simple Hello World WinForms application and run it on
Win98 and Me to see whether the simple program can run sucessfully. If yes,
the problem may be related to actual code in your application.
Login screen appears as I said before so the problem is with the code,
but I thought that .NET was make to provide compability beetween
operating systems (like JAVA).
I look forward to your reply.
I would like to debug application under Win ME, but I can not run Visual
Studio 2005 under ME. Sometime ago I read that there is a free (open
source not from Microsoft) program for making aplication in .NET but I
can not find it. Do you remeber the program name? I believe that it will
be runing under Win Me and in this way I will be able to debug application.
Aug 21 '06 #5
sp wrote:

>
At the beginning the application is working I can see splash screen and
use some data from MS SQL (so framework 2 is working OK!), but it hangs
when the large screen should be displayed.
Does the large screen have a lot of controls on it? If so, Win9x might
simply run out of resources. I've run into this problem once in a vb5
application so I had to reduce the number of controls on the screen.

The state of the system resources can be monitored using Windows
Resource Meter (C:\Windows\rsrcmtr.exe).

--
Rinze van Huizen
C-Services Holland b.v
Aug 22 '06 #6
Hi Kofa,

You have mentioned that the program connect to the internet and display web
pages when the main form is loaded. Which control you are using to browse
web pages on your form, WebBrowser or Microsoft Web Browser? Whatever
control is used to browse web pages, they all make use of the Shdocvw.dll
file. If the Shdocvw.dll file doesn't exist on the machine, the program
would fail to run.

The Shdocvw.dll file is installed in the %Windir%\System folder in Win95,
Win98 and WinMe. If the Shdocvw.dll file doesn't exist, you may reinstall
the Internet Explorer.

You may also have a try open the web pages the .Net program tries to open
when it starts in IE on the machine installed Win98/Me to see if these web
pages could be opened in IE. If not, the IE version may be a little older
and you may update it.
Sometime ago I read that there is a free (open source not from Microsoft)
program for making aplication in .NET but I can not find it. Do you remeber
the program name?

I am sorry that I don't know the free progam for making applications in
.Net and that VS 2005 couldn't be installed on WinMe. You may refer to the
following link to learn more about the system requirements for installing
VS 2005.

http://msdn.microsoft.com/vstudio/su...e/default.aspx

Hope this helps.

Sincerely,
Linda Liu
Microsoft Online Community Support

Aug 22 '06 #7
Sp,

As there is for an OS no Java runtimers, than it will not run.
As it is incomplete or referening to non existent or old software, than you
will have the same problems as you have now.

Cor

"sp" <ko**@noemail.noemailschreef in bericht
news:44**************@noemail.noemail...
>Have you installed .Net framework 2.0 successfully on Win98 and Me? You
may refer to the following link to check if the computers installed
Win98 and Me meet the requirement for installing .Net Framework 2.0.

http://msdn.microsoft.com/netframewo...s/default.aspx

>>>At the beginning the application is working I can see splash screen and

use some data from MS SQL (so framework 2 is working OK!), but it hangs
when the large screen should be displayed.

Is the .Net application you run on Win98 and Me a WinForms application?
If yes, would you tell me what the program does, e.g access database when
the main form is loaded?

Yes it is WinForms application and it display login screen with some data
from MS SQL, so connection is working OK. Before main screen appears the
program connect to the internet and display web form (ie).
>You may set up a simple Hello World WinForms application and run it on
Win98 and Me to see whether the simple program can run sucessfully. If
yes, the problem may be related to actual code in your application.

Login screen appears as I said before so the problem is with the code, but
I thought that .NET was make to provide compability beetween operating
systems (like JAVA).
>I look forward to your reply.

I would like to debug application under Win ME, but I can not run Visual
Studio 2005 under ME. Sometime ago I read that there is a free (open
source not from Microsoft) program for making aplication in .NET but I can
not find it. Do you remeber the program name? I believe that it will be
runing under Win Me and in this way I will be able to debug application.

Aug 22 '06 #8
Linda,

This can be a very good catch given the information that you got, my
compliments,

:-)

Cor

"Linda Liu [MSFT]" <v-****@online.microsoft.comschreef in bericht
news:Lq**************@TK2MSFTNGXA01.phx.gbl...
Hi Kofa,

You have mentioned that the program connect to the internet and display
web
pages when the main form is loaded. Which control you are using to browse
web pages on your form, WebBrowser or Microsoft Web Browser? Whatever
control is used to browse web pages, they all make use of the Shdocvw.dll
file. If the Shdocvw.dll file doesn't exist on the machine, the program
would fail to run.

The Shdocvw.dll file is installed in the %Windir%\System folder in Win95,
Win98 and WinMe. If the Shdocvw.dll file doesn't exist, you may reinstall
the Internet Explorer.

You may also have a try open the web pages the .Net program tries to open
when it starts in IE on the machine installed Win98/Me to see if these web
pages could be opened in IE. If not, the IE version may be a little older
and you may update it.
>Sometime ago I read that there is a free (open source not from Microsoft)
program for making aplication in .NET but I can not find it. Do you
remeber
the program name?

I am sorry that I don't know the free progam for making applications in
Net and that VS 2005 couldn't be installed on WinMe. You may refer to the
following link to learn more about the system requirements for installing
VS 2005.

http://msdn.microsoft.com/vstudio/su...e/default.aspx

Hope this helps.

Sincerely,
Linda Liu
Microsoft Online Community Support

Aug 22 '06 #9
sp
Sorry web forms working good!!!

.... program crashes when the MDI Parent Form should be opened - at the
moment it should be opened I see that the screen is flashing... but I am
not sure...

On the MDI Parent Form there are 11 icons and one window.

I read that The state of the system resources can be monitored using
Windows Resource Meter (C:\Windows\rsrcmtr.exe) but I have not this
program and I think that 11 icons are not tu much...
any ideas what to do?
Aug 22 '06 #10
Hi Kofa,

If the .Net program you are running uses some specific API of some OS, for
example Win2000, the program couldn't run on any machine installed a lower
version of OS.

I think you could narrow down the problem by commenting out some code in
the program or removing some controls on the form. Then rebuild the project
and test it on Win98/Me to see if it could run on Win98/Me.

Hope this helps.
Sincerely,
Linda Liu
Microsoft Online Community Support

Aug 23 '06 #11

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

Similar topics

22
by: Tony Houghton | last post by:
I'm using pygame to write a game called Bombz which needs to save some data in a directory associated with it. In Unix/Linux I'd probably use "~/.bombz", in Windows something like "C:\Documents...
4
by: Adam Clauss | last post by:
This may be more of a Visual Studio question than a C# question, but it came up within the context of a C# app, so here it is. In a Windows Form or a Web Form application, you can drag various...
10
by: Mandy | last post by:
I have a command line tool that I would like to run from my .NET web application using System.Diagnostics.ProcessStartInfo. I run cmd.exe with this and then pass the command to run the tool as an...
4
by: pjdouillard | last post by:
Hello all, Here is the context of my problem: We have an ASP.NET 1.1 application that has its own application pool setup and that runs under the identity of a NT Domain service account (this...
13
by: Garry | last post by:
Why is it that my installation od vs2005 will not accept My.Application.OpenForms saying that it is not part of My.Application??? Dim frm As Form For Each frm In My.Application.OpenForms Next...
4
by: snare88 | last post by:
I have a question regarding a VB.NET 2003 application which was built on a Windows XP machine with Office 2002 installed. The software does some interfacing with Microsoft Excel. I now want to...
15
by: =?Utf-8?B?TVNU?= | last post by:
To demonstrate my problem, I have a very simple VB Windows application. It has a text box that is used to display a counter, a button to reset the counter, and a timer that increments the counter...
11
by: Jeff | last post by:
Hello everyone. I've searched through the archives here, and it seems that questions similar to this one have come up in the past, but I was hoping that I could pick your Pythonic brains a bit. ...
60
by: jim | last post by:
I am looking for an application that will wrap my .Net application (and any needed .Net parts) into a single exe. I know of Thinstall ($4,000 for application and per copy fees for your exes) and...
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: 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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
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...

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.