I created a feature with name featureV1 which have one event receiver. The assembly version in the feature is 1.0.0.0. I activated featureV1 on a web application. I created one more feature named featureV2 by changing the solution id and version of assemblies to 2.0.0.0 in the event receiver and deployed second feature, freatureV2 to the same web application. I deactivated and removed the featureV1. After taking the site template when I am trying to create the site with site template (only featureV2 deployed and activated) it's trying to load the assemblies with version 1.0.0.0 and it's throwing exception, unable to load the assembly with version 1.0.0.0). How can I remove the references to old assemblies in the site template?

link|improve this question

60% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.