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
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
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
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
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
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