06-14-2008 06:11 PM
06-16-2008 11:55 PM
Hi Malosh,
Although I got an error when I ran your VI, the important thing is it did ask me to save before I closed it as well like it was for you. What is the file path you have it saved to on your development machine where everything works fine. Can you set up the same file structure on your deployment machine? It may be that because the file references have changed from what it is expecting it needs to save again. Thanks.
06-17-2008 03:06 AM
Hi Stephen,
Indeed all the deployment machines I am using share exactly the same file structure. Furthermore – moving the file across the disk doesn't require resave! And this is very easy to test too:
1. Open the VI, save it if required and close it back.
2. Using any external file system move/copy the VI to a different location on the machine.
3. Open the VI on its new location – no resave is required!
Any other suggestions?
P.S.: indeed getting an error when running the VI is an expected behavior.
06-17-2008 06:45 AM
06-17-2008 07:19 AM
I can think of two options:
The second option is probably the right one. I suppose it's also possible that you do have the exact same version of Office, but the ActiveX classes are registered differently in the different computers.
Having a network share is a very bad idea. Use SCC and have the hierarchy in the same place on all 3 computers. Even if you don't have the files in the same place, you should not have any conflicts as long as the hierarchy itself is unchanged. The only issue you will have is if people modify files or typedefs at the same time. If you don't want to have to check in your code all the time, you can use the setting I mentioned earlier, but I don't personally see the point.
Britoa wrote:
All of our stuff is stored on network drive, so the location is exactly the same for all of us, but if someone else opens up certain files, it says it needs to re-save. We don't have a workaround, but I am interested if anyone else does.
06-17-2008 08:46 AM
I believe we saw the same problem with one of our team projects. The issue was one of the developers machines had a version of the toolkits that was not updated. We mass compiled on one machine then copied the folder with the add-ons to all of the other machines.
Ben
06-27-2008 11:50 AM
Hi Malosh,
Can you try what Ben suggested? Double check your toolkit versions and maybe do a mass compile. Thanks.
06-27-2008 01:21 PM
07-05-2008 04:08 PM
07-07-2008 05:47 PM