views:

43

answers:

1

Can silverlight 3 or silverlight 4 detect which version of .NET framework installed on client machine without being in OOB mode?

+4  A: 

sure, just look at the user-agent header.

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04425.00).
Sky Sanders