Link to home
Start Free TrialLog in
Avatar of hpops
hpops

asked on

Visual Basic .NET 2008 compiled exe doesn't display name in taskbar

Hello, I have created a Form program in Visual Basic .Net 2008 that works fine but doesn't display a text description when right clicking on the taskbar or pinning it to the start menu. It just displays an icon with no text.

I am testing this application on Windows 7. This application (by design) requires UAC elevation.

The title caption displays the program name fine when running. I'm not sure what I'm missing here but I'm hoping it's something simple?

Avatar of Toxacon
Toxacon
Flag of Finland image

Have you set the Assembly information?
Avatar of hpops
hpops

ASKER

Toxacon:

Sorry, I forgot to mention that I do have the Assembly information set.
ASKER CERTIFIED SOLUTION
Avatar of hpops
hpops

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hpops

ASKER

This was the fix for the issue.