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.

Target Mono from Visual Studio

Targetting Mono in Visual Studio is possible. This way your assemblies are build using the Mono framework (which should be .NET compatible). Change the target to the Mono profile to get immediate feedback of incompatible references and other Mono things. … Continue reading

Posted in Development | Tagged , , , , , , | 20 Comments

WSDL in Mono

Mono can host WCF services and expose the WSDL. To get around the XmlSchema error: Named item http://your/contract/here was already contained in the schema object table you need to set MONO_STRICT_MS_COMPLIANT to ‘yes’. Here is how I managed to do … Continue reading

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

Pocketcloud vnc setup

In my x-mas vacation I prepared all computers for online backup. (more on that will be posted) The problem with online backup is the initial upload of everything. That is wait – run up stairs – check progress – descent … Continue reading

Posted in Tooling | Tagged , , , , , , , , , , , , | 2 Comments

VS2010 Dependency Graph gotchas

We need to refactor a solution with 200+ projects in Visual Studio 2010. The solution must be split into a runtime and a design solution. As we have the Ultimate edition, the Architecture features will be used. With the Dependency … Continue reading

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

Cyberduck ftp into Humax iHDR5050

I have a Humax iHDR5050 digital reciever at home with an internal harddisk. To get something of the harddisk a FTP connection can be made (USB is limited to files less than 4Gb) but it needs some configuration. Below is … Continue reading

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