Category Archives: Development

Dotnet development

SQLite WARNING: Type mapping failed

The log of our product started showing SQLite warnings. We ignored them to focus on the release. Now it was time to repro and fix the warnings. After reading the verbose log we found the issue. Unknown datatypes are allowed … Continue reading

Posted in Development | Tagged , | Leave a comment

Rhino ServiceBus first look

I’m a huge fan of Rhino Mocks and have written about it on this blog. Today I read that Ayende has an implementation for a Service Bus. Like nServicebus but “free”, even Udi Dahan talks about it. This is a … Continue reading

Posted in Development | Tagged , | Leave a comment

Repro metabase COM Exceptions

Our project uses IIS to host custom web applications. We received an issue: when creating a web application some COM Exception is logged. To reproduce the issue we created a console application that connects to IIS metabase. The Find method … Continue reading

Posted in Development | Tagged , , | Leave a comment

Repro metabase corruption

Our project uses IIS to host custom web applications. We received an issue where sometimes the application pool wouldn’t start because of an corrupt configuration. To reproduce the issue we run the software to install the web application. This way … Continue reading

Posted in Development | Tagged , | 1 Comment

WCF over net.tcp with server certificate: Identity check failing

We support using net.tcp and require our users to supply the certificate to use. The service works as long as the address and the DNS name of the certificate match. When using an other name (localhost, ip address) an MessageSecurityException … Continue reading

Posted in Development | Tagged | 2 Comments