03-10-2011 06:42 AM
Hi all, I have made a program that uses wavelet, The program work perfectly.
I want build in .NET Interop Assembly but I've a error!!
I try build in shared library .dll and in exe and build is ok no error!! But when build in .NET Interop Assembly I have more problem,
Send the screen of my project with defendencies, and send the error when compile!
My question ; Is there a bug in labview (wavlet module)?
------Error:
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 1172 occurred at Error calling method NationalInstruments.LabVIEW.VIParser.VIParser.SetVIInformation, (System.Reflection.TargetInvocationException: Eccezione generata dalla destinazione di una chiamata.
Inner Exception: System.IndexOutOfRangeException: Indice oltre i limiti della matrice.)
Possible reason(s):
LabVIEW: A .NET exception occurred in an external assembly. For information about correcting this error, copy the following exception (in bold), and search the Microsoft Developer Network (MSDN) Web site or the Web for a possible explanation.
System.IndexOutOfRangeException in AB_Engine_InteropAssembly_ProtoDefined.vi->AB_InteropAssembly.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_CreateNewWizard_Invoke_CORE.vi->ABUIP_CreateNewWizard_Invoke.vi->ABUIP_CreateNewWizard_Invoke.vi.ProxyCaller
03-14-2011 12:10 PM
Hi,
You can visit this page to configure the Build specifation in correct way:
http://zone.ni.com/reference/en-XX/help/371361F-01/lvhowto/building_a_net_assembly/
Claudio