About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
Cannot enlist the Transaction
On an initial load of 60000+ files our nServiceBus handler threw an exception NServiceBus.Unicast.Queuing.FailedToSendMessageException: Failed to send message to address: queue@machine —> System.Messaging.MessageQueueException: Cannot enlist the transaction. Repro No repro – no issue. Sleeping for 61 seconds caused the same … Continue reading
Octopus deploy timeout fix
The nightly build failed and a bug was assigned to me. Digging trough the msbuild.log file the error was in the deployment One or more tasks did not complete before the timeout was reached. We waited 10.1 minutes for the … Continue reading
Chocolatey on Azure provision
A recent update on the Windows Azure platform enables you to run a custom powershell script when creating a new Virtual Machine. It can be configured on the last step of the Wizard. This is where chocolatey can do it’s … Continue reading
Posted in Tooling
Tagged chocolatey, nservicebus, sqlserver, virtual machine, Windows Azure
Leave a comment
Week 21 roundup
Last week recap an links: Jamie Rubin writes about his adopted to-do list system. A commandline util that uses a textfile to store thing you need to do. Channel9 has a video from David Folwer and Scott Hanselmand called The … Continue reading
VS2013.2 update issue
When I tried to install Visual Studio 2013 update 2 it gave me an error. Checked it wasn’t blocked as with other downloaded files. Not the case. The update wasn’t already installed, because the version number was still at 30110. … Continue reading