diff --git a/cs/bmx_0200scr/BMX2/BMXNet/AssemblyInfo.cs b/cs/bmx_0200scr/BMX2/BMXNet/AssemblyInfo.cs index 8967152..db141e3 100644 --- a/cs/bmx_0200scr/BMX2/BMXNet/AssemblyInfo.cs +++ b/cs/bmx_0200scr/BMX2/BMXNet/AssemblyInfo.cs @@ -27,7 +27,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.1.*")] +[assembly: AssemblyVersion("2.1.2.*")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -57,5 +57,5 @@ using System.Runtime.InteropServices; //[assembly: AssemblyDelaySign(false)] //[assembly: AssemblyKeyFile("")] //[assembly: AssemblyKeyName("")] -[assembly: AssemblyFileVersionAttribute("2.1.1.0")] +[assembly: AssemblyFileVersionAttribute("2.1.2.0")] [assembly: ComVisibleAttribute(false)] diff --git a/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj b/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj index a31e0b6..affae7c 100644 --- a/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj +++ b/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj @@ -51,7 +51,7 @@ false - TRACE;DEBUG + DEBUG bmxnet.xml true 4096 @@ -72,7 +72,8 @@ false - TRACE;DEBUG + + bmxnet.xml true 4096 diff --git a/cs/bmx_0200scr/BMX2/BMXNet/BMXNetLib.cs b/cs/bmx_0200scr/BMX2/BMXNet/BMXNetLib.cs index b5b96f5..1c0f9ac 100644 --- a/cs/bmx_0200scr/BMX2/BMXNet/BMXNetLib.cs +++ b/cs/bmx_0200scr/BMX2/BMXNet/BMXNetLib.cs @@ -917,7 +917,6 @@ namespace IndianHealthService.BMXNet lpBuf = 0; if (nFind > -1) { - //sbAll.Append(sReadBuffer, 0, numberOfBytesRead -1); //utf8 sbAll.Append(sReadBuffer, 0, sReadBuffer.Length - 1); } else diff --git a/cs/bmx_0200scr/BMX2/BMXNet/bin/Release/BMXNet21.dll b/cs/bmx_0200scr/BMX2/BMXNet/bin/Release/BMXNet21.dll index 29adbe9..14b2ad9 100644 Binary files a/cs/bmx_0200scr/BMX2/BMXNet/bin/Release/BMXNet21.dll and b/cs/bmx_0200scr/BMX2/BMXNet/bin/Release/BMXNet21.dll differ