Author: devonenote
-
IDE/ATAPI Account does not have sufficient privilege to open attachment
You might get following error after you move or replace a virtual disk drive file of a hyper-v virtual machine. An error occurred while attempting to start the selected virtual machine(s). ‘TestVM’ failed to start. Microsoft Emulated IDE Controller (Instance ID {83F8638B-8DCA-4152-9EDA-2CA8B33039B4}): Failed to Power on with Error ‘General access denied error’ IDE/ATAPI Account does…
-
IIS 7.5 Error The temp directory in chart handler configuration is not accessible
If you build a web application with Chart control for ASP.NET 4.0 and deploy the site to web server. You might get following error on the live site: The temp directory in chart handler configuration is not accessible To resolve this, first go to web.config and find the ChartImage directory in appsettings. <appSettings> <add key="ChartImageHandler"…
-
iPhone Tips–Change Calendar TimeZone
When you move or trip to other timezone, iPhone won’t refresh the timezone information in to correct one, this results calendar syncs to Exchange server still on the old timezone and all meetings show wrong start time than they are. To fix this, go to Settings => Mail, Contacts, Calendars =>Calendars => Time Zone Support, …
-
Remove dead using statements
Visual Studio has a great feature to easily remove all dead using statements in your code. The steps are pretty straightforward. Right click anywhere from the code Select Organize Using and Select Remove Unused Usings.
-
Could not load file or assembly TraceWrapper, Version=1.0.523.0
There are two versions of the TraceWrapper.dll in SCVMM install CD. One is x86 version and the other is x64 version. When you build your application on top of SCVMM library Microsoft.SystemCenter.VirtualMachineManager, it’s very important to pick up the correct version TraceWrapper.dll. In general, you should copy the 32 bit dll if you are using…
-
CSharp – Get Assembly and File Version
If you want to know the version of currently executing managed assembly, you can use Reflection.Assembly. Here is code snippet which can be used to do get managed assembly version. private string GetVersion() { return Assembly.GetExecutingAssembly().GetName().Version.ToString(); }
-
Windows Server 2008 R2 with SP1 ISO download
After Microsoft releases Windows 7 / Windows Server 2008 R2 Service Pack 1 to public, Microsoft now provides single evaluation media ISO for Windows Server 2008 R2 with Service Pack 1 for free download. To download the official ISO just access http://technet.microsoft.com/en-us/evalcenter/dd459137.aspx and logon with your windows live ID. Or use this Direct Download Link…
-
SQL Server 2005 The full-text search service cannot start
After you install SQL Server 2005 RTM on windows server 2008, the full-text search service cannot start. This is because the full-text search service depends on the NTLMSSP (NTLM Security Support Provider) service but the NTLMSSP service does not exist on Windows Server 2008. To resolve this problem, simple install SQL Server 2005 SP3 SQL…
-
Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
You might see following error when browse your application site targeting ASP.NET 4.0 on IIS 7 or 7.5 server. HTTP Error 500.21 – Internal Server Error Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list Cause & Solution If IIS is enabled after DotNet 4 installation then ASP.NET is not registered with IIS.…
-
Syspreped Windows 7 fail with “Windows could not finish configuring the system”
After you have installed a Windows 7 or Windows Server 2008 R2, install and configure windows features, install your own app, and then run sysprep command to create an image that is ready to be deployed. When you boot windows for the first time, it might comes up with following message at the windows setup…