Zero Padding Culprit
- From: "Jeff" <backspin@xxxxxxxxxxxxx>
- Date: Thu, 28 Apr 2005 08:49:41 -0400
I have a Windows Forms Application that communicates with an embedded client
using custom messages over a UdpClient connection.
Everything was fine until the Windows machine was upgraded with service
packs.
After installing WinXP SP2 and .Net Fx 1.1 SP1, something started zero
padding my messages (verified by Ethereal). The embedded client doesn't
expect these extra bytes.
Does anyone know what software component is zero padding my messages to a
multiple of 32 bits? Is it WinXP SP2, Fx 1.1 SP1, or something else?
Thanks for your help, Jeff
.
- Follow-Ups:
- Re: Zero Padding Culprit
- From: Jon Skeet [C# MVP]
- Re: Zero Padding Culprit
- Prev by Date: Re: 'as' operator
- Next by Date: Where the native code is stored?
- Previous by thread: 'as' operator
- Next by thread: Re: Zero Padding Culprit
- Index(es):
Loading