Issues Installing Windows Phone IsoStoreSpy on Windows 8

By: Justin Braun
Posted on: November 26, 2012

Windows Phone IsoStoreSpy is a great utility for interrogating the Windows Phone Iso Store when developing applications. It usually if you want to check to see if files are being created correctly, and identifying what is in a file on the phone’s local store. IsoStoreSpy can pier into both the emulator and physical device. It also provides some other functionality like being able to create ringtones, but I haven’t used that.

I had a brand new install of Windows 8 with Visual Studio 2012, and not a lot of old components installed. This was a fresh install, so the most recent versions of most things were already installed. When I tried to install IsoStoreSpy with the ClickOnce installation, it error’d out indicating that version 3.5 of System.Data.SqlCE needed to be installed in the GAC. For some reason it wasn’t, although I would’ve assumed that Visual Studio would’ve had that in there (I believe VS actually installs 4.0).

In order to even install the application, you need this component installed. I did a little search and found that you can install SQL Compact Edition 3.5 SP1 with a standard MSI for both x86 and x64 versions. You can download those here.

Once I installed that, I was then able to get the ClickOnce installation going and completing successfully.

Related Articles

Improper Rendering of XAML?

I’m working on a project right now and have noticed that XAML seems to be incorrectly rendered in

.NET Framework Source Code Available

With the release of Visual Studio 2008 and the Microsoft .NET Framework 3.5, Microsoft will also be releasing the source code for the framework.

Visual Studio Templates for Creating Windows Live Writer Plugins

Just thought I would offer up the templates that I created for making new Windows Live Writer plugin