I have a VS2010 SL4 project which uses an external Silverlight DLL. The project is localized with multiple RESX files, and the DLL is, too. I usually include external DLLs in my solutions as follows:
I have a whole list of validation rules that are either warnings (can continue) or fatal (cannot continue).
I\'m using 开发者_运维百科Silverlight 4.0 and I need to know the process to deploy a Silverlight Application in IIS and requirements to host silverlight application.
My Silverlight 4 app allows dragging from a ListBoxDragDropTarget to a PanelDragDropTarget. The application has Person objects that are models representing people, and PersonControl user controls tha
How do I call a silverlight application from anothe开发者_如何学Gor silverlight application. I want to do it when User RMB click on the menu item on the treeview from first application.
I\'ve registered two messages: Messenger.Default.Register<NotificationMessage<DriverEventItem>>(this, NotificationMessageReceived);
About my application: Application built in silver light. It upload the file into server and reads all the records from the file and validates it and Inserts into database table.
Does RhinoMocks work with SilverLight 4? If not, are there any alternatives? I know that RhinoMock 3.5 has been ported to SilverLight, but I cannot find the dll file开发者_运维问答, because I every
I have a control, when I need dislay person with two column: -fullname -best friend The problem is , that property BestFriend on Person is an object.
I\'ve found the example at telerik forum of binding enum to radgridview, but it doesn\'t work hwo I need, and I need it on today, so i need a help.