drago
drago

Reputation: 1207

Accessing Windows Phone 7 database externally

I've just started working on Windows Phone. Can anyone help me access my project database? I've tried with ISETool.exe I did this:

ISETool.exe ts xd 77a80316-355d-40dc-a8c3-c4054676e85c "C:\Users\user\Desktop\isostore"

but I'm getting an error in cmd:

The application is not installed

I've also tried using WP7 Isolated Storage Explorer from: http://wp7explorer.codeplex.com/

But it doesnt see any devices or emulators.

It's Windows Phone 7 project. I've opened it in Visual Studio 2012 running on Windows 8.

It's frustrating loosing so much time on such a basic thing. Please help!

Upvotes: 0

Views: 213

Answers (1)

Michael Itzoe
Michael Itzoe

Reputation: 1957

I've had success with Windows Phone Power Tools in the past. Even though the project is labeled "for WP8" it still works with 7.5 on Windows 8 with the WP8 SDK installed.

Upvotes: 1

Related Questions