Assembly='.net' is for installing to the GAC. Your assembly does not have a 
strong name signature and therefore cannot be installed to the GAC.

If you're not planning to put it in the GAC, omit the Assembly attribute. If 
you are, make sure you strong-name sign the assembly.

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?? ????
Sent: 21 September 2006 03:36
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] HRESULT: 0x80131047

I wrote a class library in C# (ClsLibTest.dll). And there is a Windows 
Application (DLLWix.exe) that uses the ClsLibTest.dll. Everything is installed 
perfectly if I use Visual Studio 2005 Setup project to create the *.msi file.
The problem is I couldn't get the *.msi run by using WIX. 

The following is the part of the .wxs file that I used to assign the 
ClsLibTest.dll. Is there anything wrong with it?

******************************************************
<Component Id='ClsLibTest.DLL'
Guid='B8B96420-40E1-43F5-9241-761DB01FAC89'>
<File Id='ClsLibTest.DLL' Name='ClsLib.dll' KeyPath='yes'
DiskId='1' Source='ClsLibTest.dll' Vital='yes'
Assembly='.net' />
</Component>
******************************************************

The error message that I got when I tried to install the *.msi is 

"There is an error when installing Assembly 'ClsLibTest, version = "1.0.0.0", 
culture="neutral", publicKeyToken="NEUTRAL", processorArchitecture="MSIL"'.
HRESULT:0x80131047 ....

I am using Wix Compiler version 2.0.4415.0.
Can anyone help me with this error?

Thank you.

YL




--------------------------------------
[10th Anniversary] special auction campaign now!
http://pr.mail.yahoo.co.jp/auction/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's 
Techsay panel and you'll get the chance to share your opinions on IT & business 
topics through brief surveys -- and earn cash 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to