Hello
There is another problem related to ilmerge:
I'm not able to include libraries containing licensed NI components in ilmerge.
If I do nevertheless, the components constructor throws a license exception at runtime

(trace is attached at the end of this post)
I'm using Measurement Studio 8 with Visual Studio 2005 and don't have any problems beside this one.
Is there a solution?
Regards,
Christian
Stack trace:
at NationalInstruments.Restricted.LicenseBase.ShowUnLicensedBehavior(Type type, Object instance)
at NationalInstruments.Restricted.LicenseBase.a(Type , Object , String )
at NationalInstruments.Restricted.LicenseBase.RunTimeCheck(LicenseContext context, Type type, Object instance)
at NationalInstruments.Restricted.LicenseProviderBase.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)
at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey)
at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license)
at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
at NationalInstruments.UI.WindowsForms.Led..ctor()
at LicenseILMerge.Form1.InitializeComponent() in C:\Dokumente und Einstellungen\chm\Eigene Dateien\Visual Studio 2005\Projects\LicenseILMerge\1\Form1.Designer.cs:line 31
at LicenseILMerge.Form1..ctor() in C:\Dokumente und Einstellungen\chm\Eigene Dateien\Visual Studio 2005\Projects\LicenseILMerge\1\Form1.cs:line 15
at LicenseILMerge.Program.Main() in C:\Dokumente und Einstellungen\chm\Eigene Dateien\Visual Studio 2005\Projects\LicenseILMerge\1\Program.cs:line 17
Christian