Egon,
I was debugging the plug-in Initialization and found that, in my setup, it breaks in the folowing line of SetupForm.cs
CDBurner = new XPBurn.XPBurnCD();
This is inside SetupForm method, wich was called from Plug-in manager by the folowing call:
newObj = (object)Activator.CreateInstance(t);
.
Couldn't debug further, but I think something is wrong in the initialization order in the plug-in.
Hope this helps,
Julio
I was debugging the plug-in Initialization and found that, in my setup, it breaks in the folowing line of SetupForm.cs
CDBurner = new XPBurn.XPBurnCD();
This is inside SetupForm method, wich was called from Plug-in manager by the folowing call:
newObj = (object)Activator.CreateInstance(t);
.
Couldn't debug further, but I think something is wrong in the initialization order in the plug-in.
Hope this helps,
Julio