You can create a log file for export and import of projects. The log file is optional when used as an aid in troubleshooting if a problem occurs, but is mandatory when exporting and importing projects with custom views.
To create a log file:
-
In Windows Explorer, navigate to Smart Instrumentation installation folder and create a folder called LOG.
-
In the LOG folder, create a blank text file called log.txt.
-
In Smart Instrumentation installation folder, locate the NLog.config file and open it in a text editor.
-
Locate the line that starts; <nlog globalThreshold="Off" xmlns="http://www.nlog-project.org/schemas/NLog.xsd".
-
Delete the following: globalThreshold="Off". The line should now start with <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd".
-
Save the text file as NLog.config file, this replaces the existing NLog.config file.