Akbar on Development
Attaining the Impossibles
  • All Projects
  • Jack Sparrow Compass
  • Subtitles Translator
  • USB Disk Manager
  • Swift MVC Framework
  • TaskbarExt
  • Quick Chess
  • Basecamp Extension
  • Language Tools
  • Rapid Downloader

Posts Tagged ‘Error’

When I restarted my Windows 7 machine today after a few days (I usual put this to hibernate mode), I got a weird error when starting the ASP.Net web application. The error was: Compiler Error Message: CVT1108: cannot open C:WindowsTEMPRESA33F.tmp for writing This was a bit weird, because it was working fine before the restart. […]

When working a new site content changes, we decided to add a new media files (of MP4) type. For playing this video file directly from the website, we decided to use the VideoJS Player. Everything worked fine on the development machine (using IIS 6.0). However, when we deployed this to the Dev server machine using […]

In one of my Win32 DLL projects, whenever I tried to add a resource file, I got the “Automation server can’t create object” object. Similar to other errors, this was not very informative. After searching for this error, I found this the common cause of this problem is that Windows Scripting host is corrupt. You […]