I have managed solution deployed on CRM 2015 instance. There is error in one of the JS Web Resources which I need to fix (I need to add few additional lines of code). I thought that update of managed solution would be helpful here. Following was done:
- I took ZIP of the original solution, found the file in WebResources folder and added my changes to it, saved, and zipped everything again.
- Imported solution as update of existing managed solution to CRM.
- Published everything.
- When I run my code, it is not executed. When I try debugging IE Developer Tools are showing that older version of changed JS file is actually being loaded and run (without my changes).
Don't know what to do. By reading MSDN manual about how solutions are applied, that should be it. I chose "overwrite" option when I was upgrading managed solution. Can anyone help? What's the best approach of updating single web resource of managed CRM solution?