Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

dependancies for NationalInstruments.Analysis.Enterprise

Hi Everyone,

 

I have a 64 bit .NET project that uses the NationalInstruments.Analysis.Enterprise assembly. When I try to run the application, I get the following error:

 

Could not load file or assembly 'NationalInstruments.Analysis.Enterprise, Version=13.0.40.242, Culture=neutral, PublicKeyToken=dc6ad606294fc298' or one of its dependencies. The system cannot find the file specified.

 

I already included the following merge modules in my installer as per this link

 

mkl64.msm 
MStudioCommon.2010_x64.msm 
MStudioEnterpriseAnalysis.2010_x64.msm 
nianlys_x64.msm 
niMetaUtils.msm

Microsoft_VC100_CRT_x64.msm

 

After the first time it failed, I noticed that the MetaUtils merge module had a 64 bit version, so I included that as well on the off chance there was a typo in the earlier link. Unfortunately I still get the same error.

 

Is there something else I'm missing?

 

Thanks,

 

-Gary

0 Kudos
Message 1 of 2
(5,038 Views)

Targeting Client Profiles is not supported. Targeting the .NET Framework 4 Client Profile is the default for new projects, so you must change the target through the Project Properties window, as shown in the following screenshot.

0 Kudos
Message 2 of 2
(5,034 Views)