I also posted this issue at typescript (https://typescript.codeplex.com/workitem/2192)
I don't know if it is a nCrunch or typescript issue.
I have a Dutch Windows 8.1, English Visual Studio 2013.1, Typescript 0.9.5.
My project compiles and builds fine in VS. However, I have nCrunch (http://www.ncrunch.net/) as a testrunner alongside VS. nCrunch can't build my project and gives the error at the end of the issue.
I tried copying the "en" folder in C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript to "nl", but that doesn't work.
======== ERROR ========
The dutch text tranlates to:
System.Resources.MissingManifestResourceException: There is no appropiate source found for the culture or default culture. Check if TypeScript.Tasks.Strings.resources is correctly embedded of linked in assembly TypeScript.Tasks during compilation, or check if all sattelite assemblies are loadable and fully signed.
........\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript\Microsoft.TypeScript.targets (96)#0: The "VsTsc" task failed unexpectedly.
System.Resources.MissingManifestResourceException: Er is geen enkele geschikte bron voor de opgegeven cultuur of de neutrale cultuur gevonden. Controleer of TypeScript.Tasks.Strings.resources juist is ingesloten of gekoppeld in assembly TypeScript.Tasks tijdens de compilatie, of controleer of alle vereiste satelliet-assembly's laadbaar en volledig ondertekend zijn.
bij System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
bij System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
bij System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
bij System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
bij System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
bij TypeScript.Tasks.Strings.get_ErrorListBuildPrefix()
bij TypeScript.Tasks.VsTsc.LogEventsFromTextOutput(String singleLine, MessageImportance messageImportance)
bij Microsoft.Build.Utilities.ToolTask.LogMessagesFromStandardErrorOrOutput(Queue dataQueue, ManualResetEvent dataAvailableSignal, MessageImportance messageImportance, StandardOutputOrErrorQueueType queueType)
bij Microsoft.Build.Utilities.ToolTask.HandleToolNotifications(Process proc)
bij Microsoft.Build.Utilities.ToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands)
bij TypeScript.Tasks.VsTsc.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands)
bij Microsoft.Build.Utilities.ToolTask.Execute()
bij Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
bij Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()