Hey community!
Question for you guys. So, I am doing some super-entry level dev work and am making some very simple custom Ribbon controls (Hello World type stuff). What I am noticing is that theelements.xml is not refreshing whenever I update it.
I just so happened to stumble upon some people commenting on some article that happened to be an answer to my problem....sort of. Basically, they said that when doing dev work and when debugging, to use inprivate in IE or to clear the cache. Ok, so using inprivate/incognito is fine for debugging - that works. Clearing the cache also did work.
But someone also did ask what do you do when you are in a production environment with a control that has an elements.xml file that needs to be updated? This is perfect because this is exactly what I was wondering. Someone responded by saying to press CTRL+ F5.....this did not work for me. Any suggestions? I can only imagine that you all have had to do this before. Thanks!