Azure Deployment Error: cannot find ClientPerfCountersInstaller.exe -
i tried setting preview cache azure on existing site , deployment, had abort due errors. since next error when seek , deploy azure...
cannot find file named approot\bin\microsoft.windowsazure.caching\clientperfcountersinstaller.exe
this file exist on disk, presuming approot base of operations folder asp project.
any ideas , help appreciated, banging head against wall currently!
found solution. servicedefinition.csdef file had new startup task had been created somehow during cache setup process. removing superfluous task resolved issue , cannot see downwards side or negative impact.
commented out line shown below...
<startup priority="-2"> <!--<task commandline="microsoft.windowsazure.caching\clientperfcountersinstaller.exe install" executioncontext="elevated" tasktype="simple" />--> </startup>
deployment azure
No comments:
Post a Comment