AssemblyCopyrightAttribute fails during build

Hi there,

Previous Version : 6.2.0.1393 - Works perfectly.

Updated Version : 6.3.0.1712 - no longer able to compile.

One of our project is a c++ application and the assemblyinfo reads,
#include “stdafx.h”

using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security:

I believe this was fixed after build 1712, this build should fix the problem :

https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1793.exe

I'm running into this problem too with 6.3.0.1712.

When it tries to update the assembly attribute:
[assembly: AssemblyCopyright("Copyright (c) 1998 All Rights Reserved")]
it replaces it only up to the first closing ) and adds a " there which causes a syntax error:
[assembly: AssemblyCopyright("Copyright © 1998-2009") All Rights Reserved.")]

In FinalBuilder 5.5.0.707, the output was:
[assembly: AssemblyCopyright("Copyright © 1998-2009")]

I don't see build 1793 available on the download page (https://www.finalbuilder.com/download.aspx).  When will a build with this fix be officially available?

Hi Allen

We hope to have an officail update out next week. The builds we post here are generally safe to use, the only difference between them and the official updates are that they haven’t had as much testing (we only test the change we are including in the build), the build process is the same.