Projects and design time and runtime
When a project is in development it is referred to as a
design time
project. When a project is run on a client device it is referred to as a runtime
project.During design time the
source
project also includes a Visual Studio project to manage the customized application logic written in C# (see NetLogic).A runtime project is a compiled
FactoryTalk Optix Application
. It consists of a set of binary files, which are a subset of the elements of the source project and supporting files. In the compiled project, the C# files become a .NET assembly. Provide Feedback