Do you have a Class that inherits from WixExtension, and which has:
(something like)
public class YourExtension : WixExtension
{
private Library library;
private YourCompiler compilerExtension;
private TableDefinitionCollection tableDefinitions;
public over
Ignore me. I had to restart my machine for unrelated reasons and it loaded
ok on the reboot.
Maybe some file lock, although I had tried from various loactions.
Thanks.
V.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/extension-errror-tp75993
Have all that. Have a reference in AssemblyInfo to the extension class
[assembly: AssemblyDefaultWixExtension(typeof(MyExtensionClass))]
Looking at the assembly in reflector (or JustDecompile) I can see the table
definition (.xml) and the wix library (.wixlib) I am returning with those
overrid
3 matches
Mail list logo