Skip to content

Building and Testing Visual Studio

Suresh Iyengar edited this page Nov 28, 2017 · 7 revisions

CodeTalk for Visual Studio

Download the C# code and build from Visual Studio. The code can be build and debugged from Visual Studio 2017 only. However the plugin can be installed in Visual Studio 2015 and 2017.

Note: While running, if you get an error reading "Could not start a class library", you need to edit the project Debug properties to the following:

  1. Go to Project Properties for the CodeTalk project.
  2. go to the Debug pane.
  3. In start action choose start external program and point it to devenv.exe (Visual studio application). This is found in \Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe
  4. Add command line arguments as /rootSuffix Exp

Also, please remember to uninstall the plugin when debugging.

Clone this wiki locally