27
02/2016
上传Azure Cloud Service程序,VS卡死,无法上传
突然有一天,我创建的Azure Cloud Service应用在publish的过程中,无法正常提交,VS2013卡死。我将代码回滚到最近一次成功提交的代码上,仍然产生同样的问题,无法提交。询问了Azure的技术人员,将我的所有代码拷贝了过去,问题重现。仍然没有找到解决方案。Azure技术人员分析,可能是VS2013的问题,因为他分析发现,在提交的过程中,VS试图删除Temp目录下的microso...
23
02/2016
System.IO.FileLoadException: Could not load file or assembly 'Microsoft.WindowsAzure.Configuration, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
创建Azure Cloud Service,本地能够正常编译,提交到Azure云平台上,提交失败。Download相关日志信息,发现报以下错误:2/22/2016 1:24:04
PM,1070001,Error,"ObserverWorkerRole is
running","{'Exp':'System.IO.FileLoadExcep...
19
02/2016
The type or namespace name XXX could not be found(are you missing using directive or an assembly reference?)
在vs2013中,一个项目引用另外一个项目,但是在编译的时候出现以下错误:The type or namespace name XXX could not be found(are you missing using directive or an&...
04
02/2016
在windows azure虚拟机上部署wordpress
开启windows Azure虚拟机调整虚拟机的时间/区域关闭ie enhanced security下载wampserver开放80端口TCP防火墙在Azure port上开启80终结点允许wamp远程访问,参考:http://www.cnblogs.com/zsdblog/p/3993931.html开机自动启动wampapache和wampmysql服务创建数据库安装wordpress