app提交market后,有一部分用户报这个 Exception: Requested Windows Runtime type 'CdnRuntime.CdnRuntimeComponent' is not registered.
CdnRuntimeComponent类,new CdnRuntimeComponent对象的时候在构造函数出错了。
StackTrace: at System.StubHelpers.StubHelpers.GetWinRTFactoryObject(IntPtr pCPCMD)
at CdnRuntime.CdnRuntimeComponent..ctor()
有人能解答一下吗?
1.为什么会找不到这个类呢?
2.为什么不是所有的用户都报这个类没有注册的异常呢?