javascript - Visual Studio 2015 fails at opening java script files after TypeScript installment -


the project contains both c# , javascript source code. , use visual studio 2015 (3) development. since installing typescipt 2.0.3 cannot open .js source files in editor. message pops is: error occurred trying load page.

no exports found match constraint: contractname microsoft.codeanalysis.editor.typescript.scriptcontexts.itypescriptprojectprovider requiredtypeidentity microsoft.codeanalysis.editor.typescript.scriptcontexts.itypescriptprojectprovider

and appearing in typescript build tab under solution properties.

has experienced same issue or has ideas on how solve this? i'd edit .js files in visual studio.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -