Error : WAT070 : The referenced assembly was not found. Please make sure to build the role project that produces this assembly before building
Error : WAT070 : The referenced assembly was not found. Please make sure to build the role project that produces this assembly before building
我正在尝试为 Azure 云服务(Microsoft Azure 云服务项目)创建构建定义以自动化我的构建过程,但我在 TFS Online 中的构建步骤中遇到以下错误。
Error WAT070 The referenced assembly was not found D:\a\s\Python\WebRole1\WebRole1.exe". Please make sure to build the role project that produces this assembly before building this Microsoft Azure Cloud Service Project.
我正在尝试使用 azure Flask 托管 python API。
我从 VS2015 手动部署(在本地机器上)。它工作正常。
但是,我检查了构建顺序也没有问题。它首先具有 Web 角色,其次是云服务。我仍然遇到同样的错误。
注意:我在一个解决方案中有两个云服务项目。
我在构建具有某些功能尚未实现的新项目时遇到此错误。如:throw new NotImplementedException();
。我只是实现了这个功能,错误被扔掉了。
我的构建错误由于某种原因没有出现在错误列表中 window。我检查了输出 window,在构建结束时出现了两个错误。一旦这些问题得到解决,构建就可以完成。
我正在尝试为 Azure 云服务(Microsoft Azure 云服务项目)创建构建定义以自动化我的构建过程,但我在 TFS Online 中的构建步骤中遇到以下错误。
Error WAT070 The referenced assembly was not found D:\a\s\Python\WebRole1\WebRole1.exe". Please make sure to build the role project that produces this assembly before building this Microsoft Azure Cloud Service Project.
我正在尝试使用 azure Flask 托管 python API。 我从 VS2015 手动部署(在本地机器上)。它工作正常。
但是,我检查了构建顺序也没有问题。它首先具有 Web 角色,其次是云服务。我仍然遇到同样的错误。
注意:我在一个解决方案中有两个云服务项目。
我在构建具有某些功能尚未实现的新项目时遇到此错误。如:throw new NotImplementedException();
。我只是实现了这个功能,错误被扔掉了。
我的构建错误由于某种原因没有出现在错误列表中 window。我检查了输出 window,在构建结束时出现了两个错误。一旦这些问题得到解决,构建就可以完成。