摘要: 接上篇,当在SharePoint Designer里面,用编写的.Net Assembly创建External List的时候,一直提示错误“No Finders available in the View Group associated with the SpecificFinder (Read Item) operation ‘ReadItem’ on Entity (External Content Type) with Namespace = ‘..’, Name = ‘..’. The list cannot be created.” 提示信息不是很明确,多方查找原因,由于粗心,多 阅读全文
posted @ 2011-01-20 15:48 Kevwan 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 在SharePoint多语言网站中,我们经常需要编程获取当前用户选择的语言。在下面的示例中,我从英文界面切换到德语界面。我们可以从sharePoint的几个对象中,如SPWeb或SPUer中来看一下用户选择的语言。从上面的截图我们可以看到,要获取用户选择的语言,需访问System.Globalization.CultureInfo.CurrentUICulture,而其他的属性并没有改变,比如我们以为可能会变的SPContect.Current.Web.UICulture,属性还是原来的英文语言。 阅读全文
posted @ 2011-01-20 10:16 Kevwan 阅读(528) 评论(0) 推荐(1) 编辑