我的环境:
Win 7 + VS 2008 SP1 + Nod32 3.0
项目启动后Firefox里能打开但IE里始终无法显示。上网查找结果如下:
http://www.cnblogs.com/jxyxhz/archive/2009/01/07/1370834.html
解决办法:
进入NOD32的高级设置(F5),Web访问保护,HTTP,Web浏览器,会看到一个程序列表你的devenv.exe应该在其中,双击前面的勾(相当于去掉选中状态),确定退出。重新打开vs再调试一下,问题解决。
(我顺便关了好多程序呵呵。)
posted @ 2009-09-15 21:54 小痕 阅读(157) 评论(0) 编辑
原文中写道:
By default the LINQ to SQL designer automatically "pluralizes" table and column names when it creates
classes based on a database schema. For example: the "Dinners" table in our example above resulted in
a "Dinner" class.
但在我的VS2008中文版中Dinners表直接就成了Dinners类。。。
查找的结果发现是默认设置的问题:
工具->选项->数据库工具(若没有出现则勾选“显示所有设置”)-》O/R Designer中启用改为true
P.S. 刚参加了一个rails项目,对比之下ASP.NET MVC的道路还很长呀~
posted @ 2009-09-15 19:36 小痕 阅读(213) 评论(0) 编辑

