My workspace includes all TS cfg-files from my development system.
Despite that fact I often but not always have to copy those files manually after deploying to the test station. Sometimes reporting simply doesn't work because the deployment has overwritten the cfg-files, but not with the files included in my image !
What am i doing wrong ?.
Often but not always, my seqeuence crashes during runtime (after deployment), because of a missing .dll. It was work fine on my development pc, and all files are included. I have seen it work sometimes after restarting the testexec. or the pc.
What am i doing wrong ?.
After deploying a new version to the test station (now having 2 versions installed), the old version was using my new .dll.
The files was included in both deployments (relative path to a folder inside).
After restarting everything, the old version used the old .dll again.
What am I doing wrong ?