Victor
Victor

Reputation: 555

How to Build the WP7 app in Release mode?

I have develop a application in Windows phone7,it is working while i build the application in Debug mode.But ,when i try to build the application in release mode then controls are not find for example i am using

      internal Microsoft.Phone.Controls.DatePicker DateToDialIn;

      internal Microsoft.Phone.Controls.TimePicker TimeToDialIn;

      internal Microsoft.Phone.Controls.ListPicker lstPickerLocation;

These controls are not find please help me why these controls are not find ... in Release mode

Upvotes: 1

Views: 861

Answers (2)

fxdxpz
fxdxpz

Reputation: 1989

Right click on Reference -> Choose Properties -> Set Copy Local to True

Upvotes: 1

De ruige
De ruige

Reputation: 347

Make sure to include your references in your folder and have the 'copy local' set to true.

Upvotes: 1

Related Questions