Mmm, software

Friday, November 25, 2016

Solving the dreaded MQ_ERROR_CORRUPTED_SECURITY_DATA (0xC00E0030) MSMQ error

›
I recently started getting a the error  MQ_ERROR_CORRUPTED_SECURITY_DATA (0xC00E0030) when trying to execute tests on my development box whi...
Saturday, November 19, 2016

Switching environments, data sources, and other dynamically changeable settings in TFS Lab (on-premise) for 2013

›
Thanks to a post on this blog , we can access the settings inject into Lab-managed builds in TFS 2012 and 2013. Even though this is 2016 and...
Monday, November 14, 2016

DevExpress and their licensing model suck for professional developers

›
If you're using a build machine, delete all of your *.licx files out of source control. Otherwise you're just asking for trouble.
Friday, November 11, 2016

Data-driven testing with MSTest via configuration-defined data sources and XML as a data source

›
I've done data driven testing with MSTest before. Prior to now, it's been solely with XML file data sources that have been defined i...
Wednesday, November 09, 2016

Solving "System.Net.WebException: The remote server returned an error: (417) Expectation Failed" with a WCF service

›
I recently started getting the following error message when trying to connect to a web service we had put on an Azure VM running behind an A...

Solving "System.Net.WebException: The remote server returned an error: (417) Expectation Failed" with a WCF service

›
I recently started getting the following error message when trying to connect to a web service we had put on an Azure VM running behind an A...
Thursday, November 03, 2016

Solving the error "We could not add the account: network_not_available: The network is down so authentication cannot proceed" when trying to sign into Visual Studio

›
This has been driving me nuts for years. The solution, as it turns out, is ridiculously simple: at the top right of Visual Studio, go to you...

Solving the error "We could not add the account: network_not_available: The network is down so authentication cannot proceed" when trying to sign into Visual Studio

›
This has been driving me nuts for years. The solution, as it turns out, is ridiculously simple: at the top right of Visual Studio, go to you...

Solving the error "We could not add the account: network_not_available: The network is down so authentication cannot proceed" when trying to sign into Visual Studio

›
This has been driving me nuts for years. The solution, as it turns out, is ridiculously simple: at the top right of Visual Studio, go to you...
Monday, October 10, 2016

Getting started with creating custom Build and Release tasks for VSO

›
You'll need to follow the steps below in order to get started: 1) Install npm for Windows if you haven't already 2) Once npm is su...
Friday, October 07, 2016

Passing parameters from a resource group template in Azure to a WebJob

›
As it turns out, WebJobs retrieve their connectionStrings and appSettings from the Azure app service blade settings, same as the web applica...
Wednesday, September 07, 2016

MSMQ, WCF and IIS: Getting them to play nice: The extras, Part II

›
Here's another catch I've found that causes issues when trying to set up a 3-party queueing system: You need to log on interactively...
Tuesday, September 06, 2016

Solving "m_safeCertContext is an invalid handle."

›
I've recently been trying to get an application working in Azure App Service that acts as a client who calls out to another service via ...
Friday, September 02, 2016

Solving 'The remote certificate is invalid according to the validation procedure' with WCF channels

›
This typically happens most often (when using certificates) when the certificate Common Name (CN) doesn't match the DNS host name of the...

Solving "Binding validation failed because the binding's MsmqAuthenticationMode property is set to WindowsDomain but MSMQ is installed with Active Directory integration disabled"

›
I've been trying to set up remote reads from an MSMQ queue to a WCF service hosted on another machine. I seem to have all my application...

Solving "Binding validation failed because the binding's MsmqAuthenticationMode property is set to WindowsDomain but MSMQ is installed with Active Directory integration disabled"

›
I've been trying to set up remote reads from an MSMQ queue to a WCF service hosted on another machine. I seem to have all my application...
Thursday, September 01, 2016

Unblocking zip files, the permanent solution

›
My team recently migrated their code to Visual Studio Online (aka VSO aka VSTS), which means that any time we do our builds, we now have to ...
Wednesday, August 31, 2016

MSMQ, WCF and IIS: Getting them to play nice: The extras, Part I

›
I've recently been trying to set up queued publishing of data in my company within our internal applications so that we can publish that...
Friday, August 26, 2016

Unable to add multiple listen rule keys or subscriptions to a Topic in an Azure Service Bus in an Azure Resource Group template

›
I recently ran across a problem wherein I was unable to add multiple Listen rules for my applications to my Topics in Azure Service Bus with...
Tuesday, August 23, 2016

Getting verbose output from an Invoke-Command -ScriptBlock in PowerShell

›
It's often very useful to invoke commands on other machines, e.g. in deployment scripts. It can be even more useful to have logging of w...
‹
›
Home
View web version

About Me

Alex Marshall
View my complete profile
Powered by Blogger.