Windows Azure Tools: Error: Unable to find nativerd.dll - iis

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.

Related

How to resolve iisconfigurator .exe has stopped working?

I using visual studio 2012,i have a problem when i debug my project it shows this error.How can i resolve this .
Try to install the IIS Management Console.
I found this post: http://flummox-engineering.blogspot.com/2012/07/iisconfiguratorexe.html, but I didn't need to install "Internet Infromation Services Hostable Web Core", only the management console.
I'm running w8
http://i.stack.imgur.com/XtkjD.png

VS 2012 missing prerequisite error

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

Error WAT080 : Failed to locate the Windows Azure SDK. Please make sure the Windows Azure SDK v2.0 is installed

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 .

Azure Emulator - Could not load file or assembly

All.
I've got Azure SDK 1.7 installed.
All the assemblies in the solution are compiled with 'Any CPU' set up. But one of them fails when i start the solution in Azure emulator on my machine.
The error is very strange: "Could not load file or assembly 'XXX' or one of its dependencies. is not a valid Win32 application."
It becomes more complicated to find the reason, cause on the other machine everything works fine. Also I have no error when deploy it to Azure environment.
Tried to start emulator using IIS Express 8 and full IIS. Also tried to enable 32bit apps support when hosted under full IIS. Converted project to use 1.8 SDK.
But with no success.
Here is also some info from Visual Studio General output. Seems, here is the reason for the issue.
Windows Azure Tools: Warning: Unable to delete file fr000001.xml.
Windows Azure Tools: Warning: Unable to delete file fr000002.xml.
Windows Azure Tools: Warning: Unable to delete file fr000001.xml.
Windows Azure Tools: Warning: Unable to delete file fr000002.xml.
Windows Azure Tools: Warning: Unable to delete file fr000001.xml.
Windows Azure Tools: Warning: Unable to delete file fr000002.xml.
Windows Azure Tools: Warning: Unable to delete file fr000001.xml.
Windows Azure Tools: Warning: Unable to delete file fr000002.xml.
Windows Azure Tools: Warning: Unable to delete directory deployment17(397)
Couldn't find the process that can create such behavior. Of course, tried to restart my machine and to remove all the readonly properties from project files.
Will be glad to see any possible solution.
Thanks in advance.
Ok. I've found the source of problem.
When installed RedGate .NET Reflector, it created environment variable with name DEVPATH.
It's value is: "C:\ProgramData\Red Gate.NET Reflector\DevPath"
I've looked through this path and found there obsolete dll for my project. As result, it searched for the reference as it performs with GAC and always found incorrect one.
Removed and everything works.

Error in installing Azure tools in VS 2010

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.

Resources