daixinet

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

03 2012 档案

摘要:SQL Server 2005中的类型与C#中的类型对应关系 <Language From="SQL" To="C#"> <Type From="bigint" To="long" /> <Type From="binary" To="object" /> <Type From="bit" To="bool" /> <Type From="char" To=&qu 阅读全文
posted @ 2012-03-31 09:00 daixinet.com 阅读(435) 评论(0) 推荐(0)

摘要:1、默认控件模板 Generic.xaml 一定要放在文件夹themes中,要不然找不到;一个小例子:下载 阅读全文
posted @ 2012-03-13 16:51 daixinet.com 阅读(187) 评论(0) 推荐(0)

摘要:这一段研究一下WF4,一个小小的问题就让我纠结半天,做一个问题汇总:1、There is no context attached to the incoming message for the service and the current operation is not marked with "CanCreateInstance = true".对于这个问题,出现的原因是,新添加的 WCF Workflow Service上的Receive活动的CanCreateInstance属性没有勾选,勾选上就OK了。如下图: 阅读全文
posted @ 2012-03-01 14:51 daixinet.com 阅读(195) 评论(0) 推荐(0)