How do I set the company name that is returned by System.Windows.Forms.Application.CompanyName

Platform: WinForms| Category: Deployment

This is an assembly attribute. The VS development environment sets it in the AssemblyInfo.cs (vb) file. If you open that file, you will see a block of assembly attributes that you can set, including company and version numbers.

	[assembly: AssemblyCompany('Syncfusion, Inc.')] 

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.