Category Archives: Development

Dotnet development

GIT code review in visualstudio.com

In the 10 June update of Visual Studio Online the Review and Merge code with Pull Requests feature was added. This means code review for GIT is finally here. Prepare for code review We use SourceTree with GitFlow. I’ve created … Continue reading

Posted in Development | Tagged , , , , | Leave a comment

nServiceBus message versions

Our integration project was going well until we actually integrated with other parties. Our tests passed, their tests passed, but integration failed. After inspecting both implementations I noticed a difference in version of the messages assembly. (0.4.0.0 vs 1.0.0.27) In … Continue reading

Posted in Development | Tagged , | Leave a comment

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

Posted in Development | Tagged , , | 4 Comments

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

Posted in Development | Tagged , | Leave a comment

nServiceBus license

The nServiceBus software from Particular provides a great integration platform. Our current project integrates 5 systems. One is a system that communicates by putting XML files in a drop location. For an initial load there will be over 30.000 files … Continue reading

Posted in Development | Tagged , , | 1 Comment