Can the Silverlight API version 1.2 and version 2.4 be installed on the same PC?

3406
2
Jump to solution
04-25-2012 10:07 AM
SuiHuang
Occasional Contributor II
Hi Everybody:

   I have a application using API 1.2 to maintain, and I am developing an app using API 2.4.
   Can these two versions work together in the same computer?
   Thank you.
0 Kudos
1 Solution

Accepted Solutions
MuhammadWaqar_ul_islam
New Contributor III
U can install all Silverlight api version on the same PC
but can not run two different api in a single Application its gives error
if u r working on api 1.2 make sure all api in reference are of 1.2
on installing newer version of  api yours reference of dll change to newer automatically
so u have change the refernce back to ur old version of api
Hope u understand

View solution in original post

2 Replies
MuhammadWaqar_ul_islam
New Contributor III
U can install all Silverlight api version on the same PC
but can not run two different api in a single Application its gives error
if u r working on api 1.2 make sure all api in reference are of 1.2
on installing newer version of  api yours reference of dll change to newer automatically
so u have change the refernce back to ur old version of api
Hope u understand
Asgharkhan
Occasional Contributor

Both API works in same application if you Rename assemblies and then reference with different names  

0 Kudos