TypescriptSyntaxPaste icon indicating copy to clipboard operation
TypescriptSyntaxPaste copied to clipboard

Unable to compile with VS 2017

Open egorshulga opened this issue 8 years ago • 2 comments

Cloned the repository, tried to open the solution. Firstly, VS demanded to upgrade TypescriptSyntaxPaste project. After that build fail with numerous errors and warnings: outdated nuget dependencies, not found vsix v3 manifest, etc. I was just trying compile it to use as a command-line tool (as described here). I'm not an VS-extensions expert, so any help would be appreciated.

egorshulga avatar May 24 '17 16:05 egorshulga

Any update on this? I am having the same issue

There was a problem opening the VSIXManifest Schema. Could not find a part of the path 'C:\TypescriptSyntaxPaste-master\packages\Microsoft.VSSDK.BuildTools.15.0.26201\tools\VSSDK\schemas\v3\PackageManifestSchema.xsd'. TypescriptSyntaxPaste

hdcrewsr avatar Oct 13 '17 16:10 hdcrewsr

Any update on this? I am having the same issue

There was a problem opening the VSIXManifest Schema. Could not find a part of the path 'C:\TypescriptSyntaxPaste-master\packages\Microsoft.VSSDK.BuildTools.15.0.26201\tools\VSSDK\schemas\v3\PackageManifestSchema.xsd'. TypescriptSyntaxPaste

for the above issue, create folder with name "v3" and place all the files available in the schemas.... this solved the problem

murugansrinivasan avatar Dec 02 '22 11:12 murugansrinivasan