Contents tagged with Visual Studio
-
Apr 18, 2017
Set a project to automatically start when debugging a Visual Studio Extension
When you're developing a visual studio extension you will likely have a test project that you test with. Well, I do anyway. And I quickly got sick of having to open it over and over. Your debug … more
-
Nov 20, 2015
Don't forget to close Experimental Instances of Visual Studio when developing extensions
Title pretty much says it all. If you are getting strange build errors, just make sure you haven't left a random experimental instance running somewhere. The variety of errors it will throw at you is … more
-
Mar 22, 2015
Building a Visual Studio Extension
In late 2014 I got sick of writing parts for Orchard. Like, super bored. Previously I had used Piotr's exceptional Code Generation Extensions module for Orchard to take away some of that hassle. … more
-
Mar 20, 2015
Introducing: Orchardizer, a Visual Studio Extension for Orchard Developers
This is just a quick post to announce a new free extension for Visual Studio. It is for Orchard developers and aims to basically generate a bunch of Orchard specific template code for you. It is … more
-
Jul 22, 2014
Visual Studio Failed to initialize the PowerShell Host
You may see this when you are creating a new project in Visual Studio and several packages fail to install. The error is fairly self explanatory, Visual Studio cant control PowerShell! Googling it … more
- 1