S Sebastiaan Olijerhoek Nov 2, 2004 #1 When I call Application.ProductName I get back "Main" instead of my application name. What to do? Kind regards, Sebastiaan.
When I call Application.ProductName I get back "Main" instead of my application name. What to do? Kind regards, Sebastiaan.
G Gabriele G. Ponti Nov 2, 2004 #2 I'm assuming you're using VB.NET, but it should apply to C# as well. Check your AssemblyInfo.vb file - unless you set the AssemblyProduct attribute, Application.ProductName will default to the executable name.
I'm assuming you're using VB.NET, but it should apply to C# as well. Check your AssemblyInfo.vb file - unless you set the AssemblyProduct attribute, Application.ProductName will default to the executable name.
G Guest Feb 14, 2005 #3 Sebastiaan Olijerhoek said: When I call Application.ProductName I get back "Main" instead of my application name. What to do? Kind regards, Sebastiaan. Click to expand...
Sebastiaan Olijerhoek said: When I call Application.ProductName I get back "Main" instead of my application name. What to do? Kind regards, Sebastiaan. Click to expand...