06-18-2012 06:32 AM
Hi,
Does the newest Measurement Studio support usage in a Silverlight project? It does not in my version (2009).
06-27-2012 12:54 PM
As of Measurement Studio 2010, we do not support Silverlight.
05-03-2014 03:27 PM
Hi,
Is silverligh supported in Measurement Studio 2013 with Visual Studio 2012?
Is there a way to embed a WPF Daq application in a Silverlight Webpage?
Thanks,
Best Regards,
05-13-2014 04:09 AM
Hi Olivioloyer,
Unfortunately, Silverlight is not supported in Measurement Studio 2013. I am not sure if there is a good way to embed a WPF DAQ application in a Silverlight webpage. It would be a risk since Silverlight is no longer in development and WPF is only meant for developing applications for desktop platforms.
Best regards,
05-13-2014 03:34 PM
Hi Willy,
Thanks for your answer, I was trying to embed a NIDaq application in a webpage, so I was exploring all the options, I found thooses:
-Develop an XBAP application (does not seem to be compatible with more than IE and Firefox(with some actions) under Windows, plus I haven't found the way of making it work with NIDaq)
-Develop an ASP.NET application (maybe it is because I don't have much knowledge of it, but it does not seem to fit my needs as I am activating DAQ Digital Output when mouseenter and mouseleave on a led events are fired(which I manage on client side with javascript), and asp.net refresh the whole page each time, I would need it to refresh the control only).
Do you have any suggestions on how to make a measurement studio daq application embeded in a webpage to control an NIUSB6501 board connected to the server?
Thanks,
Best Regards,