Click here to Skip to main content
15,916,693 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: MVC Basic Page With A Table Pin
Kevin Marois28-Dec-16 11:15
professionalKevin Marois28-Dec-16 11:15 
QuestionApple Pay - WEB Integration through Braintree - how to create Certificate for the Sandbox / Development Environment? Pin
AndreeaLib27-Dec-16 1:37
AndreeaLib27-Dec-16 1:37 
QuestionWhich is the Best Laravel Admin Template with all the advanced functionalities? Pin
Rakeshroshans23-Dec-16 20:00
Rakeshroshans23-Dec-16 20:00 
QuestionBootstrap v W3.CSS Pin
xiecsuk21-Dec-16 22:56
xiecsuk21-Dec-16 22:56 
AnswerRe: Bootstrap v W3.CSS Pin
Afzaal Ahmad Zeeshan22-Dec-16 4:00
professionalAfzaal Ahmad Zeeshan22-Dec-16 4:00 
QuestionSecure a PHP Webservice Pin
Jassim Rahma21-Dec-16 1:39
Jassim Rahma21-Dec-16 1:39 
QuestionNewbie - rendering software? Pin
Member 1291366619-Dec-16 23:46
Member 1291366619-Dec-16 23:46 
AnswerRe: Newbie - rendering software? Pin
Richard MacCutchan20-Dec-16 0:52
mveRichard MacCutchan20-Dec-16 0:52 
GeneralRe: Newbie - rendering software? Pin
Member 1291366620-Dec-16 0:56
Member 1291366620-Dec-16 0:56 
GeneralRe: Newbie - rendering software? Pin
Richard MacCutchan20-Dec-16 1:21
mveRichard MacCutchan20-Dec-16 1:21 
AnswerRe: Newbie - rendering software? Pin
Afzaal Ahmad Zeeshan20-Dec-16 3:41
professionalAfzaal Ahmad Zeeshan20-Dec-16 3:41 
GeneralRe: Newbie - rendering software? Pin
Member 1291366621-Dec-16 0:54
Member 1291366621-Dec-16 0:54 
QuestionKendo Dropdown MVC Pin
eejaynic19-Dec-16 9:04
eejaynic19-Dec-16 9:04 
AnswerRe: Kendo Dropdown MVC Pin
Afzaal Ahmad Zeeshan19-Dec-16 23:46
professionalAfzaal Ahmad Zeeshan19-Dec-16 23:46 
GeneralRe: Kendo Dropdown MVC Pin
eejaynic20-Dec-16 3:35
eejaynic20-Dec-16 3:35 
GeneralHow to automatically crop and center an image Pin
Member 1289853215-Dec-16 22:59
Member 1289853215-Dec-16 22:59 
AnswerRe: How to automatically crop and center an image Pin
Afzaal Ahmad Zeeshan15-Dec-16 23:18
professionalAfzaal Ahmad Zeeshan15-Dec-16 23:18 
QuestionPhp Email Pin
Member 1290193913-Dec-16 23:11
Member 1290193913-Dec-16 23:11 
AnswerRe: Php Email Pin
Richard MacCutchan13-Dec-16 23:18
mveRichard MacCutchan13-Dec-16 23:18 
GeneralRe: Php Email Pin
mamaison28-Dec-16 5:59
professionalmamaison28-Dec-16 5:59 
QuestionRe: Php Email Pin
Richard MacCutchan28-Dec-16 6:49
mveRichard MacCutchan28-Dec-16 6:49 
QuestionConfigure Tomcat for https without redirects? Pin
Member 1290099112-Dec-16 14:28
Member 1290099112-Dec-16 14:28 
AnswerRe: Configure Tomcat for https without redirects? Pin
Afzaal Ahmad Zeeshan16-Dec-16 4:22
professionalAfzaal Ahmad Zeeshan16-Dec-16 4:22 
QuestionWhich Typescript compiler is used by VS2015 during compile on save Pin
GRAyers9-Dec-16 2:29
GRAyers9-Dec-16 2:29 
I am using VS2015 Update 3 with Typescript 2 for VS installed. I have a simple ASP.NET Core MVC web application with a few very simple typescript files. In the root of my project I have a tsconfig.json file with "compileOnSave": true.

I have 4 versions (1.0, 1.7, 1.8 and 2.0) of Typescript installed on my PC in directory: C:\Program Files (x86)\Microsoft SDKs\TypeScript

If I save a typescript file then it is correctly compiled to a javascript file of the same name. If I then remove any generated javascript files and perform a build of the project then again the typescript files are correctly compiled to javascript files.

If I rename the directory: "C:\Program Files (x86)\Microsoft SDKs\TypeScript" to "C:\Program Files (x86)\Microsoft SDKs\TypeScript.bak" so that the typescript compilers are unavailable, then on project build I get the error:

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\TypeScript\Microsoft.TypeScript.targets(176,5): error MSB6003: The specified task executable "tsc.exe" could not be run. Could not find a part of the path "C:\Program Files (x86)\Microsoft SDKs\TypeScript"

as expected. However, editing and then saving a typescript file still results in compile on save working and the updated javascript file being generated.

Under these circumstances, how is Visual Studio finding the typescript compiler in order to perform the compile on save?
It appears that Visual Studio is using a different mechanism for performing compile on save compared to the mechanism used for compiling typescript during project build. Is this the case? If so, what is that mechanism?
QuestionUsing Multiple jQuery Scripts Pin
Liagapi8-Dec-16 0:11
Liagapi8-Dec-16 0:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.