Categories
- Computers (41)
- Databases (3)
- OS (53)
- Programming (56)
- Web (36)
Calendar
Featured
Archives
- February 2013 (2)
- January 2013 (2)
- December 2012 (2)
- August 2012 (2)
- July 2012 (3)
- April 2012 (2)
- March 2012 (2)
- February 2012 (2)
- December 2011 (3)
- November 2011 (2)
- October 2011 (1)
- September 2011 (2)
- August 2011 (2)
- July 2011 (4)
- June 2011 (2)
- May 2011 (1)
- April 2011 (6)
- March 2011 (4)
- February 2011 (2)
- January 2011 (4)
- December 2010 (3)
- November 2010 (6)
- October 2010 (8)
- September 2010 (6)
- August 2010 (1)
- July 2010 (5)
- June 2010 (2)
- May 2010 (2)
- April 2010 (5)
- February 2010 (1)
- January 2010 (2)
- December 2009 (2)
- November 2009 (2)
- October 2009 (2)
- September 2009 (5)
- August 2009 (11)
- July 2009 (7)
Tags
.bat .net ASP.NET batch files Benchmark Bug C# c++ cmd CSS Debug DHCP Dos Error ESXi files HTML http IIS IP JavaScript Links Linux network NTFS PHP PowerShell speed STL Ubuntu Urih VC++ Vista Visual Studio VMware VS VS2010 web website Windows Windows 7 Windows API Windows Server Windows Update Windows XP-
Recent Posts
- RAID 1 (mirror) read speed as fast as RAID 0 (stripe)
- Executing very large script on Microsoft SQL Server 2008 R2 fails
- Building OpenSSL with Visual Studio 2010 for x64 / Win64 causes error
- Did you know that IP addresses (IPv4) can be written in shorter representations?
- C# / .NET MessageBox is hidden behind the Form
Recent Comments
- Ken on On production machine: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts.
- Andi on Batch script to test if folder / directory is empty
- Anonymous on Batch script to test if folder / directory is empty
- Judy on VS2010: Project not selected to build for this solution configuration
- Anonymous on IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
Menu
Monthly Archives: September 2010
ASP.NET 4.0 – An error occurred during local report processing
After fixing missing ReportViewer redistributable, I got the following error: Report Viewer Configuration Error The Report Viewer Web Control HTTP Handler has not been registered in the application’s web.config file. Add to the system.web/httpHandlers section of the web.config file, or … Continue reading
IIS 7.5 – Parser Error Message: Could not load file or assembly Microsoft.ReportViewer.WebForms
When deploying a new application to IIS 7.5 on Windows Server 2008 R2 (test server). I got the following error: Server Error in ‘/’ Application. ——————————————————————————– Configuration Error Description: An error occurred during the processing of a configuration file required … Continue reading
VMware Guest OS: The trust relationship between this workstation and the primary domain failed
VMware Guest OS: The trust relationship between this workstation and the primary domain failed. I received this errors two times on a row for two different computers. I am not 100% sure, but from reading the web I came to … Continue reading
How to delete all folders in current directory
How to delete all folders in current directory using command line (cmd.exe) or batch files? How to delete all empty directories in current folder: FOR /D %f IN (*.*) DO RD “%f” How to delete all directories / folders in … Continue reading
Google AdWords (or any third party) tracking with onclick that really works
Disclaimer: this works for me and my clients today (Sep 2010). If Google or one on the web browsers change something, this may break all tracking, so use this on your own risk. Below is working code fragments. In the … Continue reading
August 2010, links
stackoverflow.com – Strangest programming language feature Kyle Brandt writes about – Should Developers have Access to Production? International Telecommunications Union is considering eliminating leap seconds from the Coordinated Universal Time (UTC). Read here. Icons of the Web. A large-scale scan … Continue reading