摘要:
创建一个Android App项目后,直接启动调试发现Visual Studio Emulator for Android已成功运行,但应用始终处于Build中(等待时间超过1小时),并未如预期通过adb部署到模拟器中。将应用直接导出apk,拖拽至模拟器直接部署,提示:File transfer f... 阅读全文
摘要:
Visual Studio 2013安装了Windows Azure SDK 2.7,但启动Emulator调试时,出现如下错误:Error: The installed Windows Azure Emulator does not support the role binaries. Pleas... 阅读全文
摘要:
Windows Azure的时区默认使用UTC,如果是VM可以直接修改,但Azure Web Apps的隔离性导致我们无法进行设置。应用系统使用DateTime.Now的地方很多,不可能做出一一修改。现在可以通过WEBSITE_TIME_ZONE解决该问题,操作如下:1、选择要设置的Web App,... 阅读全文