Category Archives: Development

Click Once + “Reference in the manifest does not match the identity of the downloaded assembly” + Console Application

While trying to deploy a window application using Click Once, I suddenly started to see the error message “Reference in the manifest does not match the identity of the downloaded assembly”.The issue started because I added an extra Console Application … Continue reading

Posted in Development | Leave a comment

Windows Forms: printing a pdf file in C# 2.0

The problem: I have a Windows application developed in C# 2.0 and I want to print a pdf document.   The solution: Acrobat Reader 6.5 and higher are suposed to have an activex control that you can use inside C# … Continue reading

Posted in Development | Leave a comment