473,944 Members | 22,641 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WARNING: dotNet 1.1 SP1 breaks XmlTextReader with streams

XmlTextReader against a stream no longer works. This breaks the open source
jabber-net and other software. Several people have confirmed that what
works on dotNet 1.1 fails on dotNet 1.1 SP1.

So far, no work around nor hotfix has been found. If you use XML against a
stream, make sure you test before advising upgrades to SP1.

For details, read the following:
newsgroup: microsoft.publi c.dotnet.xml
Thread subject: "Reading XML from Stream - Change with .NET 1.1 SP1?"
Thread started: September 7, 2004

If anyone has information to share, please do!

Nov 12 '05 #1
2 1728
This is a problem that was introduced by a bug fix made between version 1.1
and SP1. Affected customers can contact PSS and request a QFE if this
problem severely affects their business cases.

"Stephen Gutknecht (RoundSparrow)" <St*****@RoundS parrow.com> wrote in
message news:eW******** ******@TK2MSFTN GP11.phx.gbl...
XmlTextReader against a stream no longer works. This breaks the open source jabber-net and other software. Several people have confirmed that what
works on dotNet 1.1 fails on dotNet 1.1 SP1.

So far, no work around nor hotfix has been found. If you use XML against a
stream, make sure you test before advising upgrades to SP1.

For details, read the following:
newsgroup: microsoft.publi c.dotnet.xml
Thread subject: "Reading XML from Stream - Change with .NET 1.1 SP1?"
Thread started: September 7, 2004

If anyone has information to share, please do!

Nov 12 '05 #2
CLL
Hi Dare -

Would it be possible for you to post the KB article number for this QFE so
that we can request it?

"Dare Obasanjo [MSFT]" wrote:
This is a problem that was introduced by a bug fix made between version 1.1
and SP1. Affected customers can contact PSS and request a QFE if this
problem severely affects their business cases.

"Stephen Gutknecht (RoundSparrow)" <St*****@RoundS parrow.com> wrote in
message news:eW******** ******@TK2MSFTN GP11.phx.gbl...
XmlTextReader against a stream no longer works. This breaks the open

source
jabber-net and other software. Several people have confirmed that what
works on dotNet 1.1 fails on dotNet 1.1 SP1.

So far, no work around nor hotfix has been found. If you use XML against a
stream, make sure you test before advising upgrades to SP1.

For details, read the following:
newsgroup: microsoft.publi c.dotnet.xml
Thread subject: "Reading XML from Stream - Change with .NET 1.1 SP1?"
Thread started: September 7, 2004

If anyone has information to share, please do!


Nov 12 '05 #3

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

Similar topics

0
1356
by: dexter15820 | last post by:
My xmlrpc program no longer works after installing the latest .net 1.1 patch. What happens is when the xmlrpc server receives a request it tries to read the request via the XmlTextReader(). When it tries to read the xml stream via XmlTextReader() it never returns from the XmlTextReader() call. Something the patch did no longer allows XmlTextReader() to did its job. I am wondering if anybody has any information on a work around or fix? ...
4
11419
by: Andy Neilson | last post by:
I've run across a strange behaviour with XmlSerializer that I'm unable to explain. I came across this while trying to use XmlSerializer to deserialize from a the details of a SoapException. This should have worked fine since the class in question was already being serialized and deserialized as part of a Web service interface. What I found was that by deserializing from an XmlNodeReader instead of an XmlTextReader, XML Serialization doesn't work...
1
5475
by: RJN | last post by:
Hi I'm using XMLTextReader to parse the contents of XML. I have issues when the xml content itself has some special characters like & ,> etc. <CompanyName>Johnson & Jhonson</CompanyName> <EmployeeStrength>> 1000</EmployeeStrength> When I do a Xmltextreader.read() and then check the contents of the xml node by XmltextReader.ReadString(), I get an exception when I have
1
2262
by: SHC | last post by:
Hi all, I did the "Build" on the attached code in my VC++ .NET 2003 - Windows XP Pro PC. On the c:\ screen, I got the following: Microsoft Development Environment An unhandled exception of type 'System.Xml.XmlException' occured in system.xml.dll Addtional Information: System error |Break| |Continue| I clicked on the |Continue| and I got the following: "c:\Documents and Settings\Scott H. Chang\My Documents\Visual Studio...
2
1571
by: VernonR | last post by:
I'm having problems getting the .NET 1.1 XSL transform to cross reference using ID / IDREF correctly. I have collapsed to a simple set of files to show the problem more clearly... The output line using MSXML4.0 is correct <Output>First List Item = Hello</Output> The output using MSXML3.0 or the DOTNET XSL transform is <Output> = </Output>
5
6453
by: Robert A Riedel | last post by:
I have a class that is intended to be exported in a DLL that uses another class that is in a static library. All clients that use the DLL will also link with the same static library. In summary, the following condition exists: class A {} ; // Instantiated in the static library and specified // in a header included by all clients. // // This is the class using A that is exported by a DLL.
5
3881
by: Alan Cobb | last post by:
Hi, In the managed C++ class below I get compile warning C4677 from VS2003. "signature of non-private function contains assembly private type", even though the managed enum is public. I have to drop the "enum" keyword from my member variable declaration to keep the compiler happy. Shouldn't I technically be able to use the "enum" keyword without a warning?
2
2117
by: XML reading with XMLTextReader | last post by:
im trying to read an xml file which is in the wwwroot folder.im using IIS on XP Prof. my code is -------------------------------------------------------------------------------------------------------- <%@ Page Language="VB" Debug="true" codePage="28599" %> <script runat="server"> Sub Page_Load(Sender as Object,E As EventArgs) dim okuyucu as XMLTextReader okuyucu=new XMLTextReader(Server.MapPath("comments.xml"))
1
6422
by: billa1972 | last post by:
Hi, I am trying to hook into Yellow Freight's rating webservice. Below is the wsdl. When i try and create a proxy file with wsdl.exe i get the following errors, see below. Also, when i reference this wsdl in .NET it seems to do it fine, yet there are no objects to reference except RateQuoteBeanService. In the WSDL it looks like there should be getRateQuote, and QUOTEREQUEST, etc.
0
10147
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
11547
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11136
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11310
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10677
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9870
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
8238
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
6093
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
6315
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.