Each time that you start a new application, Windows automatically extracts the application name from the exe file, and stores it for later use, in Registry key known as the 'MuiCache'.
The information is stored in the registry key
HKEY_CLASSES_ROOT\Local
Settings\Software\Microsoft\Windows\Shell\MuiCache
Delete the relevant entries in MUICache and it may fix your issue.
You might need to restart your computer as well.
The MuiCache stores strings that are used by applications, particularly the names of executable files. This caching helps Windows optimize the loading and display of application names and other metadata in various parts of the operating system, like the taskbar or when using the search functionality.
Over time, the MuiCache can grow as more applications are installed and used. Windows periodically cleans up outdated or unused entries in this registry key. Users can also manually clear this cache if they encounter issues with incorrect or outdated application metadata being displayed.
Assembly Information Title
... – BoltTitle
. 2) In the Details tab, it displays theAssembly Name
. However, whenever you want to rename your solution/project, you should do it properly to avoid unexpected behavior, and that's why I referred to the question above. – Unsuccessful