10-28-2012 09:50 AM
If I receive a .NET assembly and it doesn't work in LabVIEW, how do I debugg the assembly? I just want to debug the assembly to an extend that I can tell the assembly developer what need to be fixed.
Solved! Go to Solution.
10-28-2012 01:05 PM
Did you try a search?
http://digital.ni.com/public.nsf/allkb/6229347C7982CC81862576E30076A4AE
This only works if you have the source, but you can generate this if it is not obfuscated from a decompiler tool. Other IDEs that can host a debug a .net process are probably capable of this too if you don't have VS Professional.
10-29-2012 09:36 AM
I actually found the same link after I posted the question. Thanks!