Sign In
Neeraj Agrawal
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
No tags have been created or used yet.
Archive
Archives
March 2009
(1)
May 2008
(2)
February 2008
(1)
October 2006
(1)
April 2006
(1)
January 2006
(1)
September 2005
(1)
August 2005
(1)
MSDN Blogs
>
Neeraj Agrawal
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Neeraj Agrawal
Explorer.exe is crashing on Vista frequently
Posted
over 3 years ago
by
NeerajAg
0
Comments
Check the source of problem. if it is because of CLMedia.dll. To do this run "wercon" and you will all the hangs and crashes happened in your system. Select the APPCRASH event for explorer and you would see something like the following as detail of the...
Neeraj Agrawal
Error in registry for extension "Exchange Extensions;?
Posted
over 4 years ago
by
NeerajAg
2
Comments
--------------------------- Microsoft Office Outlook --------------------------- Error in registry for extension "Exchange Extensions;?". The syntax or format of the registry entry is incorrect. Check the registry settings and compare the registry for...
Neeraj Agrawal
Creating windows shortcut for "Stand by"
Posted
over 4 years ago
by
NeerajAg
10
Comments
If you are a laptop user and prefer to go " Stand by " instead of " Hibernate " or " Log Off " to save time, the quickest way to do is to use the keyboard shortcuts on the laptop keyboard (for my Dell laptop its Fn+Esc) which I use very often. However...
Neeraj Agrawal
Configuring BSNL Modem with Airtel Broadband
Posted
over 4 years ago
by
NeerajAg
9
Comments
This blog is relevant for Broadband service providers in India. I had BSNL broadband service and in that course I also bought Huawei ADSL modem which worked perfectly fine with BSNL (as it was pre-configured to be used with BSNL). The problem arises when...
Neeraj Agrawal
Signing a existing .NET assembly
Posted
over 6 years ago
by
NeerajAg
0
Comments
I could'nt find any support for signing a unsigned .NET assembly in .NET Framework 2.0 SDK. Provided I have the source code and option to rebuild the assembly, I can sign it in the process of assembly generation. Thankfully ILMerge tool came for the rescue...
Neeraj Agrawal
Ever wondered why your .CHM file(s) does not work?
Posted
over 6 years ago
by
NeerajAg
38
Comments
Normal 0 false false false MicrosoftInternetExplorer4 I had couple of .CHM files, specially for C# .NET related stuff and I saw some of the chm files when I open them I...
Neeraj Agrawal
Handling ThreadAbortException
Posted
over 6 years ago
by
NeerajAg
3
Comments
By definition ThreadAbortException cannot be stopped. Even if you have something like catch (ThreadAbortException) or catch (Exception), the ThreadAbortException invocation will follow the catch blocks. But as soon as the block ends the same exception...
Neeraj Agrawal
Why doesn't my process terminate even after main thread terminated
Posted
over 7 years ago
by
NeerajAg
3
Comments
Sometimes you may wonder why your .NET application didn't terminated even after the main thread is terminated. Infact I was boggled with this problem for some time. Finally I figured out that .NET does not terminates a process on the termination of main...
Neeraj Agrawal
validation pattern for allowing non-empty string in xml file
Posted
over 7 years ago
by
NeerajAg
2
Comments
I was trying to validate a xml file using xsd wherein a node value should be non-empty. Means there should be atleast one non-whitespace character into that. After lots of googling, I finally wrote up a small pattern to validate that. Here is the fragment...
Page 1 of 1 (9 items)