Sign In
Jeff Abraham's WebLog
Pseudo-random posts on Media Center, with occasional flashbacks to Visual Studio.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Issues
Media Center
Netflix
Netflix in Windows Media Center
Windows Media Center
Archive
Archives
May 2009
(1)
December 2007
(1)
July 2007
(3)
May 2007
(1)
April 2007
(1)
March 2007
(1)
February 2007
(1)
January 2007
(1)
December 2006
(2)
November 2006
(2)
October 2006
(3)
July 2006
(1)
June 2006
(1)
May 2006
(2)
April 2006
(5)
November 2005
(4)
October 2005
(4)
September 2005
(3)
June 2005
(1)
May 2005
(5)
March 2005
(2)
July 2004
(1)
May 2004
(2)
February 2004
(3)
April, 2006
MSDN Blogs
>
Jeff Abraham's WebLog
>
April, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeff Abraham's WebLog
Mobile and Embedded DevCon 2006 Europe is coming up in June
Posted
over 6 years ago
by
Jeff Abraham
0
Comments
Normally I try to avoid putting any sort of marketroid material up here (if you were to look at my post history, you might conclude I generally try to avoid putting much of anything up), but this page http://www.microsoft.com/europe/medc/featured_speakers...
Jeff Abraham's WebLog
Debugging "Registration failed with error 0x8973190e"
Posted
over 6 years ago
by
Jeff Abraham
0
Comments
I've seen a few reports lately of people having issues when they set the "register output" property on their project to "Yes". Here's my quick debugging guide for solving this problem. Are you deploying all your dependent libraries? Check out depends...
Jeff Abraham's WebLog
Device JIT debugging
Posted
over 6 years ago
by
Jeff Abraham
0
Comments
It's inconvenient to have a debugger attached to your device all the time, so why not take advantage of JIT debugging? You'll need to locate eDbgJit.exe (should be found at <VSInstallDir>\SmartDevices\Debugger\target\<InstructionSet>\eDbgJit...
Jeff Abraham's WebLog
Static analysis on native device projects (sort of...)
Posted
over 6 years ago
by
Jeff Abraham
0
Comments
We didn't have time to do a proper implementation of the static analysis tools from Visual Studio Team Suite for device projects, but as this clever customer points out , you can just create a project that contains Win32 configurations, and use that to...
Jeff Abraham's WebLog
Debugging a kdmp file retrieved from your device.
Posted
over 6 years ago
by
Jeff Abraham
1
Comments
I saw a post on one of our development forums asking how to debug a crash dump file (e.g. foo.kdmp). This is one of those things that is easy once you know how to do it, but you just can't figure out how to get started. What you need to do is open the...
Page 1 of 1 (5 items)