-
Notifications
You must be signed in to change notification settings - Fork 18
Building and Testing Visual Studio
Suresh Iyengar edited this page Nov 28, 2017
·
7 revisions
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:
- 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). This is found in \Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe
- Add command line arguments as /rootSuffix Exp
Also, please remember to uninstall the plugin when debugging.