|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
PLEASE HELP - Executable properties - right clickexecutable, on the version tab of an executable's properties, how do you set the following fields? PLEASE EXPLAIN HOW TO DO THIS IN THE DEVELOPMENT ENVIRONMENT IN DETAIL. I'M TRYING TO SHIP A PRODUCT. THANKS IN ADVANCE Description copyright comments company Legal Trademarks Product name Product Version ------------------------------ on the summary tab, title subject author *** Sent via Developersdex http://www.developersdex.com *** Everything is in AssemblyInfo.vb file which is automatically generated
for each VB project. So just open AssemblyInfo.vb in IDE and enter the values of attributes: <Assembly: AssemblyTitle("VSdocman")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyCompany("Helixoft")> <Assembly: AssemblyProduct("")> <Assembly: AssemblyCopyright("")> <Assembly: AssemblyTrademark("")> <Assembly: CLSCompliant(True)> <Assembly: Guid("CC781A57-5C02-45D2-A1DA-B81C87062BD9")> <Assembly: AssemblyVersion("2.0.*")> Maybe there are also other attributes you can use. Just search MSDN. -- Peter Macej Helixoft - http://www.helixoft.com VSdocman - Commenter and generator of class documentation for C#, VB ..NET and ASP .NET code
class library
Locating Windows Application Installation Keys Something I don't quite understand about "file in use by another process" exceptions..... Reflection - Delay Signing Error - HELP Detect WiFi Networks what method to use to add 1 day to a date (hotel reservation for one night by clicking on calender) Adding rows to a data table: Rows do not show up Variable precision Saving color changes for next login How to send output ticket Printer(VB005) |
|||||||||||||||||||||||