Azure的部署错误:无法找到ClientPerfCountersInstaller.exe [英] Azure Deployment Error: cannot find ClientPerfCountersInstaller.exe

查看:182
本文介绍了Azure的部署错误:无法找到ClientPerfCountersInstaller.exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近尝试在现有网站和部署,这我不得不因错误中止设置为Azure中preVIEW缓存。不过从那时起我现在得到以下错误,当我尝试部署到Azure中...

I recently tried setting up the Preview Cache for Azure on an existing site and deployment, which I had to abort due to errors. However since then I now get the following error when I try and deploy to Azure...

找不到指定文件为approot \\ BIN \\ Microsoft.WindowsAzure.Caching \\ ClientPerfCountersInstaller.exe

此文件不存在于磁盘上,presuming为approot是我的ASP项目的基本文件夹。

This file does exist on disk, presuming approot is the base folder for my ASP project.

任何想法和大大有助于AP preciated,我敲我的头靠在目前在墙上!

Any ideas and help greatly appreciated, am banging my head against the wall currently!

推荐答案

找到了解决办法。该文件ServiceDefinition.csdef中有这样的已经在缓存设置过程中莫名其妙地创建一个新的启动任务。删除此多余的任务,解决了问题,我看不到任何一面或负面的影响。

Found the solution. The ServiceDefinition.csdef file had a new startup task that had been created somehow during the cache setup process. Removing this superfluous task resolved the issue and I cannot see any down side or negative impact.

注释掉线如下...

<Startup priority="-2">
  <!--<Task commandLine="Microsoft.WindowsAzure.Caching\ClientPerfCountersInstaller.exe install" executionContext="elevated" taskType="simple" />-->
</Startup>

这篇关于Azure的部署错误:无法找到ClientPerfCountersInstaller.exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆