Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
Generalinstaller conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
Chris Richner23-Sep-03 22:51
Chris Richner23-Sep-03 22:51 
GeneralRe: installer conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
ich_bins24-Sep-03 1:28
ich_bins24-Sep-03 1:28 
GeneralRe: installer conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
Chris Richner24-Sep-03 2:25
Chris Richner24-Sep-03 2:25 
GeneralRelative file path Pin
Stephane David23-Sep-03 21:08
Stephane David23-Sep-03 21:08 
GeneralRe: Relative file path Pin
Jim Stewart24-Sep-03 5:40
Jim Stewart24-Sep-03 5:40 
GeneralBinaryWriter/BinaryReader Portability Pin
Andrew Shapira23-Sep-03 18:34
Andrew Shapira23-Sep-03 18:34 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Julian Bucknall [MSFT]24-Sep-03 6:25
Julian Bucknall [MSFT]24-Sep-03 6:25 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 11:11
Andrew Shapira24-Sep-03 11:11 
Julian,

Is there complete BinaryWriter/BinaryReader compatibility for all Microsoft .NET implementations and for all pairs of machines that Microsoft's .NET runs on? I tried to be explicit about this in the original post -- if the question is still not clear then I will try to make it clearer. I am looking for an explicitly-written answer that's more informative than, "Some BinaryReader objects can read what's written by some BinaryWriter objects."

The endianness question is meaningful at present because there are different vendors, e.g., Microsoft and Mono, but even information only about Microsoft-to-Microsoft communication would be helpful.

Also, it helps and is even necessary to have some idea of future capabilities. I do not want to release software only to find out in 3 months that a large class of users cannot connect to a server because BinaryWriter and BinaryReader are incompatible in some circumstances, e.g., .NET 2.0 (say) is using a format that is incompatible with .NET 1.0. In fact if this were to happen, then using BinaryWriter/BinaryReader would be painful for many client/server situations because there would be two different classes of users, e.g., many Windows XP users with .NET 1.0 and some other users who are using .NET 2.0. It would become necessary to somehow know in advance which version of the protocol to use, and to be able to use either version within a single assembly (the server).


Andrew
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Julian Bucknall [MSFT]24-Sep-03 14:46
Julian Bucknall [MSFT]24-Sep-03 14:46 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 15:00
Andrew Shapira24-Sep-03 15:00 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Arun Bhalla24-Sep-03 7:39
Arun Bhalla24-Sep-03 7:39 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 10:19
Andrew Shapira24-Sep-03 10:19 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Arun Bhalla24-Sep-03 10:30
Arun Bhalla24-Sep-03 10:30 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 11:12
Andrew Shapira24-Sep-03 11:12 
Generalsurvey on books Pin
nevhile.net23-Sep-03 14:52
nevhile.net23-Sep-03 14:52 
GeneralRe: survey on books Pin
David Stone23-Sep-03 16:07
sitebuilderDavid Stone23-Sep-03 16:07 
GeneralRe: survey on books Pin
James T. Johnson23-Sep-03 17:17
James T. Johnson23-Sep-03 17:17 
GeneralRe: survey on books Pin
Andrew Shapira23-Sep-03 18:40
Andrew Shapira23-Sep-03 18:40 
GeneralRe: survey on books Pin
David Stone23-Sep-03 19:16
sitebuilderDavid Stone23-Sep-03 19:16 
GeneralRe: survey on books Pin
Bog26-Sep-03 8:42
Bog26-Sep-03 8:42 
GeneralC# Crypto Interop with WIN32 Pin
cory_baker23-Sep-03 12:09
cory_baker23-Sep-03 12:09 
QuestionHow-To Create Dynamic Webservice Detection? Pin
DudleyDoorite23-Sep-03 11:20
DudleyDoorite23-Sep-03 11:20 
QuestionC# Question: static int amountopen = (0 - 500); ??? Pin
Chua Wen Ching23-Sep-03 10:59
Chua Wen Ching23-Sep-03 10:59 
AnswerRe: C# Question: static int amountopen = (0 - 500); ??? Pin
Alvaro Mendez23-Sep-03 11:13
Alvaro Mendez23-Sep-03 11:13 
GeneralRe: C# Question: static int amountopen = (0 - 500); ??? Pin
Chua Wen Ching23-Sep-03 11:21
Chua Wen Ching23-Sep-03 11:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.