Hi there,
I was developing in Labview 8.0 and things were going fine. However when I upgraded to Labview 8.5 my solution just began to behave wierdly.
My event parameter from a C# DLL which is an array that were being passed suddenly arrive empty arrays. When I use the Labview 8.0 to recheck,
the event parameter was being passed correctly with data. Thus I copied out the C# dlls and created a small portion of the solution with the event handling in a new project in Labview8.5 and behold that the event now works.
I would like to know is there any steps that I should be doing when migrating from 8.0 -> 8.5 such as changing paths or etc? I certainly do not want
to recreate the entire solution in Labview 8.5