Ask a question. Quick access. Search related threads. Remove From My Forums. Answered by:. Archived Forums. Programming Silverlight with.
NET — General. Hi Aasiya I am Dave, I will help you with this. Internet Explorer cannot be installed in Windows 11, it is not supported, it has been deprecated in Windows Silverlight also reached end of support on October 12, , Microsoft announced that a long time ago to give developers like myself time to move to newer technologies like HTML5 to replace their Silverlight content, Firefox was also the last other browser to support Silverlight and they also removed support for Silverlight.
Was this reply helpful? Yes No. Sorry this didn't help. Thanks for your feedback. Microsoft discontinued both years ago. I guess the only option for me is to contact developer of the software that we use which requires to run silverlight. August 27th, , AM 1. Join Date Jul Posts 6. Convert WinForm to Silverlight?? Anyone had an experience with doing something like that? September 2nd, , AM 2. Join Date Sep Posts 4. Re: Convert WinForm to Silverlight?? I found that it was the best way for me to do so.
I know that now they have a silverlight beta that will alow this. December 3rd, , PM 3. Join Date Oct Posts Happy Developing Larry Although I work for Microsoft as an architect evangelist my opinions and occasional errors are my own and are not to be misconstrued as Microsoft's.
Press F5 to compile and run the application. Note: An error will occur once the Silverlight application loads. This is due to a cross domain call that is being made from Silverlight to the WCF service. This service uses a different port than the Silverlight host Web project, which causes this cross domain exception to be thrown. To fix this cross domain issue, rename the existing clientaccesspolicy. Press F5 to compile and run the application again.
Now the data loads in the ComboBox control. Select a customer from the drop-down list. The data from it is bound to the appropriate TextBlock and TextBox controls. Go back to Visual Studio application to add the Click event handlers. SelectedItem, Customer. SaveCustomerCompleted, Sub s, args. Show msg. SaveCustomerAsync cust. If opStatus. Status Then. CType CustomersComboBox. Remove cust.
0コメント