本文介绍了帮助...重建后的警告...帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

陷入恐慌 ...

突然 何时 重新编译 我的项目 in VB10 ,我 出现 ii 以下警告:

警告1: 类型 进口商遇到 属性 getter ' sessionPlaylistCount '类型' WMPLib.IWMPNowPlayingHelperDispatch '不有效的 返回类型 . 进口商 尝试 导入此属性 作为 方法 代替.

警告2 : 至少一个 参数用于' IWMPGraphEventHandler.NotifyAcquireCredentials '不能 被封送 运行时 marshaler . 这样 参数 通过 作为 指针因此 可能 需要 不安全的代码 进行操作 .

发​​生了什么 发​​生了 ? 我怎么能 解决这个问题吗? x 是否令人烦恼 稳定性应用程序的?

Hi all,

are in a panic ...

suddenly when recompile my projectin VB10, I appear iifollowing warnings:

Warning 1: Type library importerencountered a property getter 'sessionPlaylistCount' ontype 'WMPLib.IWMPNowPlayingHelperDispatch' withouta valid return type. The importer will attempt to import thisproperty as a method instead.

Warning 2: At least one of the argumentsfor 'IWMPGraphEventHandler.NotifyAcquireCredentials'can not be marshaled by the runtimemarshaler. Such arguments will be passed as a pointerTherefore and may require unsafe code to manipulate.

What has happened? how can I fix this? x is disturbing the stabilityof the application?

推荐答案


这篇关于帮助...重建后的警告...帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 19:59