English 中文(简体)
F. 不详的“空间窗口”电话 7
原标题:Undefined namespace windows phone 7

我在工作计划7中写这句话,我需要把它放在项目上。

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

                xmlns:Controls="clr-namespace:Chat.Controls">

我发现这一错误。

Error   7   Undefined CLR namespace. The  clr-namespace  URI refers to a namespace  Chat.Controls  that is not included in the assembly.    C:UsersAminDocumentsVisual Studio 2010ProjectsChatChatWP7_ChatControl.xaml 4   36  Chat

是否需要增加集会?

问题回答

Doing xmlns:Controls=“clr-namespace:Chat.Controls” means that You re use a namespace local to the present Assembly (in the same project as that part of XAML), but the Editorer states that it doesn t existence.

因此,你要么有错的名称空间,要么在名称空间后重新失踪(例如<条码>xmlns:Controls=“clr-namespace:Chat.Controls;assembly=Chat.Controls>)。





相关问题
System.Json namespace missing from Windows Phone 7

During a Mix10 presentation, the presenter (Charlie Kindel) said that when writing Silverlight based apps for WP7 you get all of Silverlight 3.0 with some of Silverlight 4.0 mixed in. Why then is ...

Will Windows Phone 7 Support Multitasking third party apps

Obviously it s early days, I do not know whether this is information that is in the public domain or not yet, but... I have trawled through some of this site - http://www.windowsphone7series.com/ but ...

Windows Series Phone 7 "Cloud"

I have been reading up on "Cloud computing" on here and still not getting it. Basically I want to develop for the WP7 http://msdn.microsoft.com/en-us/library/ff402531%28v=VS.92%29.aspx#...

Windows Phone 7 Tab Pages (page cycle)

I know.. I know, it s only a few hours old. But how the hell do you get the little page tabbing/cycle (forgot what the official name is) on the top of the page under the app title. MIX Keynotes made ...

Recording audio from the microphone in Windows Phone 7 Series

I m wondering if anyone has any code samples or links to documentation that demonstrate how to capture audio from the device s microphone on the new Windows Phone Series 7. I ve recently downloaded ...

Resources for Windows Phone 7 development [closed]

Windows Phone 7 has been unveiled and MS have announced all details of the development chain at the Mix10 conference. So this could be a good starting point/collection of online resources as they ...

热门标签