I have an existing project created using the Q1 version. All project elements were added to a Silverlight instance named "SilverlightApp".
I then updated my version of the tool using the 2010.2.727 Q2 release. After this install, all new project elements were added to a new Silverlight instance named "SilverlightApp_0". I am still testing the same Silverlight application, but then I thought this change was inevitable because of the new tool version so I Iet it go as it is, it works anyway.
However, after several days of using the new release, something weird happened. The tool switched the SilverlightApp instances: SilverlightApp -> SilverlightApp_0; SilverlightApp_0 -> SilverlightApp. I have a lot of existing coded steps using the original instance, also have created a lot of coded steps using the new instance, resulting to hundreds (or thousand) compile error messages. What I did was edit the "Friendly Name" property of both elements in the Property box, and then saved. This worked. However, whenever I reopen the same project, they switch back again. Is there a way how to make this automatic renaming not happen?