Hi ,
I have byte array for the silverlight XAP . I need to extract all the dll's inside the xap from the byte array. Once I get the dll's I need to extract the assemblies from it.Silverlight XAP is stored in a repository and the repository always
return me XAP byte array .Is there any Standard API available in C# to achieve this functionality ?If not how can we achieve this ?
Regards,Abhishek
View Complete Post