Issue Description: If you have a deployed map which is using Custom XSLT and you make some changes to the XSLT. When you test the map using visual studio, all your changes might work, but when deployed to Admin Console, your changes might not reflect.
Solution: Fix is very simple. Delete the existing btm.cs file, rebuild & make sure that you get a new btm.cs file. Now redeploy the assembly, restart host instance & see that your changes will be reflecting.
HTH
– Shiv