Windows phone 7 如何在发布模式下构建WP7应用程序?

Windows phone 7 如何在发布模式下构建WP7应用程序?,windows-phone-7,silverlight-4.0,Windows Phone 7,Silverlight 4.0,我已经在WindowsPhone7中开发了一个应用程序,当我在调试模式下构建应用程序时,它正在工作。但是,当我尝试在发布模式下构建应用程序时,找不到控件,例如我正在使用的控件 internal Microsoft.Phone.Controls.DatePicker DateToDialIn; internal Microsoft.Phone.Controls.TimePicker TimeToDialIn; internal Microsoft.Phone

我已经在WindowsPhone7中开发了一个应用程序,当我在调试模式下构建应用程序时,它正在工作。但是,当我尝试在发布模式下构建应用程序时,找不到控件,例如我正在使用的控件

      internal Microsoft.Phone.Controls.DatePicker DateToDialIn;

      internal Microsoft.Phone.Controls.TimePicker TimeToDialIn;

      internal Microsoft.Phone.Controls.ListPicker lstPickerLocation;

这些控件找不到请帮助我为什么这些控件找不到。。。在发布模式下

确保将引用包括在文件夹中,并将“复制本地”设置为true。

右键单击引用->选择属性->将复制本地设置为true

Hi。。我的项目解决方案中包含了引用。我可以在其中将“复制本地”设置为true。我不知道如何设置,请帮助我。您可以在项目引用页面的右下角“属性”屏幕上设置“复制本地”。