User269416624 posted
I have an mvc project in vs2015 that I've been working on for 3 years now.. I just cloned the repository fresh this morning. When I ran the code, I noticed that there was a bug in one of the .js files (javascript). So I fixed it and
ran the code again. Unfortunately, VS is still running the 'old' .js code - the code with the error. I've saved the .js file in question, restarted VS and Windows. No success. For some reason VS insists on using the code with the error
at runtime. Everything looks fine in the designer.
This seems really strange. I'm not sure if it's VS related or has something to do with gitExtensions.
Anybody ran into this before?