AssemblyInfo.cpp is not updated correctly

I am using the FinalBuilder V6.3.0.2026, I have a managed c++ project that has an AssemblyInfo.cpp file.


On the “Build VS.NET Solution” property page, under “.NET Version” tab, If I check the option “File Version” on, the FinalBuilder will generate an incorrect file which is cannot be compiled.

Another word, a semicolon is missing in the AssemlyInfo.cpp file.

For example: it generates
[assembly: AssemblyFileVersion(“2.1.1.1”)]
instead
[assembly: AssemblyFileVersion(“2.1.1.1”)];


I updated to V6.3.0.2014, The problem still remains

I have this exact same problem with 6.3.0.2172, running on Windows Server 2003 R2.

.NET projects build fine, as they don't seem to need the semicolon, but my C++ projects all fail to build because of this.

I ended up downgrading to 6.1.0.891, which doesn't write out the AssemblyFileVersion line at all. This causes the problem to go away, but it's not ideal, since I can't ever upgrade.

Hi John

Please try this build : https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_2231.exe