我尝试按照this link将asp.net网站迁移到windows azure.A Convert to Web Application
当我尝试调试时出现以下错误。
Error 106 WAT070 : The referenced assembly path\Something.dll was not found. Please make sure to build the role project that produces this assembly before building this Windows Azure Cloud Service Project. C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure Tools\1.8\Microsoft.WindowsAzure.targets 1253 5 TestCloud
我尝试添加来自C:\Program......
的引用,但它不起作用。错误是什么以及如何解决此错误。谢谢。