V
Vance Gloster
Hi,
Is there a way to add a traditional C++ style version resource to a C#
Windows forms-based application? The version resource is what gets
displayed on the Version tab when you bring up the property sheet for the
..exe or .dll file in Windows Explorer.
In the documentation I see a version resource editor for C++, but it looks
like resources for C# and managed C++ are done differently. I do not need
to read this resource from inside the code, it is just that this is our
first .NET-based product and we have an internal standard that all released
products need to have correct version information in all modules. This is
so tech support can have the customer bring up property sheets in Explorer
to figure out exactly which versions of everything the customer is running.
Thanks for your help.
-Vance Gloster
Is there a way to add a traditional C++ style version resource to a C#
Windows forms-based application? The version resource is what gets
displayed on the Version tab when you bring up the property sheet for the
..exe or .dll file in Windows Explorer.
In the documentation I see a version resource editor for C++, but it looks
like resources for C# and managed C++ are done differently. I do not need
to read this resource from inside the code, it is just that this is our
first .NET-based product and we have an internal standard that all released
products need to have correct version information in all modules. This is
so tech support can have the customer bring up property sheets in Explorer
to figure out exactly which versions of everything the customer is running.
Thanks for your help.
-Vance Gloster