Quantcast
Channel: rostacik.net » VS 2012
Browsing all 3 articles
Browse latest View live

PowerShell Tools for Visual Studio 2012 problem – .ps1 cannot be loaded...

Solution to your problem : For some reason,  account on which you run VS on and on which VS hosts PowerShell has restricted ExecutionPolicy (you can type Get-ExecutionPolicy , select the text and hit...

View Article


Image may be NSFW.
Clik here to view.

How to build Visual Studio solution even if some of TypeScript files are not...

The problem : If you are working on some ASP.NET project and you need to build it even if some files are unbuildable/will not compile (currently I apply this on TypeScript files but this solution is...

View Article

JavaScript Visual Studio snippet for is object defined check

Since I write a lot of JavaScript currently in Visual Studio these days, I lack one of the very common checks in JavaScript and that is testing if object exists. I mean this check : if (typeof...

View Article
Browsing all 3 articles
Browse latest View live