Hi,
I have a problem with pinning my c# application to the start menu in Windows 2008 R2. The application pins with the correct icon but the application name is missing. In effect I just get the icon displayed.
My csproj has an msbuild import that points to a custom target file to automatically generate the AssemblyInfo class. I have checked the generated AssemblyInfo file and verified that the attributes for AssemblyTitle, AssemblyProduct, and AssemblyCompany are set correctly.
Everything looks ok when I right click the .exe and look at the properties\details. All the information is displayed as expected, just not when the application is pinned.
Does anyone have any ideas as to why this might be?
Cheers,
Ben