Question
BeforeStart() Error
Hi,
We're encountering an error upon runtime.
Error on BeforeStart() of Design Component:
[Automation_OS_filename] Project may not operate correctly.
Could not find an EventLink with PartID - [number]
Runtime log
- Execute: Exception invoking method - Cannot execute Entry Point. Automation is not running.
this started when we were merge our codes thru GIT, but its intermittent and we're unable to determine what is really causing the problem.
our current work around is to re-code the entire automation file and exclude the one with error.
What is the best way to resolve this issues?
thanks
It is highly recommended not to use Git with our product. Automation files do not merge well and we do not recommend merging as a result. Each element is given an ID and merging often causes issues with ID references as developers often do not understand what the merge is doing. I would recommend moving to a source control provider that supports file locking, such as SVN or TFS.