473,396 Members | 1,997 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.

System.IO and Windows 98

From what I can tell on Microsoft's website the .Net framework's System.IO
will not work with Windows 98. Is this true? I designed my app for use with
Windows 2000 and Windows XP. However, a user is trying in on a Windows 98
box and having some issues. I have labels which are filled by reading files
in the file system and he is telling me that they are not being filled. Is
this what I should expect?

Thanks,
John
Nov 21 '05 #1
11 1569
* "jcrouse" <me> scripsit:
From what I can tell on Microsoft's website the .Net framework's System.IO
will not work with Windows 98. Is this true? I designed my app for use with
Windows 2000 and Windows XP. However, a user is trying in on a Windows 98
box and having some issues. I have labels which are filled by reading files
in the file system and he is telling me that they are not being filled. Is
this what I should expect?


Most/everything(?) in the 'System.IO' namespace will work on Windows
98. Nevertheless, you should check the MSDN documentation for every
method. Without knowing your code it's impossible to tell you if your
problem is caused by the .NET Framework or your implementation.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 21 '05 #2
John,

We know a lot about your code, and you told it is not complex :-)

So I think this cannot be an issue.

Is it only the labels that are not filled or stops the program. I thought
you are making a lot dynamicly, so it can be a memory issue, because people
who have Windows 98 computers have often very few memory for todays
standards.

Cor
Nov 21 '05 #3
John,
Where did you get that impression?

As Herfried suggests most of System.IO is fully functional under Windows 98!

You are correct in that Windows 98 does not support all the features of
Windows NT, 2000, XP, 2003, specifically the FileSystemWatcher & associated
classes are not supported as they require a NTFS drive...

For details of what is supported on which platform see:
http://msdn.microsoft.com/library/de...ewkwinsupp.asp

Hope this helps
Jay

"jcrouse" <me> wrote in message
news:ux**************@TK2MSFTNGP10.phx.gbl...
From what I can tell on Microsoft's website the .Net framework's System.IO
will not work with Windows 98. Is this true? I designed my app for use with Windows 2000 and Windows XP. However, a user is trying in on a Windows 98
box and having some issues. I have labels which are filled by reading files in the file system and he is telling me that they are not being filled. Is
this what I should expect?

Thanks,
John

Nov 21 '05 #4
Cor,
You probably know my code better than me. :) I did not implement the
dynamic labels yet. I'm still trying to understand your code completely,
although I'm getting there. I'm trying to post fewer times and figure out
more on my own. If I just use your code and don't understand it, it makes
debugging impossible. Bear with me, I'll get there.

Thanks,
John

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
John,

We know a lot about your code, and you told it is not complex :-)

So I think this cannot be an issue.

Is it only the labels that are not filled or stops the program. I thought
you are making a lot dynamicly, so it can be a memory issue, because people who have Windows 98 computers have often very few memory for todays
standards.

Cor

Nov 21 '05 #5
Jay,
That's where I got it. The column for "98 Me" says no to a lot of the
System and System.IO functions. Am I reading something wrong here?

Thanks,
John

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:ed**************@TK2MSFTNGP10.phx.gbl...
John,
Where did you get that impression?

As Herfried suggests most of System.IO is fully functional under Windows 98!
You are correct in that Windows 98 does not support all the features of
Windows NT, 2000, XP, 2003, specifically the FileSystemWatcher & associated classes are not supported as they require a NTFS drive...

For details of what is supported on which platform see:
http://msdn.microsoft.com/library/de...ewkwinsupp.asp
Hope this helps
Jay

"jcrouse" <me> wrote in message
news:ux**************@TK2MSFTNGP10.phx.gbl...
From what I can tell on Microsoft's website the .Net framework's System.IO will not work with Windows 98. Is this true? I designed my app for use

with
Windows 2000 and Windows XP. However, a user is trying in on a Windows 98 box and having some issues. I have labels which are filled by reading

files
in the file system and he is telling me that they are not being filled. Is this what I should expect?

Thanks,
John


Nov 21 '05 #6
Cor,
In case your wondering what you have put all this effort into you can
maybe get an idea form the app's homepage. You can check it out at
http://home.comcast.net/~cpviewer. Let me know your thoughts or questions.
Oh yeah, that's my first crack at a web site also. I wrote the app and
didn't have a way to distribute it. Man, FrontPage isn't very intuitive. Ya
know, I seem to be saying that about a lot of stuff lately. Maybe I don't
pick things us as quickly as I think or as I used to. :)

Later,
John

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
John,

We know a lot about your code, and you told it is not complex :-)

So I think this cannot be an issue.

Is it only the labels that are not filled or stops the program. I thought
you are making a lot dynamicly, so it can be a memory issue, because people who have Windows 98 computers have often very few memory for todays
standards.

Cor

Nov 21 '05 #7
John,
You probably know my code better than me. :) I did not implement the
dynamic labels yet. I'm still trying to understand your code completely,
although I'm getting there. I'm trying to post fewer times and figure out
more on my own. If I just use your code and don't understand it, it makes
debugging impossible. Bear with me, I'll get there.

You are completly right about this one.

My message about your code was meant to say that it is probably a lot of
code and can be everything, I found the answer from Jay very good where he
suggested about the watch.

Probably we do not know parts in your code that can be the problem, however
I seldom see people here in this newsgroup who are checking out problems
with more than 50 lines of code.

That was why I sand my message in the way that we do know your code.

I think you can better look on the classes you are using and check if there
is a more not normally often used one in it and check that than or ask in
this newsgroup if somebody knows that it will give problems with W98.

The most know one is the smptp server part CDO, however that was one of the
reason that I told we know your code because that I never saw in your code.

To explain a little bit why I wrote (We know your code)

Cor
Nov 21 '05 #8
John,
Am I reading something wrong here? Yes! ;-)

You did notice that the second column of the table is a type (class,
structure, delegate, enum) from the namespace listed in the first column?

There are only 13 types from the System.IO namespace listed. 12 of those
types are specifically FileSystemWatcher related (either the class
specifically or its events, parameters to events or related enums). The 13th
ChangedFilters I don't see listed in MSDN... (searching MSDN for
ChangedFilters only turns up that page).
There are at least 29 types from System.IO that are not listed, for example
Stream, FileStream, MemoryStream, all the readers & writers are NOT listed
in that column, which means that all of them ARE available to use on Windows
98!
Hope this helps
Jay

"jcrouse" <me> wrote in message news:Oh*************@TK2MSFTNGP11.phx.gbl... Jay,
That's where I got it. The column for "98 Me" says no to a lot of the
System and System.IO functions. Am I reading something wrong here?

Thanks,
John

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:ed**************@TK2MSFTNGP10.phx.gbl...
John,
Where did you get that impression?

As Herfried suggests most of System.IO is fully functional under Windows 98!

You are correct in that Windows 98 does not support all the features of
Windows NT, 2000, XP, 2003, specifically the FileSystemWatcher &

associated
classes are not supported as they require a NTFS drive...

For details of what is supported on which platform see:

http://msdn.microsoft.com/library/de...ewkwinsupp.asp

Hope this helps
Jay

"jcrouse" <me> wrote in message
news:ux**************@TK2MSFTNGP10.phx.gbl...
From what I can tell on Microsoft's website the .Net framework's System.IO will not work with Windows 98. Is this true? I designed my app for use

with
Windows 2000 and Windows XP. However, a user is trying in on a Windows 98 box and having some issues. I have labels which are filled by reading

files
in the file system and he is telling me that they are not being
filled. Is this what I should expect?

Thanks,
John



Nov 21 '05 #9
Makes sense. Thanks for taking the time to explain.

John

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:OW**************@TK2MSFTNGP12.phx.gbl...
John,
Am I reading something wrong here? Yes! ;-)

You did notice that the second column of the table is a type (class,
structure, delegate, enum) from the namespace listed in the first column?

There are only 13 types from the System.IO namespace listed. 12 of those
types are specifically FileSystemWatcher related (either the class
specifically or its events, parameters to events or related enums). The

13th ChangedFilters I don't see listed in MSDN... (searching MSDN for
ChangedFilters only turns up that page).
There are at least 29 types from System.IO that are not listed, for example Stream, FileStream, MemoryStream, all the readers & writers are NOT listed
in that column, which means that all of them ARE available to use on Windows 98!
Hope this helps
Jay

"jcrouse" <me> wrote in message

news:Oh*************@TK2MSFTNGP11.phx.gbl...
Jay,
That's where I got it. The column for "98 Me" says no to a lot of the
System and System.IO functions. Am I reading something wrong here?

Thanks,
John

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message news:ed**************@TK2MSFTNGP10.phx.gbl...
John,
Where did you get that impression?

As Herfried suggests most of System.IO is fully functional under Windows
98!

You are correct in that Windows 98 does not support all the features
of Windows NT, 2000, XP, 2003, specifically the FileSystemWatcher &

associated
classes are not supported as they require a NTFS drive...

For details of what is supported on which platform see:

http://msdn.microsoft.com/library/de...ewkwinsupp.asp

Hope this helps
Jay

"jcrouse" <me> wrote in message
news:ux**************@TK2MSFTNGP10.phx.gbl...
> From what I can tell on Microsoft's website the .Net framework's

System.IO
> will not work with Windows 98. Is this true? I designed my app for use with
> Windows 2000 and Windows XP. However, a user is trying in on a Windows 98
> box and having some issues. I have labels which are filled by

reading files
> in the file system and he is telling me that they are not being

filled.
Is
> this what I should expect?
>
> Thanks,
> John
>
>



Nov 21 '05 #10
John,
Are you still having problems with your program on Windows 98?

Or does your function use FileSystemWatcher?

Jay

"jcrouse" <me> wrote in message
news:eS**************@TK2MSFTNGP09.phx.gbl...
Makes sense. Thanks for taking the time to explain.

John

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:OW**************@TK2MSFTNGP12.phx.gbl...
John,
Am I reading something wrong here?

Yes! ;-)

You did notice that the second column of the table is a type (class,
structure, delegate, enum) from the namespace listed in the first column?

<<snip>>
Nov 21 '05 #11
I'm not sure. It was one of my users and I haven't heard back. I am putting
together a 98SE box now to give it a go myself.

Thanks for the follow-up,
John

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:u3****************@TK2MSFTNGP10.phx.gbl...
John,
Are you still having problems with your program on Windows 98?

Or does your function use FileSystemWatcher?

Jay

"jcrouse" <me> wrote in message
news:eS**************@TK2MSFTNGP09.phx.gbl...
Makes sense. Thanks for taking the time to explain.

John

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:OW**************@TK2MSFTNGP12.phx.gbl...
John,
> Am I reading something wrong here?
Yes! ;-)

You did notice that the second column of the table is a type (class,
structure, delegate, enum) from the namespace listed in the first

column?

<<snip>>

Nov 21 '05 #12

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

Similar topics

3
by: Terrence | last post by:
I am doing some of the C# walkthroughs to transition from VB to C#. When I try to execute static void Main() { Aplication.Run(new Form1()) } I raise a 'System.NullReferenceException" in...
2
by: Greg Bacchus | last post by:
Hi, I'm getting an exception that really has me stumped. It's sporadic at best, it's only happened a handful of times. This particular time it happened when the user pressed 'Alt-S' to save the...
1
by: lwickland | last post by:
Summary: System.Net.ScatterGatherBuffers.MemoryChuck allocates inordinately large bytes when sending large post data. The following application consumes inordinate quantities of memory. My code...
6
by: tom k. | last post by:
H I have XP and can't run any of my Visual Basic .net projects. I get this error every time I try to run one: An unhandled exception of type 'System.ArithmeticException' occurred in...
2
by: Graeme Neath | last post by:
I'm having a very bizarre problem. I have a vb.net application which uses the ESRI MapObjects 2.2 component (unmanaged code). When I use the MapObjects built-in function 'CopyMap' to copy the map...
4
by: Roger Aikin | last post by:
I've converted a VB6 project to VB.Net 2005. (Actually using vstudio pro 2005). I'm on a machine that also has VB6 and Vstudio.net 2003 on it. The project uses Word, Excel, MapPoint and SqlClient...
3
by: forest demon | last post by:
for example, let's say I do something like, System.Diagnostics.Process.Start("notepad.exe","sample.txt"); if the user does a SaveAs (in notepad), how can i capture the path that the user...
1
by: mfunkmann | last post by:
Hi, I recently got an error and I don't know how to fix it: Error 1 'System.Data.DataColumn' does not contain a definition for 'Windows' C:\c#\CsharpPRO\Form1.Designer.cs 304 77 CsharpPRO I...
2
by: =?Utf-8?B?TmF0aGFuIFdpZWdtYW4=?= | last post by:
Hi, I am wondering why the .NET Framework is quite different from Win32 API when it comes to displaying system modal message boxes. Consider the four following types of system modal message...
0
by: =?Utf-8?B?TWFyY3VzIFNjaGFlZmVy?= | last post by:
Hi everybody, I'm working on my application for appr. 2 years and now suddenly I got an System.TypeInitializationException in one of my global modules. The error is thrown at the first call of a...
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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.