E
Eddie
Hello, there.
When I create new 'VC++ -> CLR -> Windows Form Application' project,
there created AssemblyInfo.cpp file.
There exists strings like
[assembly:AssemblyVersion("1.0.1.1")];
I believe this information should be appeared in the file property
dialog after the build.
But my applicaion doesn't have version tab in the file dialog.
Is it normal? Is there anything that I missed?
As a consequence(I believe), I can't read attribute like
this->ProductVersion.
You, professional programmers, should have help a newbie out of
mysterious situation.
Thanks.
When I create new 'VC++ -> CLR -> Windows Form Application' project,
there created AssemblyInfo.cpp file.
There exists strings like
[assembly:AssemblyVersion("1.0.1.1")];
I believe this information should be appeared in the file property
dialog after the build.
But my applicaion doesn't have version tab in the file dialog.
Is it normal? Is there anything that I missed?
As a consequence(I believe), I can't read attribute like
this->ProductVersion.
You, professional programmers, should have help a newbie out of
mysterious situation.
Thanks.