Is it possible to use the Silverlight 5 beta (and benefit from the debugging tools in Visual Studio) and still target version 4 in the same way? We would really like the debugging tools in VS but we cannot risk any new bugs that may be present in v5 of the framework.
Thanks
Yes, it runs out of the box. I use the Silverlight 5 XAML debugging experience in a SL 4 project myself.
Visual Studio allows multitargeting for the Silverlight projects, but apparently always uses the last version of the debugging tools. Furthermore, I didn’t see any bug.