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
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 .NET, framework, Hack, mono, profile, target, Visual Studio 2010
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
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 apple, iPad, Mac, macbook, Network, online backup, Pc, PocketCloud, realvnc, Remote Desktop Connection, vnc, vnc server, Windows
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 .NET, architecture, const, dependency graph, Design, generics, Visual Studio 2010
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 Cyberduck, digital reciever, Ftp, ftp command, harddisk, Humax, Mac, Network
Leave a comment