-
Notifications
You must be signed in to change notification settings - Fork 135
Description
System.OverflowException: 值对于 Int64 太大或太小。
在 System.Convert.ToInt64(UInt64 value)
在 System.UInt64.System.IConvertible.ToInt64(IFormatProvider provider)
在 System.Convert.ToInt64(Object value)
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1528
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1524
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertCustomAttributes(AstNode attributedNode, ICustomAttributeProvider customAttributeProvider, String attributeTarget) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1407
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertAttributes(EntityDeclaration attributedNode, TypeDefinition typeDefinition) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1126
在 ICSharpCode.Decompiler.Ast.AstBuilder.CreateType(TypeDefinition typeDef) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 311
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddType(TypeDefinition typeDef) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 270
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddAssembly(ModuleDefinition moduleDefinition, Boolean onlyAssemblyLevel) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 223
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddAssembly(AssemblyDefinition assemblyDefinition, Boolean onlyAssemblyLevel) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 185
在 Netjs.App.Run(Config config) 位置 C:\Users\ZhangFan\Desktop\Netjs\Netjs\App.cs:行号 134
在 Netjs.App.Main(String[] args) 位置 C:\Users\ZhangFan\Desktop\Netjs\Netjs\App.cs:行号 59