XAML WP8中的错误描述

时间:2014-02-15 12:24:34

标签: wpf xaml windows-phone-8

我的WP8项目中有这个警告,但它不会损害程序。你能告诉我那是什么吗?

Warning The predefined type 'System.Tuple' is defined in multiple assemblies in the global alias; using definition from 'c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\WindowsPhone\v8.0\mscorlib.dll'    C:\Users\Rony Fhebrian Yusuf\documents\visual studio 2012\Projects\Help!\Help!\CSC

1 个答案:

答案 0 :(得分:0)

正如Romasz所说,你可能有多个定义相同类型的程序集。

要消除任何可能的歧义,您可以使用Type的完整路径,例如:'A.B.C.TheType'。