PageMethods.GetManualSignStatisticsForDataTable(ManualSignStatistics);
错误信息是
The server method 'GetManualSignStatisticsForDataTable' failed with the following error:System.InvalidOperationException-- A circular reference was detected while serializing an object of type 'System.Reflection.Module'.
根据'System.Reflection.Module'在网上查了半天,好象是配置文件的问题,但按照他们的解决方法都不行,仔细一看虽然都是'System.Reflection.Module'错误,但好象都不太一样- -我的没有进入
function ManualSignStatistics(result)
{
    alert(1);
}
实在不明白..