ntstatus.blogspot.com
NTSTATUS: Visual Studio & Expression Blend crashes when opening Silverlight XAML
http://ntstatus.blogspot.com/2011/01/visual-studio-expression-blend-crashes.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Sunday, January 16, 2011. Visual Studio and Expression Blend crashes when opening Silverlight XAML. NTSTATUS: STATUS FATAL ERROR. I was using Visual Studio 2010 and Expression Blend 4, developing Silverlight 4. Determined Root Cause of Damage:. Updated Silverlight runtime to the latest version. Reinstalled S...
ntstatus.blogspot.com
NTSTATUS: Give Me Back Some Memory
http://ntstatus.blogspot.com/2012/09/give-me-back-some-memory.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Thursday, September 6, 2012. Give Me Back Some Memory. NTSTATUS: STATUS MEMORY LOW. OK, so there are other tools out there that can help you optimize and recover memory. Some are pretty nice, but I wanted something small and only did one thing, so I wrote one. Is it really necessary? Right-clicking it brings...
ntstatus.blogspot.com
NTSTATUS: December 2009
http://ntstatus.blogspot.com/2009_12_01_archive.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Thursday, December 24, 2009. Here's wishing everyone a Merry Christmas, and a Happy New Year! Sunday, December 6, 2009. You cannot be serious! NTSTATUS: STATUS IS NOT WIN32. Following up from my previous post. I found a novel way to crash WPF. Here's how to do it:. Create a WPF DLL:. Defined in assembly 'Wpf...
ntstatus.blogspot.com
NTSTATUS: May 2012
http://ntstatus.blogspot.com/2012_05_01_archive.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Monday, May 21, 2012. ASUS UX31 Zenbook Sentelic Touchpad Driver Problem – With Solution. NTSTATUS: STATUS BUGCHECK SENTELIC. For those of you who use the UX31 and have installed the Sentelic. Turned on and running before it goes into power save, you should be able to see the CPU usage history. If it isnR...
ntstatus.blogspot.com
NTSTATUS: August 2009
http://ntstatus.blogspot.com/2009_08_01_archive.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Monday, August 3, 2009. Process Creation API Functions Path (XP). NTSTATUS: STATUS CREATE PROCESS NT51. Following up on the previous post on the Win32 API's process creation functions in Windows Vista SP1, now let's take a look at how it was in Windows XP SP2. Of note are CreateProcessInternalWSecure().
ntstatus.blogspot.com
NTSTATUS: The .NET Preprocessor - Part 3
http://ntstatus.blogspot.com/2011/01/net-preprocessor-part-3.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Monday, January 3, 2011. The NET Preprocessor - Part 3. NTSTATUS: STATUS DOTNET MACRO. Now let’s go through the config file that DOTNETPP expects. It’s an XML file, and doesn’t expect any special name, and I called mine dotnetpp.xml. Here are the settings:. Following are the meanings of each setting item:.
ntstatus.blogspot.com
NTSTATUS: March 2010
http://ntstatus.blogspot.com/2010_03_01_archive.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Monday, March 1, 2010. NTSTATUS: STATUS JAM SESSION. I think there are a fair number of people who are not aware of the concept of 'sessions'. In Windows, and some are aware of it, but only that there is such a thing. We're going to go through the basics of it, and see how it might be relevant. The first cas...
ntstatus.blogspot.com
NTSTATUS: October 2009
http://ntstatus.blogspot.com/2009_10_01_archive.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Saturday, October 24, 2009. I thought you were still there.". NTSTATUS: STATUS IS NOT WIN32. This has to do with the .net CLR. Loading assemblies dynamically. Sure, it's not a Win32 thing, but it is related when I went about trying to achieve what I normally would in native Win32 apps. IntPtr hModule = Win32...
ntstatus.blogspot.com
NTSTATUS: September 2012
http://ntstatus.blogspot.com/2012_09_01_archive.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Thursday, September 6, 2012. Give Me Back Some Memory. NTSTATUS: STATUS MEMORY LOW. OK, so there are other tools out there that can help you optimize and recover memory. Some are pretty nice, but I wanted something small and only did one thing, so I wrote one. Is it really necessary? Right-clicking it brings...
ntstatus.blogspot.com
NTSTATUS: July 2009
http://ntstatus.blogspot.com/2009_07_01_archive.html
Some random technical pieces from my own meanderings through the scape that is Microsoft's Windows system. With any luck, there might be something here that could save someone some time and grief ;). Friday, July 3, 2009. Process Creation API Functions Path (Vista). NTSTATUS: STATUS CREATE PROCESS NT60. It's been a while since the last posting, so let's move right on to the current one. We'll have a little look at the. And we'll look at Windows XP in a subsequent posting. Versions of the functions. Sets ...