How do I SET the ProductName, Copyright, etc?

  • Thread starter Thread starter Ian Posner
  • Start date Start date
I

Ian Posner

I know how I used to do it in VB6, but there doesn't appear to be an
interfact to do it in VS.NET. And the Assembly class only has GET methods.

So where do I set this stuff or how do I code it?

Ian
 
Hi Ian,

You might check AssemblyInfo.cs|vb file.
It has all those fields exposed as attributes.
 
Back
Top