Wednesday, May 26, 2010

SilverlightContrib for Windows Phone

It seems that it's been a while since SilverlightContrib has been updated, and I needed the SharpZipLib port to do compressed serialization in some of my Windows Phone projects, so I downloaded the source, upgraded the lib with VS2010, removed the System.Windows.Browser dependency (which silverlight for Windows Phone doesn't have), and recompiled.
The only things I had to remove from the lib was the MouseWheelHelper, and ClipboardHelper, so it wasn't a train smash.

Here's the lib for those who might need it (have yet to see if it actually works, but I don't see why not).
I've renamed the assembly, so it won't get confused with other versions.

Tuesday, May 25, 2010

Visual Studio Editor - Ctrl+Arrow navigation not working

Thought I might post the solution here, since this was infuriating me for a number of days, and I couldn't find anything related on the web.

Visual Studio Menu:
Tools | Options
On the left menu:
Environment | Keyboard
Click the reset button on the top right.

... so simple I should have thought of it sooner :|