安装VS 2015完成后,VS2012 打开报错 打开VS2012Web项目,弹出错误提示: asp.net 4.0 has not been registered on the web server. you need to manually configure…… 解决办法: 微软官方下载补丁包,安装: https://support.microsoft.com/en-us/kb/3002339 再次从打开VS2012 打开Web项目OK了.
安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Elapsed time: 0 00:03:59).Product: NuGet -- A later version of NuGet is already installed. Setup will now exit. 安装文件:AspNetMVC3To
由于需要需要配置一个发布订阅,可是一直报告:" sql server 复制需要有实际的服务器名称才能连接到服务器,不支持通过别名.ip地址或其他任何备用名称进行连接.请指定实际的服务器名称“xxxx”(Replication Utlities)." 经过一番分析发现是在安装完sql server 后修改过机器名称,运行下面两条语句既可以看出来: use master select @@servername: select serverproperty('servername
centos 上安装mysql密码修改后还是不能连接出现错误:ERROR 1142 (42000): SELECT command denied to user ''@'localhost' for table 'user' 解决方法: 1.退出mysql mysql> quit; Bye 2.执行下面语句 [root@localhost 桌面]# mysqld_safe --skip-grant-table 3.删除空用户 mysql -uroot mysql delete from