Skip to content

The "TypeScript.Tasks.VsTsc" task could not be loaded from the assembly "xxx" #1177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
NoelAbrahams opened this issue Nov 17, 2014 · 1 comment
Assignees
Labels
Bug A bug in TypeScript

Comments

@NoelAbrahams
Copy link

Hi,

System: Windows 8.1

I had the same problem as that outlined in the StackOverflow question VS2015 preview + TypeScript 1.3 = error.

Unlike the OP in that question, I already had the TypeScript.Tasks.dll in the v14.0 folder.

I was able to resolve the errors by running repair on the TS Powertool for VS 2013.

It doesn't seem right that TypeScript for VS 2015 should have a dependency on the VS 2013 Powertool.

@mhegazy mhegazy added the Bug A bug in TypeScript label Nov 17, 2014
@billti billti added this to the TypeScript 1.4 milestone Nov 21, 2014
@paulvanbrenk
Copy link
Contributor

Both installs share some files, the msbuild task is one of those as is the compiler (tsc.exe) and due to a versioning issue some combinations of VS2015, VS2013 Update4, and TypeScript 1.3 causes issues.

We have resolved this for the next version of TypeScript.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript
Projects
None yet
Development

No branches or pull requests

4 participants