TFS Deployment to Azure Error: cannot find ClientPerfCountersInstaller.exe -


i configured our implementation use azure caching provider maintain session state between cloud instances described here: http://msdn.microsoft.com/en-us/library/windowsazure/gg185668.aspx

this created new startup task on csdef file fails error:

c:\program files (x86)\msbuild\microsoft\visualstudio\v11.0\windows azure tools\2.0\microsoft.windowsazure.targets (987): cloudservices64 : cannot find file named 'approot\bin\microsoft.windowsazure.caching\clientperfcountersinstaller.exe' startup task microsoft.windowsazure.caching\clientperfcountersinstaller.exe install of role myrole.web.

the .exe in nuget package , in main folder included in source control tfs uses deployment.

i found previous question addresses same issue: azure deployment error: cannot find clientperfcountersinstaller.exe

but accepted answer states delete startup task installs .exe needed caching take place.

make sure .exe marked copyalways copied \bin directory.

to so, right click on .exe in visual studio , select properties. make sure looks this:

copy property setup


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -