Frequently Asked Questions - SensitTechnologies/TestSuite GitHub Wiki

  • Why do I get a signing error when I build?
    • The applications are written for click-once deployment. After building, you'll need to generate private keys.
  • Why does Sensit.App.Automate have a "Remote Debug" build configuration?
    • The calibration app is often used with a variety of test equipment, and so it's convenient to have a way to debug on a remote system. This configuration has custom build and debug properties for a remote PC. This blog post describes how to set it up. To get this to work:
      • Perform the "Client Preparation" procedure from the blog on the remote machine.
      • The "Solution Preparation" is done except for setting the output path to the remote machine (step 5 on the blog).
        • Open the project properties for the Calibration app.
        • Navigate to the "Build" tab.
        • Set the Configuration to "Remote Debug".
        • Set the output path to a network-accessible folder on the remote machine.
        • Navigate to the "Debug" tab.
        • Set the Working directory to match the network-accessible folder chosen in the "Build" tab.
        • Check the "Use remote machine" checkbox and set the port to "PC_NAME:4024", where PC_NAME is the name of the remote machine, and the number is the port chosen in Visual Studio Remote Debugger (4024 is the default). If you run the Visual Studio Remote Debugger on the target machine, it will display the port in the Description field.