Page 1 of 1

LME286 after installing AQTime

Posted: Tue Mar 13, 2012 10:40 am
by TKrauss
Hi,

Since I installed AQTime in my XE2 Update 3 I cannot compile any package or executable.

I uploaded TC-Logs. In "Error.log" there is the console output.

Thank you for your help!

Brgds,
Thorsten

Re: LME286 after installing AQTime

Posted: Wed Mar 14, 2012 7:56 am
by jomitech
That's a linker error. Basically the linker is crashing when it tries to the link the project.

Try clearing all the obj, il* and tds files from the project and re-building.

Re: LME286 after installing AQTime

Posted: Wed Mar 14, 2012 4:59 pm
by TKrauss
I already tried...

I also tried to completely reinstall (after clearing registry and file system) CBuilder and TC, without success!

With msbuild the compilation and linking works like a charm, it only fails with TC/Jtmake...

Re: LME286 after installing AQTime

Posted: Thu Mar 15, 2012 10:25 am
by jomitech
I'd be surprised that AQTime would affect a jtmake build. Can you post the complete output of a build with MSBuild and jtmake?

Re: LME286 after installing AQTime

Posted: Thu Mar 15, 2012 4:49 pm
by TKrauss
I already comapred them. They are completly identical!

The only difference is that in jtmake output the linking fails with LME286...


Under IDE I can't compile with or without TwineCompile. So now I think that this is a problem of IDE. But why JTmake is failing in console and msbuild works?

Re: LME286 after installing AQTime

Posted: Fri Mar 16, 2012 8:43 am
by jomitech
Try re-registering the JTBuildInterfaceXE2.dll file. To do this:

1. Open a command-prompt window and cd to the XE2 bin directory.
2. Execute the following command:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe JTBuildInterfaceXE2.dll /tlb:JTBuildInterfaceXE2.tlb /codebase

Re: LME286 after installing AQTime

Posted: Fri Mar 16, 2012 12:37 pm
by TKrauss
Thank you! This did it... So something went wrong in registration?

Re: LME286 after installing AQTime

Posted: Fri Mar 16, 2012 1:00 pm
by jomitech
Yes, I'm guessing the installer failed to register the assembly in the GAC.