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

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top