I'm moving to .net4/VS2010 and after switching from Wix3 both of my custom 
actions no longer build with Wix3.5. See error output below.
I'm using the latest build I could find: 3.5.1623.0.

>From the error below it looks like Wix3.5.1623.0 is still built with 
>pre-release .net4?
Any chance a Wix3.5 build based on .net4 RTM can be produced in the near 
future? This is the last piece of my project in the whole .net4 migration ... .
Alternatively (but I'd prefer the above from someone who is already setup with 
Wix dev evnironment) - where will find instructions on how to produce a build 
myself?

Thx.
-Daniel


PackCustomAction:
  Searching for custom action entry points in InstallConfiguration.dll
EXEC : error : System.BadImageFormatException: Could not load file or assembly 
'file:///<... truncated 
...>\Output\Intermediate\x86\Debug\InstallConfiguration.dll' or one of its 
dependencies. This assembly is built by a runtime newer than the currently 
loaded runtime and cannot be loaded.
  File name: 'file:///<... 
...>\Output\Intermediate\x86\Debug\InstallConfiguration.dll'
     at System.Reflection.Assembly._nLoad(AssemblyName fileName, String 
codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& 
stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
     at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, 
Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
     at System.Reflection.Assembly.ReflectionOnlyLoadFrom(String assemblyFile)
     at Microsoft.Deployment.Tools.MakeSfxCA.MakeSfxCA.FindEntryPoints(String 
module)
     at Microsoft.Deployment.Tools.MakeSfxCA.MakeSfxCA.Build(String output, 
String sfxdll, IList`1 inputs, TextWriter log)
     at Microsoft.Deployment.Tools.MakeSfxCA.MakeSfxCA.Main(String[] args)

  WRN: Assembly binding logging is turned OFF.
  To enable assembly bind failure logging, set the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  Note: There is some performance penalty associated with assembly bind failure 
logging.
  To turn this feature off, remove the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog].



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to