webforms - Exception in executing publishing in VS2013 -


i have asp.net web forms template individual accounts without modifications. when try publish application web server i'm receiving following error:

exception in executing publishing: cannot load file or assembly 'microsoft.visualstudio.web.azure.contracts, version=2.0.0.0, culture neutral, publishkeytoken=b03f5f7f11d50a3a' or 1 of dependencies. system cannot find file specified.

has else ever received error? i'm getting error message after right click on project , select 'publish'. i've done googling haven't found solutions.

i'm not sure if matters, version of vs i'm using visual studio professional 2013 , webforms project .net 4.5

any or direction appreciated. thanks!

you need install windows azure sdk .net (vs 2013) following these steps:

  1. go http://www.windowsazure.com/en-us/downloads , on click “vs 2013 install” link under .net category
  2. download , install windows azure sdk installer uses microsoft’s wpi (web platform installer)

http://digital.voyage/2014/03/28/exception-in-executing-publishing-error-in-vs2013/


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -