Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Julie,
I guess you are working with the sample Phil's talking about. You need to uncomment these lines:
maxLength = 256;
byteType = dotNET.System.Type.GetType("System.Byte");
binaryData = dotNET.System.Array.CreateInstance(byteType, maxLength);
I guess you are working with the sample Phil's talking about. You need to uncomment these lines:
maxLength = 256;
byteType = dotNET.System.Type.GetType("System.Byte");
binaryData = dotNET.System.Array.CreateInstance(byteType, maxLength);