Subscribe to Feed

Archive for the ‘Windows’ Category

If you are trying to troubleshoot problems occurred in you .Net application, especially if they are caused by ASP.net, you are now in luck. Microsoft recently released an extension for WinDbg that will allow you to diagnose high-memory issues, high-CPU issues, crashes, hangs and many other problems that might occur in a Asp.NET application. This [...]

When you create a new ATL project in Visual Studio 2010, IDE generated StdAfx.h does not include the ATL namespace by default. Because of this behavior, when you try to use any ATL API (Like CComBstr for example) in your main cpp file, the build will fail with several “Undeclared Identifier” errors. Any existing project [...]

You can use Microsoft.Web.Administration namespace to create a binding and set the certificate hash. Let us say you are trying to add a new binding to a website “MySite” with a new SSL certificate hash “MyCertHash”, here is what you have to do to achieve this
ServerManager serverManager = new ServerManager();
serverManager.Sites["MySite"].Bindings.Add("*.443:", MyCertHash, "MyCert");
The bindings member configures [...]

Windows SDK installation fails with following error
A problem occurred while installing selected Windows SDK components.
Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.
Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems [...]

If your RSS feeds re not updating properly in Internet Explorer 7 or Internet Explorer 8 (most probably in Windows Vista or Windows 7), there are couple of things you can try.
Problem Type1: Feed Synchronization Issue
Fir and fore most verify if the feed synchronization is corrupted. Here is how you do it.

Open a command prompt [...]

Problem Steps Recorder is a cool Windows 7 tool that can record your actions as a series of images.  Refer earlier post here for more information about the tool. In this post I will explain how to use this tool from a command line window (cmd.exe).
 

psr.exe [/start |/stop][/output <fullfilepath>] [/sc (0|1)] [/maxsc <value>]
[...]

There is cool hidden feature/tool in Windows 7 that can record your actions as screen shots and save it as .MHT file. This is very helpful if your trying to do a blog post and record series of screen shots.
The tool: PSR.exe (Problem Steps Recorder: Record Steps to reproduce problem)

How to Launch it
Just click [...]

25 Unique uses of WordPress as CMS WordPress is often thought of as little more than a blogging platform. But it’s capable of so much more. Through a little customization and the use of plugins, WordPress can easily be transformed into a full-featured content management system. This article demos [...]

There are several occasions when you might get a “Unable to open sub key” or “Error 1402.Could not open key:” or “Error 1402.Could not open key: UNKNOWN\Components\XXXXXXXXXXXXXXXXXXXXXXXX” etc. Most of these errors are because you have already installed this product and un-installation or upgrade of the product did not complete properly. Hence there are some [...]

The 0×8024402c error is most likely because Windows update in your machine is being managed by your administrator in your company network and This server is not accessible if you attempted to scan for updates from outside your companies network. You can instead scan for updates directly from the Windows Update site by clicking the [...]


 

 

Subscribe to Feed

Categories

Links

Dev Jobs