Browse by Tags
All Tags »
.NET (
RSS)
As an update to my previous mention of a ClickOnce issue in Windows 7 it has been reported and is being escalated to a “specific feature area”, presumably the ClickOnce team. *Update* WIll be fixed in Win 7 RTM
I recently had some issues with one of my projects where the application settings would just silently fail. It turns out that the XmlSerializer doesn’t like the Uri class because it has no default constructor. It turns out I’m not the first one to notice...
I found a potential issue with ClickOnce apps on Windows 7 this morning, I pinned an app I have been working on to the new taskbar. When I launch the application from the pinned taskbar my settings (using the built-in .NET Xml Settings) are gone, but...
I stumbled upon an interesting project today called Bindable LINQ which I have given the nickname BLINQ in the vain of DLINQ, XLINQ, PLINQ etc. What this does is make LINQ queries work with WPF binding, which really should be a part of LINQ to begin with...
Hopefully not but it certainly appears that way . I discovered this earlier today, can’t remember where I saw the first reference, and found a couple of great posts here and here . As someone who uses LINQ to SQL a lot with my personal projects this is...
I’ve been spending some of my free time on my Product Key Manager project and finally posted some screenshots on CodePlex. The next version will have quite a few changes affecting the UI, XML handling, and data access. I’m cleaning up the UI and attempting...
I ran across a problem that took me nearly a week to solve in my Product Key Manager project. I was using some Vista icons from the Visual Studio 2008 Image library and was having really weird problems where some, but not all, icons would show up the...