A
Anil Gupte
I am having trouble with the following:
Dim Key As Byte() = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09,
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16}
Dim IV As Byte() = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09,
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16}
The IDE shows a build error with the message:
'}' expected
with the little blue wavy line underlining the first item in the list
(0x01). The interesting thing? I copied this from the help file in Visual
Studio. See the topic:
..NET Framework Developer's Guide
Encrypting Data [Visual Basic]
Thanx for any advice,
Dim Key As Byte() = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09,
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16}
Dim IV As Byte() = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09,
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16}
The IDE shows a build error with the message:
'}' expected
with the little blue wavy line underlining the first item in the list
(0x01). The interesting thing? I copied this from the help file in Visual
Studio. See the topic:
..NET Framework Developer's Guide
Encrypting Data [Visual Basic]
Thanx for any advice,