Make sure you have no spaces in any of your folders, that is what causes the error.
Thanks for pointing this out!
I have released a fix for this problem:
https://dl.dropboxusercontent.com/u/6522303/CryptoNoteWallet_latest.zip'
getaddress' and '
mining_status' calls will be added if the code is accepted (value reading only).
A '
network_bc_height' will be added soon if possible, in order to retrieve the target blockchain height and following sync status from a GUI.
A
Qt GUI is currently in development. (multi-platform)
It will initially use the RPC API, but the final goal is to integrate the daemon and/or the wallet directly in it with high-level libraries (
Qt is good for interfacing UI with C/C++), providing more information and better reactivity.
Designing the architecture and keeping it user-friendly will probably take some time.
I haven't tested the C# wallets yet (tried 'xbuild' with Mono but throws errors), but it has probably more features for the time being

It uses WPF, unfortunatly that is not supported on Mono. Should have gone with WinForms, that would have made it possible to run it on Mono without modifications.
Good to hear the RPC API is getting more functionality, if it has enough features I can switch to using the RPC API.