This error happened after installing Acronis True Image 10 and indicates that your network shares have become inaccessible. Here’s a thread discussing this and an MS KB article.
Here’s the easy fix. It’s a zipped reg file so just double click and restart either your computer or just the “Server” service (start > run “services.msc” to view).
Download Acronis True Image 10 Reg Fix
Posted in Software.
By Matt
– July 26, 2009
This is a registry/bat extension that allows you to right-click a folder in Windows explorer (tested on XP) and it will delete all of the *-min.js and *-min.css files and then recreate them using YUI Compressor. After installing, right-click a folder and choose “Compress JS/CSS Files”.
Don’t use this on a folder that has a bunch of already -min(ified) js and css files and you don’t also have the uncompressed files. This will first delete the -min file if it exists and then recreate it using the filename without the -min. I wrote this as a useful function for something I do over and over. I always use the uncompressed files for development but reference the -min files in production. This will recreate them for you easily.
To install just copy all of the files to C:\winnt\ and run yuicompressor.reg. If you want to put the files anywhere else then you’ll have to change the paths in both the bat and reg files. My suggestion is just to create this folder if it doesn’t exist and keep it simple.
If you want to upgrade the YUI Compressor binary just download it and remove the version number from the filename so that it’s simply “yuicompressor.jar” and dump it in c:\winnt and you’re ready to go.
Download yuicompressor.zip
Here’s the code for the bat file:
Posted in Development.
By Matt
– July 16, 2009