DatePicker - Probably a stupid question
hi,
this stupid question have spent day trying sort out. here code.
using
system.windows.controls.datepicker
... later...
datepicker m_date = new datepicker();
with using systemsystem.windows.controls.datepicker statement in error:
error 1 the type or namespace name 'datepicker' not exist in namespace 'system.windows.controls' (are missing assembly reference?) c:\_silverlightapps\example\example\mycommon\mybutton.cs 3 31 example
and new statement error
error 2 the type or namespace name 'datepicker' not found (are missing using directive or assembly reference?) c:\_silverlightapps\example\example\mycommon\mybutton.cs 240 9 example
i using silverlight 3 , vs 2008 express. got ideas? (other controls button working fine).
jaa
just want make sure, adding resource mean have right clicked resources folder under project in solution , added there, correct?
if have try removing datepicker using statement.
using system.windows.controls;
Silverlight > Programming Silverlight with .NET – General
Comments
Post a Comment