JeffreySu / WeiXinMPSDK

微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
https://weixin.senparc.com
Apache License 2.0
8.43k stars 4.35k forks source link

调用ComponentContainer.TryGetComponentAccessToken()方法时报错 #171

Closed xbotter closed 8 years ago

xbotter commented 8 years ago

找不到方法:“System.Collections.Generic.Dictionary2<System.String,!0> Senparc.Weixin.Containers.BaseContainer1.get_ItemCollection()”。 在 Senparc.Weixin.Open.ComponentAPIs.ComponentContainer.CheckRegistered(String componentAppId) 在 Senparc.Weixin.Open.ComponentAPIs.ComponentContainer.TryRegister(String componentAppId, String componentAppSecret, Boolean getNewToken)

xbotter commented 8 years ago

从Nuget下载的版本 抛出错误,从源码自行编译 之后 问题解决