停灯向晓  
07 2012 档案
  • The name 'Profile' does not exist in the current context
    摘要:Visual Studio doesn't create the class on the fly when you're developing a "ASP.NET web application". There is a add-in here(http://www.gotdotnet.com/workspaces/workspace.aspx?id=406eefba-2dd9-4d80-a48c-b4f135df4127). with this add-in you can create the class. just follow the instructions in the readme file. 阅读全文
    posted @ 2012-07-17 09:22 kofkyo 阅读(791) 评论(0) 推荐(0)
  • 远程桌面超出了最大连接数的解决方法
    摘要:mstsc /v:211.211.0.5 /console 需要03的机器来连接03的服务器先说增加连接数,目前的两种方法,我明天去测试一下:(1)开始- 运行- gpedit.msc- 管理模板- Windows组件- 终端服务- 限制连接数量- 启用 TS允许的最大连接数(可修改,不过好像并没有解决我的问题,远程连接服务器还是提示超过了最大允许连接数)(2)开始- 运行- gpedit.msc- 管理模板- Windows组件- 终端服务- 限制连接数量- 选择“已禁用”,打开终端服务器配置-网卡-把那个允许最大连接数值改的大一些(经过我的测试,此种方法不可用,因为允许最大连接数不可修改, 阅读全文
    posted @ 2012-07-17 09:21 kofkyo 阅读(602) 评论(0) 推荐(0)
  • VS2010 sp1 - CLR20r3 crash
    摘要:本来用的好好的,不知道怎么就挂了,每次调试xslt都会出错,然后只能关闭重启,然后又出错。。。火了,重装,还没有解决问题,冲动啊,浪费两个小时网上查了一下http://social.msdn.microsoft.com/Forums/da-DK/vssetup/thread/d3608a82-62b7-43d8-9864-e86232c17d01应该是一些配置有问题1. Open Visual Studio Command Prompt (2010) under Start menu -> All Programs -> Microsoft Visual Studio 2010 - 阅读全文
    posted @ 2012-07-17 09:20 kofkyo 阅读(394) 评论(0) 推荐(0)
  • 让Visual Studio 2008 和 2010支持Web Services Enhancements (WSE) 3.0
    摘要:/* from:http://digantakumar.com/2010/06/04/wse-3-in-visual-studio-2008-and-2010/ */不翻居然图都看不到,真是个杯具,干脆拿过来吧VS2008和2010默认是不支持Web Services Enhancements (WSE) 3.0,因为MS希望用WCF来代替。下面是关于让Visual Studio 2008 和 2010支持Web Services Enhancements (WSE) 3.0的一个解决方法。1. 下载并且安装WSE 3.0。确认安装已经成功。注意:安装前关闭Visual Studio。2. 打 阅读全文
    posted @ 2012-07-17 09:19 kofkyo 阅读(372) 评论(0) 推荐(0)