System.IO和Windows 98

编程入门 行业动态 更新时间:2024-10-24 15:24:26
本文介绍了System.IO和Windows 98的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

从我在微软网站上可以看出,.Net框架的System.IO 将不适用于Windows 98.这是真的吗?我设计的应用程序用于 Windows 2000和Windows XP。但是,用户正在尝试使用Windows 98 框并遇到一些问题。我有标签,通过在文件系统中读取文件 来填充,他告诉我他们没有被填满。这是我应该期待的吗? 谢谢, John

解决方案

*" jcrouse" < ME> scripsit:

从我在微软网站上可以看出,.Net框架的System.IO 将不适用于Windows 98.这是真的吗?我设计了我的应用程序,用于Windows 2000和Windows XP。但是,用户正在尝试使用Windows 98 盒子并遇到一些问题。我有标签,通过阅读文件系统中的文件来填充,他告诉我他们没有被填满。 这是我应该期待的吗?

''System.IO'命名空间中的大多数/所有(?)都适用于Windows 98.但是,您应该检查每个 方法的MSDN文档。在不知道你的代码的情况下,你不可能告诉你你的问题是否是由.NET Framework或你的实现造成的。 - Herfried K. Wagner [MVP] < URL:http://dotnet.mvps/>

John, 我们对你的代码了解很多,你告诉它并不复杂:-) 所以我想这个不能成为问题。 只是标签没有填写或停止程序。我认为 你动态地做了很多,所以它可能是一个内存问题,因为拥有Windows 98计算机的人们通常只有很少的内存供今天使用 标准。 Cor

John, 你从哪里得到的印象? 正如Herfried建议的,大部分System.IO在Windows 98下都可以正常运行! 你说的是正确的,因为Windows 98没有支持 Windows NT,2000,XP,2003的所有功能,特别是FileSystemWatcher&相关的 类不支持,因为它们需要NTFS驱动器... 有关哪个平台支持的详细信息,请参阅: http: //msdn.microsoft/library/de...ewkwinsupp.asp 希望这有帮助 Jay " jcrouse" < ME>在消息中写道 news:ux ************** @ TK2MSFTNGP10.phx.gbl ...

从我所知道的在微软的网站上,.Net框架的System.IO 不适用于Windows 98.这是真的吗?我设计我的应用程序使用Windows 2000和Windows XP 。但是,用户正在尝试使用Windows 98 盒子并遇到一些问题。我有标签,通过在文件系统中读取文件来填充,他告诉我他们没有被填充。这是我应该期待的吗? 谢谢, John

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

解决方案

* "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:dotnet.mvps/>

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

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: msdn.microsoft/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

更多推荐

System.IO和Windows 98

本文发布于:2023-11-09 22:56:20,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1573660.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:IO   System   Windows

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!