Reply to thread

Users sometimes rename unwanted plugins' extension expecting them to be disabled/not loaded. Unfortunatly depending on the way they are renamed this is not always true, and can result in plugins being loaded twice.


This is due to a not obvious behaviour of Directory.GetFiles(path, "*.dll") due to 8.3 Path legacy support which truncates longer extension to the first 3 chars.


http://mantis.team-mediaportal.com/view.php?id=3204


Open the issue in Mantis...


Top Bottom