GlassMapper - 找不到布尔方法HasValue

时间:2015-11-30 13:54:23

标签: sitecore glass-mapper

刚刚在新的Sitecore 8.1解决方案上安装了glass mapper,一旦我加载了网站,我就会收到以下错误 - 屏幕截图中的更多细节。

有什么想法吗?

找不到方法:'布尔值Glass.Mapper.ExtensionMethods.HasValue(System.String)'。

enter image description here

1 个答案:

答案 0 :(得分:1)

我猜你从旧版本的GlassMapper

引用了错误的Glass.Mapper.dll

你能检查一下你是否有这种方法

  /// <summary>
/// Indicates whether the specified string has a value, i.e. Not null or empty
/// 
/// </summary>
public static bool HasValue(this string target)
{
  return !ExtensionMethods.IsNullOrEmpty(target);
}

在类Glass.Mapper.ExtensionMethods

我查看了GlassMapper vers 4.0.5