I recently upgraded to Helicon Techs ISAPI Rewrite 3. When trying to import my old version 2 ini file I recieved the error “The referenced assembly is not installed on your system” in the Event Log. After a couple searches I discovered that I didnt have some of the Visual C++ libraries installed.
My environment:
Windows 2003 Server (Advanced)
IIS 6.0
Installing this package resolved the issue. Microsoft Visual C++ 2005 Redistributable Package (x86)
I was trying to build a new Android application using the Eclipse plugin. Everything went find according to the direction except when I tried to run the application. Eclipse said I need to fix errors before running. I took a look at the problems tab and it displayed this error: “Error executing aapt. Please check aapt is present at %”.
After poking around a bit, I found that I needed to specify the location of the SDK that you can download from Google. I was able to fix this by specifying the Android SDK location in the Android configuration section in Eclipse.
Window > Preferences > Android. In “SDK Location” enter the location of the extracted sdk: “C:\devel\sdk\android_sdk_windows_m3-rc22a”.
This also fixes the problem where eclipse cant find the android.jar library.