Re: [WiX-users] extension errror

2015-02-25 Thread Phill Hogland
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

Re: [WiX-users] extension errror

2015-02-25 Thread vcurran
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

Re: [WiX-users] extension errror

2015-02-25 Thread vcurran
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