Posted Monday, January 19, 2009 4:27 PM
|
|
|
|
Some of my users are reporting the following Exception being throw after installing my software:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Bluebit.Licensing.NMLLicense..ctor()
at Bluebit.MatrixLibrary.Licensing.get_MaxSize()
at Bluebit.MatrixLibrary.CMatrix..ctor(Int32 rows, Int32 cols, Complex diagonal)
at AceManagerLibrary.Tap..ctor(Double delay, Double weight, Int32 aSize, Int32 bSize, Boolean twoMatrix)
at AceManagerLibrary.TapContainer.AddTap(Double delay, Double weight)
It is strange because it has only recently started happening (possibly some change in the Build machine has occurred) but also only happens on some machines but not all machines that install the same binary. All systems (working and non) are running .NET 3.5.
Thanks,
--Jeremy
|
|
|
|