Control Architect Help Documentation
×
Menu
Index

Control Architect window

Control Architect window
1

Solution View

1.  Solution View
The Solution View contains project files used to support Control Conversion tasks.
2

Options button

2. Options button
This button allows you to float and dock Tool an Document type windows.
3

Auto-Hide button

3. Auto-Hide button
This button allows you to pin open a Tool window.
4

Documents Tab

4. Documents Tab
Documents opened from the Solution View appear in the [Documents] tab.
5

Ribbon menu bar

5. Ribbon menu bar
The Ribbon menu bar provides access to tools and functions found in Control Architect.
6

Property View

6. Property View
The Property View shows details associated with Solution View file type items.
7

Code View

7. Code View
The Code View displays C# code that is used in Control Architect features such as Control Conversion.
8

Snippets View

8. Snippets View
The Snippets View displays a list of user created C# code snippets that can be reused in Control Conversion Control Binding expressions.
9

Documents tab

9. Documents tab
The [Documents] tab contains all documents that are opened from the Solution View.
10

Snippet Editor View

10.  Snippet Editor View
The Snippet Editor View allows you to edit user created code snippets.
11

Status bar

11. Status bar
The Status bar displays information related to application execution.  Notifications including task status, errors, warning, etc. are displayed here.
12

Application Memory Usage

12. Application Memory Usage
This is the applications private working set memory usage that is updated at 5 second intervals.
If this value is displaying 0, then follow this procedure to rebuild the performance counters for your system as they are corrupted.
Click Start, type cmd, right click cmd.exe, and select Run as administrator. At the prompt, type lodctr /r and press ENTER.  This will rebuild the performance counters for your system. 
 
If this fails with the result message Error: Unable to rebuild performance counter setting from system backup store, error code is 2, then try this in the Command window:
C:\windows\SysWOW64> lodctr /r
 
You should get a results message Info: Successfully rebuilt performance counter setting from system backup store