There seems to be a bug, but im not sure:
I start the program, enter an (encrypted) key: 6PfRj9PLSPfGW9z5iKKyaVyKFvWScDhxvYjhtghhi9dVk8vAUngZD9RL6V
I click for details: the address utility opens.
I enter the passphrase "topsecret", and it calculates the hex/hash
Everything ok so far.
Now i click "Print Banknote" an i get an error message
System.InvalidOperationException: Address is not available
BtcAddress.EncryptedKeyPair.GetAddress()
BtcAddress.KeyCollectionItem.GetAddressBase58()
BtcAddress.QRPrint.OnPrintPage(PrintPageEventArgs e)
System.Drawing.Printing.PrintDocument._OnPrintPage(PrintPageEventArgs e)
System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document)
System.Drawing.Printing.PrintController.Print(PrintDocument document)
System.Drawing.Printing.PrintDocument.Print()
BtcAddress.Forms.PrintVouchers.button1_Click(Object sender, EventArgs e)
System.Windows.Forms.Control.OnClick(EventArgs e)
System.Windows.Forms.Button.OnClick(EventArgs e)
System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
System.Windows.Forms.Control.WndProc(Message& m)
System.Windows.Forms.ButtonBase.WndProc(Message& m)
System.Windows.Forms.Button.WndProc(Message& m)
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The same when i try to safe the "Address List" i get the message: Address not available