Microsoft JScript 运行时错误: Sys.ArgumentException: Value is not the name of the type being registered or the name is a  reserved word.
Parameter name: typeName出现上面的错误,有谁遇到过吗?如何解决出现的位置: if (parsedName !== this) throw Error.argument('typeName', Sys.Res.badTypeName);       if (window.__registeredTypes[typeName]) throw Error.invalidOperation(String.format(Sys.Res.typeRegisteredTwice, typeName));