Foxtable(狐表)用户栏目专家坐堂 → [求助]关于Json的报错


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

主题:[求助]关于Json的报错

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


加好友 发短信
等级:一尾狐 帖子:476 积分:5695 威望:0 精华:0 注册:2016/1/28 2:59:00
[求助]关于Json的报错  发帖心情 Post By:2024/7/30 10:46:00 [只看该作者]

Dim static1 As New JObject
static1 = reabamsdkopenapi.sign.getSignJson(jo.tostring, "123456")


图片点击可在新窗口打开查看此主题相关图片如下:微信图片_20240730104557.png
图片点击可在新窗口打开查看


请问这是什么错误 需要如何纠正呢?
[此贴子已经被作者于2024/7/30 10:46:53编辑过]

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


加好友 发短信
等级:超级版主 帖子:109463 积分:556971 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2024/7/30 11:05:00 [只看该作者]

http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=192810&skin=0,看9楼

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


加好友 发短信
等级:一尾狐 帖子:476 积分:5695 威望:0 精华:0 注册:2016/1/28 2:59:00
  发帖心情 Post By:2024/7/30 11:10:00 [只看该作者]

以下是引用有点蓝在2024/7/30 11:05:00的发言:
http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=192810&skin=0,看9楼

这个试了 金蝶的可以,但是现在是另一个系统的SDK,这个就报一楼的错误


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


加好友 发短信
等级:一尾狐 帖子:476 积分:5695 威望:0 精华:0 注册:2016/1/28 2:59:00
  发帖心情 Post By:2024/7/30 11:18:00 [只看该作者]

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
      <section name="Foxtable.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
    </sectionGroup>
  </configSections>
  <system.diagnostics>
    <sources>
      <!-- 本部分定义 My.Application.Log 的登录配置-->
      <source name="DefaultSource" switchName="DefaultSwitch">
        <listeners>
          <add name="FileLog"/>
          <!-- 取消以下部分的注释,以写入应用程序事件日志-->
          <!--<add name="EventLog"/>-->
        </listeners>
      </source>
    </sources>
    <switches>
      <add name="DefaultSwitch" value="Information"/>
    </switches>
    <sharedListeners>
      <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
      <!-- 取消以下部分的注释,并用应用程序名替换 APPLICATION_NAME,以写入应用程序事件日志-->
      <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
    </sharedListeners>
  </system.diagnostics>
  <userSettings>
    <Foxtable.My.MySettings>
      <setting name="LastDate" serializeAs="String">
        <value/>
      </setting>
      <setting name="LoadDate" serializeAs="String">
        <value/>
      </setting>
    </Foxtable.My.MySettings>
  </userSettings>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="C1.C1Zip.4"
          publicKeyToken="79882d576c6336da"
          culture="neutral" />
        <bindingRedirect oldVersion="4.0.20191.359" newVersion="4.0.20183.338" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="C1.Win.Bitmap.4"
          publicKeyToken="944ae1ea0e47ca04"
          culture="neutral" />
        <bindingRedirect oldVersion="4.0.20183.338" newVersion="4.0.20191.359" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="C1.C1Excel.4"
          publicKeyToken="79882d576c6336da"
          culture="neutral" />
        <bindingRedirect oldVersion="4.0.20191.359" newVersion="4.0.20183.338" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="12.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <AppContextSwitchOverrides value="Switch.UseLegacyAccessibilityFeatures=false;Switch.UseLegacyAccessibilityFeatures.2=false;Switch.UseLegacyAccessibilityFeatures.3=false" />
  </runtime>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>


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


加好友 发短信
等级:超级版主 帖子:109463 积分:556971 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2024/7/30 11:26:00 [只看该作者]

一样的设置的,如果不行就没有办法了

试试
<bindingRedirect oldVersion="4.0.0.0-11.0.0.0" newVersion="12.0.0.0" />

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


加好友 发短信
等级:一尾狐 帖子:476 积分:5695 威望:0 精华:0 注册:2016/1/28 2:59:00
  发帖心情 Post By:2024/7/30 11:38:00 [只看该作者]

以下是引用有点蓝在2024/7/30 11:26:00的发言:
一样的设置的,如果不行就没有办法了

试试
<bindingRedirect oldVersion="4.0.0.0-11.0.0.0" newVersion="12.0.0.0" />

还是这样的报错
……(包含类型Newtonsoft.Json.Ling.Jobject”)的引用。请在项目中添加一个……

[此贴子已经被作者于2024/7/30 11:39:31编辑过]

 回到顶部