Problem : The existing system has many reports . Using a free pdf printer like dopdf or cutepdf the user […]
Category: .Net Stack
Cannot connect to Azure ServiceBus with Microsoft.Azure.ServiceBus
Problem : I have created a very simple console application that connects to Azure ServiceBus and sends one message. I […]
A few questions about working with db4o
Problem : I am trying the db4o object databse and so far I quite like what I am seeing, but […]
Export private key (PKCS#8) of CNG RSA certificate with oldschool .NET
Problem : I have a PKCS #12 (PFX) file that is a certificate with CNG RSA key and want to […]
Can’t find System.Windows.Vector in C#
Problem : I’m making a Windows Forms application in Visual Studio 2010 Ultimate, but can’t get the built-in Vector to […]
Unhandled Exception Handler in .NET 1.1
Problem : I’m maintaining a .NET 1.1 application and one of the things I’ve been tasked with is making sure […]
Liskov Substition and Composition
Problem : Let say I have a class like this: public sealed class Foo { public void Bar { // […]
WPF/XAML Property not found on ‘object’
Problem : I am using a BackgroundWorker in a new WPF app and I need to report progress/update the UI […]
CS0102 The type ‘A’ already contains a definition for ‘set_color’
Problem : I just came across the above error while I was trying to compile a proxy class generated through […]
How do I make a WiX installer with a completely self-contained .NET 3.5 sp1 installer?
Problem : I need to include the full .NET 3.5 sp1 installer into my installer, which is in WiX. I […]