Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

Week 18 roundup

Last week recap an links: Octopus deploy released a pre-release and blogged about the awesome new features. What’s new in Octopus 2.4 NServiceBus tooling is finally here. Distributed System Monitoring Done Right Iris talks about Microsoft Expression Encoder 4 Image … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

No Default Instance defined solved by doing less

StructureMap threw an exception after some refactoring StructureMap Exception Code: 202 No Default Instance defined for PluginFamily IDoSomething Solved by removing duplicates from assembly scan: Turned out the IDoSomething was mapped to 2 implementations (of the same type) and StructureMap … Continue reading

Posted in Development | Tagged | Leave a comment

Week 17 roundup

Last week recap an links: Found this awesome tool Service Bus MQ Manager for managing my NServiceBus MSMQ. Helped the xunit team with a visual studio online exception by blogging about it here This weeks Evernote pick was CloudMagic. Ever … Continue reading

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

Strange characters after reading and writing a textfile

This week I helped out my Business Intelligence colleagues again. After tackling another problem with a regular expression, the end result contained strange characters. In the output below there is a question mark icon where the Pound (£) sign used … Continue reading

Posted in Development | Tagged , | Leave a comment

LINQ to Entities does not recognize the method

After my unit tests showed all green, there was still a bug in my code. System.NotSupportedException: LINQ to Entities does not recognize the method ‘System.Collections.Generic.IList`1[iCal.ISchedulerEvent] ProcessItem(iCal.ISchedulerEvent)’ method, and this method cannot be translated into a store expression. Solution is to … Continue reading

Posted in Development | Tagged , , | Leave a comment