I am trying to install Microsoft Azure tools in VS 2010 ultimate trial version in Windows 7 OS. But I am getting following error ::
Error 0x80070643: Failed to install MSI package.
Error 0x80070643: Failed to execute MSI package.
Error 0x80070643: Failed to configure per-machine MSI package.
Error 0x80070643: Failed to execute MSI package.
I have searched for this error alot but did not get appropriate solution. Somewhere I read that Microsoft Web Developer needs to be installed. I have installed it too but still getting the same error. can anyone help me with this error? Could you also provide me some link and guidelines..
Have you tried installing the Azure emulator?
See here
Are you installing from the web platform installer? That should install everything needed.
I ran into the same problems installing it stand-alone, then downloaded the web platform installer and logged in on my admin account. Everything got installed correctly from there.
Related
When I install the Acumatica Framework on Microsoft Windows 64 bit, I get the following error:
**
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package.This error code
is 2229.
**
Your installation package is most likely corrupt. Try downloading it again.
I'm trying to install a package on the Visual Studio 2012 environment using NuGet. For at least two packages (EntityFramework and nLog) I'm getting following error:
Install failed. Rolling back...
Extensibility DTE object unavailable.
Visual Studio is running as an administrator. Operating system is Windows Server 2008 R2 Enterprise. I use NuGet 2.0.30625.9003.
Moreover when VS is starting it throws following exception:
Advises I have found on the Internet to run devenv /ResetSettings or devenv /ResetSkipPkgs and then devenv /Setup but none of this has solved the issue in my case. Is there any way to mend it without re installing VS?
Try updating NuGet to the latest version. The version you're running is pretty old. Even if it won't help, it's a good idea to update it.
I am using visual studio 2012. I have already installed the Windows Azure SDK on my system. I am still getting the following error:
The system is missing a prerequisite to execute the service
.IISExpress Development certificate is not installed.
Can you check does your system met all the requirements of installing Azure SDK
If your system meets all the requirements, then try to install the missing components from Web Platform Installer of Azure
I have installed the windows azure sdk2.0 manually from the following link
http://www.microsoft.com/en-in/download/confirmation.aspx?id=38797
I could run my cloud project but when i added a new cloud project and try to compile it is giving build error
Error WAT080 : Failed to locate the Windows Azure SDK. Please make sure the Windows Azure SDK v2.0 is installed
I am unable to figure out the problem.Any help would be appriciated.
Uninstall your current azure, then install it again by using the Web Platform Installer .
I am using VS2010 for a simple Windows Azure project, When I run the project I get error
following error
Windows Azure Tools: Error: IIS is not installed
Windows Azure Tools: Error: Unable to find nativerd.dll. Please verify that IIS is installed properly.
Windows Azure Tools: The system is missing a prerequisite to execute the service. Please see the release notes.
I have IIS 8 Express installed already, what else should I install to get rid of this error? Also installed VS2010SP1AzurePack.2E2.2E1
Any help would be much appriciated.
Regards,
Mansoor.
Turned out that IIS feature was not enabled in Windows Features...!
It worked after I enabled it.