Set the Assembly: AssemblyProduct attribute in the AssemblyInfo.vb or
AssemblyInfo.cs file that is part of your project.
--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
"CJ" <anonymous@disc ussions.microso ft.com> wrote in message
news:2AECE69B-4B9D-4456-8E36-BCF36EADDB8D@mi crosoft.com...[color=blue]
> Hi,
>
> Could anyone advise how to set the ProductName attribute of the[/color]
application object?[color=blue]
>
> Thanks,
>
> CJ[/color]
You set this in the AssemblyInfo.cs file. Your project should include it
if you use VS.NET.
HTH,
//Andreas
"CJ" <anonymous@disc ussions.microso ft.com> skrev i meddelandet
news:2AECE69B-4B9D-4456-8E36-BCF36EADDB8D@mi crosoft.com...[color=blue]
> Hi,
>
> Could anyone advise how to set the ProductName attribute of the[/color]
application object?[color=blue]
>
> Thanks,
>
> CJ[/color]
Comment