LabVIEW application that uses a .NET 1.1 assembly failes after .NET 2.0 installation

  • Thread starter Thread starter Sebastian Dau
  • Start date Start date
S

Sebastian Dau

Hey NG,

We have a LabVIEW application that uses a .NET 1.1 assembly.
It was all working good for a long time until we installed .NET 2.0 together
with .NET 1.1
on a computer.

When the assembly decrypt some data with a given key it throws an
"IndexOutOfRangeException"
at CryptoStreamFlushFinal() at
RijndaelManagedTransform.TransformFinalBlock( ..) at
RijndaelManagedTransform.DecryptData ( .. )

I would search a problem in the data or the given key but
when I run the assembly in another .NET application (single threaded) it
works very well as
it was doing before without .NET 2.0 installed.

Does anybody know what this might be and how to work-around?

Thanks in advance, Sebastian Dau!
 
Back
Top