Hi,
I used to be able to create MSI for my code and the code was moved to a 
different source depot. I copied all the necessary files from the old place and 
tried to build MSI and got following error message. Wonder if anybody in the 
list can help me .    Many thanks.

Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. ---> System.NotSupportedException: T
his .resources file shouldn't be used with this reader.  Your resource reader ty
pe: System.Resources.ResourceReader, mscorlib, Version=2.0.0.0, Culture=neutral,
 PublicKeyToken=b77a5c561934e089
   at System.Resources.ResourceReader.ReadResources()
   at System.Resources.ResourceReader..ctor(Stream stream)
   --- End of inner exception stack trace ---
   at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags invok
eAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinder
Default)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, B
inder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder bin
der, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binde
r binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Resources.ResourceManager.CreateResourceSet(Stream store)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo cultur
e, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo cultur
e, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo cultur
e, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetString(String name, CultureInfo cultur
e)
   at System.Resources.ResourceManager.GetString(String name)
   at Microsoft.Tools.WindowsInstallerXml.MessageHandler.GenerateMessageString(O
bject sender, MessageLevel messageLevel, MessageEventArgs mea)
   at Microsoft.Tools.WindowsInstallerXml.MessageHandler.Display(Object sender,
MessageEventArgs mea)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.OnMessage(MessageEventArgs
 mea)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Main(String[] args)

Xiaoqin Sun

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to