I've Installed Wamp. But When I Open It, shows a error:
'The Program can't start because MSVCR110.dll is missing from your computer. Try reinstalling the program to fix this problem.'
I've also reinstalled but It doesn't worked.
What is the Solution to this Problem?
If you installed WAMPServer 2.5 without first installing the MSVC11 runtime then the Apache service will not have been registered. To register the Apache service do this
(left click) wampmanager -> Apache -> Service -> Install Service
(left click) wampmanager -> Apache -> Service -> Start Resume Service
Apache should now be installed as a service and running i.e. the wampmanager icon should go Green.
Related
I am trying to install meteor.js on my windows 10 machine.
I have gone through https://www.meteor.com/install for installation. But the site asking me to install chocolatey software https://chocolatey.org/install.
chocolatey is not getting installed since
getExecutionPolicy was returning - restricted.
And on execution of
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
is returning:
The issue is resolved when I tried opening powershell with administrator.
right click on
powershell -> right click -> run as adminstrator
and follow the same procedure as above like setExecutionPolicy.
It will give you now
After installation of chocolatey run command as:
choco install meteor
Respected Sir/Madam,
I am trying to install IBM Process Designer, but getting below errors.
ERROR: The Installation Manager's registry information is inconsistent with its installation information.
ERROR: The registry information at "HKLM\SOFTWARE\IBM\Installation Manager" indicates that the Installation Manager is not installed. However, the information at the "C:\ProgramData\IBM\Installation Manager" data location indicates that Installation Manager 1.7.2 (internal version: 1.7.2000.20140227_0303) is installed at location "C:\Program Files\IBM\InstallationManager\eclipse".
00:00.76 ERROR [main] com.ibm.cic.agent.core.application.HeadlessApplication run The Installation Manager's registry information is inconsistent with its installation information. The registry information at "HKLM\SOFTWARE\IBM\Installation Manager" indicates that the Installation Manager is not installed. However, the information at the "C:\ProgramData\IBM\Installation Manager" data location indicates that Installation Manager 1.7.2 (internal version: 1.7.2000.20140227_0303) is installed at location "C:\Program Files\IBM\InstallationManager\eclipse".
Resolution provided by IBM at below url http://www-01.ibm.com/support/docview.wss?uid=swg21639541 says,
" Run IBM Installation Manager directly; do not use the LaunchPad. From the Windows Start menu, select All Programs ->IBM Installation Manager > IBM Installation Manager. When Installation Manager starts, click Install, ensure all products are selected, and click Next to start the typical installation. "
But when I start the installation manager from Windows Start menu , it does not provide me the option to install IBM Process Designer at all.
Please find error logs "" attached, which come when I try to install IBM Process Designer from its setup "installProcessDesigner_admin".
I have installed Process center v8.5 successfully but not the way suggested. I have first installed db2 separately( used same db2 setup which came inside IBM BPM 8.5 PACKAGE ) and then installed Process center v8.5 using launchpad.exe , as it was giving db related errors when I was trying to install directly from launchpad.exe in BPM package I think IBM installation manager got installed when I was installing IBM BPM V8.5.
Please guide
Error says Installation Manager has been already installed in different location.
I would suggest to open Installation Manager from Start, then
In Installation Manager, File - > Preferences -> Add repository.config
if 32 bit operating system - repository.config location (C:\IBM_Process_Designer\IM)
if 64 bit operating system - repository.config location (C:\IBM_Process_Designer\IM64)
enter image description hereI've just installed Docker for Windows on latest Windows 10 Pro. Docker starts and passes the install tests eg docker run hello-world. However, i am unable to successfully download and run the Microsoft DocumentDB emulator. I've followed the instructions:
"Once you have Docker for Windows installed, you can pull the Emulator image from Docker Hub by running the following command from your favorite shell (cmd.exe, PowerShell, etc.)"
docker pull microsoft/azure-documentdb-emulator
From screenshot you can see that the container downloading fails with an "unknown blob" error. Any ideas on how to fix this?
Thanks.
When you run "docker version" in cmd.exe, is the server version Linux/amd64? If so, you need to switch so that the server OS is Windows. To do that, go to the taskbar and right click the docker whale icon, and then click "Switch to Windows containers". You'll then have to restart your machine.
Keep getting this message trying to install Apache Flex.
Happens after Flex wants to know which directory is to hold the installation.
INSTALLATION ABORTED
Win 8.1 laptop . I follow the instructions.
Please help.Is there a fix to this problem? I select
Apache Flex\Apache Flex SDK Installer\newfolder (?)
The installation problem is due to one of these 3 reason:
1 - windows security problem : solution : try running the installer as administrator - "run as administrator".
2 - path of installation problem: some folders name are too long : choose a short folder name "in C:/ for example"
3 - internet connection problem.
The apache flex sdk "installer" is an air application this is not really an installer, it just download choosen parts of apache flex framework - a downloader
I am installing Glassfish 3 on eclipse kepler. But, I am getting the following problem
Why I am getting this problem?.
How can I overcome this error to install glassfish server.
Please help me.
Thanks in Advance
As you can see on your screenshot the error message says that Glassfish needs a full Java JDK and not a JRE, like you selected.
If you have already installed a JDK choose that instead of "Default JRE".
If you didn't already install a JDK, do that and register it in your Eclipse (Settings -> Java -> Installed JREs).