Feature Requests item #1472412, was opened at 2006-04-18 15:42
Message generated for change (Comment added) made by barnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1472412&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: linker
Group: None
Status: Open
Priority: 5
Submitted By: Vadym Stetsyak (vadmyst)
Assigned to: Nobody/Anonymous (nobody)
Summary: WIX unable to load .NET 2.0 assembly with File/Assembly set

Initial Comment:
Number of steps to reproduce the error:
- create .NET 2.0 assembly
- sign it with sn.exe
- add the assembly to wix xml with File/Assembly = ".
net"
-build setup

IMO the error is happening because of light.exe is 
built agains .NET 1.1 and is unable to load .NET 2.0 
assembly.

Rebuilding wix.dll candle.exe light.exe and dark.exe 
under .NET 2.0, solved the issue.

It would be good if there were .NET 2.0 WIX build 
available for downloads...

--
Vadym Stetsyak
blog: http://vadmyst.blogspot.com


----------------------------------------------------------------------

>Comment By: Bob Arnson (barnson)
Date: 2006-04-19 06:27

Message:
Logged In: YES 
user_id=26581

Recent releases of WiX have .config files for the WiX tools
that load them under .NET 2.0, which lets (e.g.) light.exe
load a .NET 2.0 assembly. Do they not work for you? What
error do you get?

<configuration>
...
<startup>
 <supportedRuntime version="v2.0.50727" />
 <supportedRuntime version="v1.1.4322" />
</startup>
</configuration>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1472412&group_id=105970


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to