The default installation folder is MeasurementStudioVS2003 because we don't still fully integrate with VS 2005. Measurement Studio 8.0 fully integrates with VS 2003 only. We are working on fully supporting VS 2005 in the next version of MStudio.
When I saw your problem, I initially thought you were using the setup projects in VS 2005 to create an msi installer. That is why I asked about your application folder. The process for ClickOnce will be a little different.
The problem here is that the ClickOnce publisher is not detecting the unmanaged dependencies for the analysis libraries. The analysis libraries uses the Intel Math Kernel libraries (MKL) in the lower layers and these libraries have to be present on the machine. You can use the msi that ships on the mstudio CD to make these available to the client. You can find it on the CD under .\Parts\MKL700
In addition to MKL, you will need nianlys.dll (found under
Program Files\National
Instruments\Shared\Analysis ) which you can add to to your project. In the publishing settings, set the publish status for that dll to
Include.
This should give you everything you need.
Let me know if you have any questions.
Message Edited by bilalD on 01-04-2006 10:02 AM
Bilal Durrani
NI