The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
6 views

Error Installing Visual Studio 2012 Professional on Windows 7 64 bit (Signature or catalog not verified)

I'm trying to install visual studio professional 2012 on windows 7 64 bit machine. Everytime I try to install it gives with the below error (on different cab files) while installing the ...
0
votes
0answers
39 views

error in sql server 2008 r2 installation [migrated]

When I install sql server 2008 R2 , I fail in a step and get the message Previous release of Microsoft Visual Studio 2008 -- Failed And I can't go to the next step , How can I solve it ?
1
vote
1answer
9 views

Saiku-Clicking on New query not displaying anything

I downloaded saiku (Saiku Server 2.4 (Including Foodmart DB)) from the following link -http://analytical-labs.com/downloads.php. Following the installation notes, I have downloaded latest Apache ...
0
votes
1answer
14 views

Error installing Gdata module

I'm trying to install the Gdata module on my system. I'm using Python 2.7.1 on Windows 7. I should admit, I'm not very experienced installing modules without resorting to binaries before, so any ...
0
votes
1answer
63 views

Gem Charlock_holmes installation error on Windows XP

I am trying to run bundler for my RoR app on a Windows machine (Windows XP). But, while downloading the gems, it stops at the 'gem Charlock_Holmes' and gives the following error. ...
-1
votes
0answers
54 views

Failed to install Visual Studio Express 2012 for Windows Desktop

I have attempted to make VS2012 run on my PC. First I get through the installer without problems, but get an error when trying to run the program. Sadly, I cannot remember this error. I uninstall the ...
0
votes
0answers
15 views

Xcode “unable to connect to installer process” when installing new docset

For some reason when Xcode automatically tries to update to the latest documentation the installation just seems to freeze at the very end of the process. Xcode automatically tries to download the ...
2
votes
1answer
67 views

Java EE 6 SDK instalation issue on mac 10.8

I downloaded the file java_ee_sdk-6u4-jdk7-linux-x64-ml.sh for installation and even changed the permission by command chmod +x java_ee_sdk-6u4-jdk7-linux-x64-ml.sh, but I received the following error ...
0
votes
0answers
48 views

virt-install gives HTTP error when installing domU for Xen

I have xen 4.1.3 installed on top of a fedora 16 distribution. I have my dom0 working. Output of "sudo xm list": Name ID Mem VCPUs State ...
-1
votes
1answer
39 views

Android Emulator failed to install on device [closed]

So i kept on trying to launch this application but it just wont load on the emulator. Suggestions? [2013-04-09 19:02:33 - First] ------------------------------ [2013-04-09 19:02:33 - First] Android ...
0
votes
1answer
27 views

Revolution R says I need to update to VS2008 SP1 but I have VS2010

While installing Revolution R, it tries to install Visual Studio 2008 Isolated Shell SP1, but fails because it says that I have a previous version of VS installed that needs to be updated first. The ...
0
votes
1answer
38 views

Macport Selfupdate Fails - Code 23, Xcode & Command Line Tools are Installed [closed]

I am trying to update macports by using port selfupdate but this always fails, so I tried port -d -v selfupdate and it gives me this: DEBUG: MacPorts sources location: ...
2
votes
2answers
83 views

maven release perform failed

Today while doing the release of our project, the release:perform command failed in between as our nexus was having intermittent issues. The release command only able to upload one pom file to nexus. ...
0
votes
2answers
329 views

No application can perform this action during installation APK in android device

I want to install APK file of my application in my android device. The old APK file is installing correctly but when I am trying to install the latest application file it shows the error like "No ...
0
votes
0answers
41 views

Issue in set up procedure of openerp server

When i access the link http://127.0.0.1:8069 gets an error Error response Error code 501. Message: Unsupported method ('GET'). Error code explanation: 501 = Server does not support this ...
0
votes
0answers
120 views

Unable to create Virtual Machine on CloudStack [closed]

I have installed CloudStack 4.0.0 on my Ubuntu 12.04 machine, that is compliant with the configuration requirements specified in the documentation. I am running Management Server on my machine with ...
0
votes
1answer
25 views

after installing an app on snow leopard, the app is nowhere

I recently built an application for Mac, on Mountain Lion. After a couple of days i did a clean install on my Mac of Snow Leopard. I have a backup of the "my_app".pkg on a external hard drive, and ...
0
votes
0answers
63 views

Plone Error “Value error: unable to find update_version_before_edit”

I am trying (very hard) to just get Plone version 4.2.4 to work correctly. I had a previous installation that I removed. Then I attempted to reinstall at a later point. Everything seemed fine until ...
0
votes
0answers
72 views

What is the SQL Server least privilege for AppFabric installation?

We are trying to develop a repeatable process for installing AppFabric, using a SQL Server 2012 Standard Edition instance. I granted the SQL Server login (using Windows Authentication) being used to ...
0
votes
1answer
455 views

ClickOnce installation generates error: System.Runtime.InteropServices.COMException, Failed to load the runtime, Exception from HRESULT: 0x80131700

This error occurs trying to deploy a WPF project through ClickOnce: Activation of [...file path...].application resulted in exception. Following failure messages were detected: Failed to load the ...
1
vote
0answers
101 views

Installation failed on device, debugging (Battery ??)

I'm starting to learn Android's development. I have my first code, and I want to try it in mi Samsung Galaxy S3 with Eclipse but I have the next Error in the LogCat when I try in Run Button. 03-03 ...
0
votes
1answer
284 views

start-all.sh error while installing hadoop on ubuntu 12.04lts

I have been referring to this link for hadoop-1.1.1 installation. All my files and permissions have been set according to this link. But I am getting this error.Please help. ...
0
votes
0answers
65 views

Windows Server 2003: Retrieve minimum password length from command line

I entered a password with a length of 7 as part of a server software installation. It failed because the password used was a length of 7. The Windows Server 2003 Password Policy says the minimum ...
0
votes
1answer
182 views

“Android SDK: Manage add-on sites” won't reload user-defined site after eclipse re-install

I recently had to completely re-install eclipse (e.g. androideclipse installed from http://www.android.com/). Before my re-install I happened to be using a user-defined add-on site ( e.g. ...
0
votes
0answers
35 views

ios5 - Application failed to intall

I'm trying to install an application to an Ipad2 but it keeps telling me "Application X Failed to Install" where X is the name of the application. I've set the provisioning profile to run in all ...
1
vote
1answer
331 views

Emacs 24.2 installation make failure

Trying to install Emacs 24.2 on Ubuntu 12.04. ./configure worked fine. make gives the error: /usr/local/include/jmorecfg.h:263:16: error: expected identifier before numeric constant image.c: In ...
2
votes
1answer
236 views

Is the debugger plug-in not available for PostgreSQL 9.2 EnterpriseDB for Win7 x-64

I followed the installation notes C:\Program Files\PostgreSQL\9.2\doc\installation-notes.html Edited the postgresql.conf file shared_preload_libraries = '$libdir/plugin_debugger.dll' Stopped and ...
0
votes
2answers
234 views

Rails installation Error - could not find gem jquery-rails

I am trying to install rails on my office's system. I have installed rails using link http://railsinstaller.org/ Then I created new proj using command![enter image description here][1] 'rails new ...
0
votes
1answer
67 views

Error in the installation of phpmyadmin of xampp

i have installed mysqlserver version-5.5with following specifications: -->username:system -->password:system port was given as 3306 at the time of installation.No problem here and ...
2
votes
1answer
279 views

Error installing Passenger with nginx on OS X Mountain Lion

So I'm following this tutorial, and about half way through compiling nginx, 'It looks like something went wrong'. So, I have RVM installed and working, and I also have the Passenger gem installed. I ...
1
vote
2answers
882 views

Installing .net 2.0 SDK on Windows 8

Has anybody been successful in installing the .NET 2.0 SDK (x86 or x64) on Windows 8 x64? I have previously installed it without problem on all previous versions of Windows (I last installed both the ...
0
votes
0answers
23 views

AXIS Package installation

I wanted to install package created by me On axis environment.But i am getting this error that :::: Target IP address []: 172.16.250.101 Target root password []: nec Both ARTPEC-3 and ARTPEC-4 ...
1
vote
1answer
139 views

How to reset the instance name on a SQL Server 2012 re-install?

I'm trying to install SQL Server 2012 on Windows 7 64bit. In the first time, my laptop crashed during "Installation Progress", so I have to cancel the installation from Windows Task Manager by ...
0
votes
1answer
199 views

Installing Doctrine2 with PEAR

While I tried this: sudo pear install -o pear.doctrine-project.org/DoctrineORM I got the following error: Package "pear.doctrine-project.org/DoctrineORM" dependency "pear.symfony.com/Console" ...
0
votes
1answer
730 views

EntityFramework NuGet Package Won't Install

When I try to install EntityFramework though NuGet, I get the following: PM> Install-Package EntityFramework You are downloading EntityFramework from Microsoft, the license agreement to which is ...
0
votes
0answers
62 views

ForceReboot action causing suspended installation error on reboot

I have scheduled the ForceReboot action after InstallInitialize. However, although this causes the machine to reboot, it doesn't cause the installer to relaunch after the reboot (Am not sure if ...
0
votes
1answer
1k views

Installing and creating instance of SQL Server 2012

I am running SQLManagementStudio_x86_2012_ENU.exe to install SQL Server 2012. I came across a problem and I was hunged on it too long. I have seen the same problem in SO and they are give a solution ...
0
votes
1answer
469 views

Error 1330. Visual studio 2008, cab11.cab has invalid digital signature

When I am installing VS2008,via alchohol120 as it is ISO file, it gives me this error "Error 1330.A fiel that is required cannot be installed because the cabinet file g:\cab11.cab has an invalid ...
0
votes
0answers
50 views

Can't install apache server, refuses to find [closed]

I'm attempting to install Apache httpd-2.4.3. running $ ./configure --with-included-apr --with-pcre=/home/gregd/httpd-2.4.3/pcre --with-mod_alias --with-mod_include --with-mod_mime ...
3
votes
1answer
180 views

I am getting an “Installation Failed” message when I install my app with InstallShield. Is there a way for me to see why it failed?

For clarity, the application still works after the Installation Failed message, so it appears to be installed correctly. I just can't release the application if people are going to see this message ...
2
votes
0answers
375 views

Install kernlab package in R

im trying to install kernlab package on a SLES 11 SP1. I installed all prerequisite packages eg. gcc-fortran... After starting the installation with install.packages("kernlab") I get the following ...
0
votes
3answers
325 views

Installation error in tablet android application

Made a android app but not supportable in tablet.It uses Google APIs [Android 2.2] and has a lot of map and GPS things.It worked well in phones but When I run the app in tablet, it says Installation ...
0
votes
1answer
76 views

Install a new version using adb command error

I am trying to install a new version of the app using the same keystore thru cmd line adb install my_app_1.2.apk But I get an installation error Failure [INSTALL_FAILED_ALREADY_EXISTS] Can anyone ...
0
votes
0answers
47 views

Installation error of VS 2012 Professional on Windows 8 RC

I just downloaded a VS 2012 Pro from Dream Spark, when i try to install it on windows 8 RC it shows this error help plz. The .Net Framework installed on this machine does not meet the minimum ...
2
votes
1answer
232 views

No command output when running issue

Sir, Am having an error Project has no default.properties file when i resolved that error am having an error with R.java. R.java is not generated while i clean the project. Also am getting 4 ...
1
vote
1answer
978 views

SQL Server Express installation fails

I'm having a problem installing either Microsoft SQL Server 2012 Express or 2008 R2 Express. The installation starts and I choose "New installation...", I get to the step where I choose what should ...
3
votes
1answer
3k views

Runtime error (at -1:0): Cannot import ISSkin.dll with InnoSetup

My program installs fine in my computer, which has ISSkin installed. I tried then to install my program in a different computer that has not got ISSkin installed and I get this message upon ...
1
vote
1answer
306 views

Unable to Detect GSL Header Folder When Installing mlpy

I am having the following problem installing MlPy: sudo python setup.py install running install running build running build_py running build_ext building 'mlpy.gsl' extension llvm-gcc-4.2 ...
0
votes
0answers
267 views

Cannot install Android application on Device Running with ICS 4.0.3

Cannot install Android application on Device Running with ICS 4.0.3. Description of device http://www.sinocan.com.cn/index.php?ac=article&at=read&did=204 Logcat 07-11 04:15:31.963 ...
1
vote
1answer
292 views

unable to install VS 2012

Trying to install VS2012 utlimate RC, however I am unable to succeed as every attempt is stopped at the below screen shot...does anyone has the same/simlar problem? So my installation stops here and ...

1 2 3 4