I am using Windows XP and Visual Studios .NET with Measurement studio 7.1 . My program is written with C# and includes: waveformGraphs, scatterGraph and a 3D graph. I created a setup wizard with Visual Studios according to this article:
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/ed87c183e056cac386256df1004e54c6?OpenDocument
I get the 2705 error when I try to execute my setup program. The building process of the setup program produces one warning:
WARNING: Unable to find module dependency with signature 'nimetautils.91D5760B_F9E8_4332_BFB1_38A4CB799A3E'
I have tried to add the merge module "nimetautils.msm" but the same warning occurs. But when I add nimetautils.
msm the setup program executes. The problem is that there is an exception that happens. 'System.TypeLoadException'. This problem occurs on my laptop but not my development computer.
I suspect that the setup program isn't able to detect all of the dependencies needed to run the program properly.
What do I do?