Technology Blogs > Bits and Bytes

The creation of a shadow copy has timed out. Try this operation again. (0x81000101)





This could be caused by the one or more of the following services and their dependencies not running:

1). Volume Shadow Copy
2). Windows Backup Service


Resolution:

Go to Services and make sure that both of these services are set for automatic start and running, then try to run the backup again.


If this fails try to free up space by deleting shadow copies or delete other unecessary files.

Posted: 11/15/2010 7:04:04 PM by administrator | with 0 comments


If you receive the following error:

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\e87cb72e\a4979ba0\App_Web_waitingforapproval.aspx.924c370c.moquvjr8.dll' -- 'The directory name is invalid. '

Source Error:
 
[No relevant source lines]

Source File:    Line: 0
Show Detailed Compiler Output:
 
 
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
 
.
.
.

Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1
Copyright (C) Microsoft Corporation. All rights reserved.
 
error CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\e87cb72e\a4979ba0\App_Web_xxx.aspx.924c370c.moquvjr8.dll' -- 'The directory name is invalid. '


This can occur if you do not have the proper permissions set for the "Temporary ASP.NET Files". Try adding NETWORK SERVICE and IIS_WPG with Modify or Full Control.

Also, make sure that C:\Windows\Temp is still there as well and apply the same permissions.

Perform and IIS Reset and the error should be corrected.
Posted: 11/11/2010 7:45:00 PM by administrator | with 0 comments


Everyone's familiar with the Windows Send To folder.
It's there when you right-click on a file, about halfway down the context menu.

Did you know that you can add items to the SendTo Folder very easily?
First, open the Send To folder like so:
Windows Key + R (or Start --> Run).
Then type in : shell:sendto

Once it pops open you can simply drag & copy or navigate to a shortcut to add it in there.

You may find it handy to add Notepad, your anti-malware tool, or just about any program you use on a regular basis.

Finally, you can bring it to the top of the list by renaming it, adding an 'a' in front.


Posted: 9/21/2010 8:28:53 AM by mike | with 0 comments


Did you ever want to open the Windows Task Manager and couldn't find an empty space on the Taskbar on which to
right-click?

And how about Ctrl+Alt+Delete - how awkward is that key combination?

Well, here's a three key combination that Windows Administrators have known and loved for years! Not to mention, you only need two fingers (one hand) to do it.

Simultaneously press the following three keys: Ctrl + Shift + Esc

Posted: 9/18/2010 3:42:12 PM by mike | with 0 comments