No matching constructor found for WP7 resources file
When I was adding localization to my first Windows Phone 7 app, I initially got following exception:
XamlParseException was unhandled
No matching constructor found on type … more
When I was adding localization to my first Windows Phone 7 app, I initially got following exception:
XamlParseException was unhandled
No matching constructor found on type … more
Recently a friend of mine came to me asking for some advice on his first C#-project, in which he had to port an existing application to the .NET Framework. He had some minor issues with drawing … more
With Office 2007, developers are able to access and modify Office 2007 documents by using the Open XML Formats as an alternative to Office Interop. But even a few years after the release of Office … more
It’s a good practice to create a proof of concept in a separate project to test out some new features or untested ideas, or to try and fix a certain problem. This way you’re able to focus … more
If you’re developing applications in WPF or Silverlight you’ll most likely be using the property change interfaces available instead of writing complex XAML code, or you should … In … more
Lately I’ve been creating quite a few business entities with the ID of the object as the actual key to compare objects, which isn't the default implementation. Because of that I had to override … more