Category Archives: Tooling

Development tooling

Quite install MSI with help from Orca

Microsoft tool Orca lets you see inside a MSI installer. Discover the properties or create a transform file to customize the installation. Continue reading

Posted in Tooling | Tagged , , | 1 Comment

Ignoring files in TFS Source Control

On my current project we use TFS Source Control. I’m so used to GIT now that I had to figure out how to ignore files again. The option for server workspaces is cloaking the folders / files you don’t need. … Continue reading

Posted in Tooling | Tagged , | 3 Comments

AccessViolationException

After setting my Default Processor Architecture to x64 in Visual Studio 2013 I started getting System.AccessViolationException’s. Notice the “this is often an indication that other memory is corrupt”. After exploring the exception. The root cause revealed itself. Visual Studio crashed … Continue reading

Posted in Tooling | Tagged , | Leave a comment

Octopus deploy step detail tip

Click the question mark on octopus deploy step detail Get extra information about what the options do Saved me some time searching-and-finding on Octopus Deploy Documentation.

Posted in Tooling | Tagged | Leave a comment

Powershell training course

Powershell the “new” automation tool from Microsoft. For octopus deploy we mostly use the powershell task to handle start/stop service, configure nservicebus and manage certificates. Time to learn some more on microsoft virtual academy. Here is my learning list: Getting … Continue reading

Posted in Tooling | Tagged | Leave a comment