With the line of code below, in V10 (10.0003) was obtained the folder of extensions ie in my case
"C: \ Gestao \ SG100 \ Config \ LP \ Extensions \ CompanyName".
With version 10.0004 with the same line of code you get the folder
c: \ users \ username \ appdata \ local \ temp \ Spring.Extensions
What has changed? How can I get the folder where the extension is as before?
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)