PDA

View Full Version : 64-bit msbuild, licenses.licx: Kernel DLL not found


Ebh_Finans
July 25, 2007, 10:22:30
We have a repository machine and an application server. I want to checkout our source code on the appserver and build it there. Instead of building on the repository machine and copying the builded files.
The appserver is 64-bit, so I use the msbuild.exe from C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727. When compiling a project containing a licenses.licx file for the TX Text Control, I get an error for the licx file saying the text control kernel DLL is not found.
I tried building the projects on the repository machine and then copying the generated .licenses files to the appserver. But I want to avoid copying files.
I also tried changing the platform target to x86 as described in Gunnars blog. It didn't help.
If I use the 32-bit version of msbuild.exe, I am unable to run lc.exe from the SDK, since the SDK installed is 64-bit.

I would like to build everything on the appserver. Any suggestions?

Gunnar Giffey
July 25, 2007, 16:57:23
Hello,

Currently, TX Text Control 13 is not available in 64 bit, but version 14 will contain a 64 bit component.
Please see here for more information:
http://www.textcontrolblog.com/archive/2007/07/04/tx-text-control-feature-roadmap.htm
64bit Versions of TX Text Control

Ebh_Finans
July 26, 2007, 09:34:27
Ok - thanks for the reply!