-
Notifications
You must be signed in to change notification settings - Fork 18
Building and Testing Visual Studio
gopalrs edited this page Jan 22, 2018
·
7 revisions
Download the C# code and build from Visual Studio. The code can be built and debugged from Visual Studio 2017 only. However the plugin can be installed in Visual Studio 2015 and 2017.
Note: You should set CodeTalk as the startup project. While running the code, if you get an error reading "Could not start a class library", you need to edit the project Debug properties to the following:
- Go to Project Properties for the CodeTalk project.
- Go to the Debug pane.
- In start action choose start external program and point it to devenv.exe (Visual studio application). The executable can be found in "\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE" (Visual Studio 2015) or "\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe" (Visual Studio 2017)
- Add command line arguments as /rootSuffix Exp
Also, please remember to uninstall the plugin when debugging.