Foxtable(狐表)用户栏目专家坐堂 → 升级到net 4.0 ,foxweb新建项目提示出错


  共有2119人关注过本帖树形打印复制链接

主题:升级到net 4.0 ,foxweb新建项目提示出错

帅哥哟,离线,有人找我吗?
iliksou
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:幼狐 帖子:118 积分:1482 威望:0 精华:0 注册:2012/5/29 22:16:00
升级到net 4.0 ,foxweb新建项目提示出错  发帖心情 Post By:2019/6/8 18:31:00 [显示全部帖子]

升级到net 4.0 ,框架库文件(更新时间:2019-05-29),新建foxweb项目提示
“创建用户库文件出错!请检查是否被外部程序使用中...”

 回到顶部
帅哥哟,离线,有人找我吗?
iliksou
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:幼狐 帖子:118 积分:1482 威望:0 精华:0 注册:2012/5/29 22:16:00
  发帖心情 Post By:2019/6/9 14:54:00 [显示全部帖子]

还是不行,错误日志:


[2019-06-09 14:51:10.9391]
异常信息:Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
异常对象:FoxWebDesigns
调用堆栈:
at FoxWeb.JsonHelper.ToJson(Object o_fromObject, Boolean b_isIgnoreNullValue)
   at FoxWeb.EntityBase.ToJson(Boolean b_isIgnoreNullValue)
   at FoxWeb.FoxWebFolder.BuildUserFoxWebFile(String fileName, String frameName)
触发方法:ToJson



[2019-06-09 14:51:13.6745]
异常信息:Exception has been thrown by the target of an invocation.
异常对象:mscorlib
调用堆栈:
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at FoxWeb.DClassHelper.GetObject[T](String c, String cn, String meth, Object[] parameters)
   at FoxWeb.DClassHelper.GetZipObject[T](WebFileTypeEnum fileType, String zipFilePath, Boolean isNew)
   at FoxWeb.WebZipFile.GetzipFileText(String fileName, String zipFilePath, WebFileTypeEnum fileType)
触发方法:_InvokeMethodFast


 回到顶部