The WiX source distribution does not (for obvious reasons) distribute the
strong name signing key for Wix.dll. There's a part of the build process
that's supposed to suppress strong-name validation for this key, but I found
it didn't work properly for me.

To check whether this is the problem, run sn -Vl from a Visual Studio
command prompt, and check that "*,36e4ce08b8ecfb17" appears. If not, run

sn -Vr *,36e4ce08b8ecfb17

Yes, this does mean that a self-compiled toolset isn't identical to the
official builds.

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Kopp
Sent: 19 April 2007 12:06
To: [email protected]
Subject: [WiX-users] Cannot load self-compiled SqlExtension.dll

Hi community!

I'm trying to hunt down the bug in the ConfigureSql CA of WiX v3 (using
3.0.2813), because I would really like to use V3 for my project.

I modified scasqlstr.cpp and compiled the whole toolset using the standard
make.bat. Everything looks fine, but light cannot load the self-compiled
SqlExtension.dll. It fails with error code CNDL0144.
What am I doing wrong?




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to