12-18-2008 04:56 PM
I just received the latest version of Measurement Studio 8.6 and I upgraded my development computer with it. Then I opened my application and upgraded that and all was well. I then propagated the latest build of my application to five different computers. All of them have similar hardward configurations. I did have a FileLoad error before upgrading the drivers at each test cell, but upgrading the drivers solved that for all but one test cell.
This one testcell spits out the error shown below when I try to run the application. It is in the Initialize component subroutine so I can't debug it. It has something to do with the waveform plot. Any ideas?
Thanks!
12-19-2008 08:29 AM
I should mention the things I've tried...
12-19-2008 09:55 AM
This exception usually occurs when the underlying library DLLs are not present. Does the program work just fine on the development machine? I am also assuming this error occurs during run-time and not during installation.
What I would like for you to do is generate a log file of the installation for me. To do this, run your setup.exe file for the installation from command prompt, but add the following lines to the command line:
<directory>setup.exe \log install.log
This will place a log file of the install in the directory of the setup.exe file. Once you have uninstalled your program and reinstalled it with the log file, could you please post that log file?
12-19-2008 10:27 AM
Here is the good install and the bad install.
Thanks for your help.
12-19-2008 02:04 PM
Michael,
Are these log files from the same installer? I noticed quite a few differences in the two log files. For one, the "bad" install installed nianlys.dll and the "good" install did not. I also noticed the "bad" install was on a service pack 3 computer and the "good" install was on a service pack 2 computer. Were all the "good" installs done on service pack 2 computers?
12-19-2008 02:52 PM
12-19-2008 03:22 PM
Fixed it.
Somehow .NET Framework 3.5 was disincluded as a prerequisite in my project. That is probably the reason that the new computer wouldn't work. I just installed the .NET Framework and it works.
Your question about service packs led me to check out the Add/Remove programs list and I noticed that 3.5 wasn't there.
Thanks a lot!
12-19-2008 03:31 PM