alkampfer on August 31st, 2010

I work with WebBrowser control in WPF, and one of the most annoying problem I have with it, is that sometimes you browse sites that raise a lot of javascript errors and the control become unusable. Thanks to my friend Marco Campi, yesterday I solved the problem. Marco pointed me a link that does not [...]

Continue reading about Disable Javascript error in WPF WebBrowser control

alkampfer on August 30th, 2010

Today I was working a little bit on Dexter, and I’m trying to update the security system, the actual login system is based on a membership provider quite old, but I’d like to update it to be CryptoAgile. First of all here is the class UserDto (the name Dto should be changed because it is [...]

Continue reading about Desiging a authentication layer with cryptoagility.

alkampfer on July 23rd, 2010

The situation is the following: I have a class that has a Status property of type SingleAnalysisStatus enum, and I want to show a different png image, based on the status of the object.
The solution is to write a custom IValueConverter that convert from the enum to a valid resource file, but we need to [...]

Continue reading about Bind an Image to a property in WPF

To deploy application that use mshtml with clickonce, you need to be sure that microsoft.mshtml.dll is included in the setup of click once, or the application will not install if mshtml.dll is not present on the machine at the time of deploy. But if you include it sometimes clients are not able to install application [...]

Continue reading about Error during clickonce deploy with mshtml – Strong name signature not valid for this assembly

alkampfer on July 6th, 2010

Clearly Lab Management is really good to manage virtual environments and give a lot of flexibility on how to deploy your application on virtual machines, but if you do not have Lab Management you can still use the same technique to deploy application in remote computer during a build with the use of a simple [...]

Continue reading about Deploy on remote machine during builds