12-09-2011 09:06 AM
Has anyone had any issues running a plug-in under Act! 2012? Have an existing plug-in wirtten in VB.NET 2005. The error occurs on the second line of the sample code:
Dim MyPlugin As MyPluginClass = TryCast(Me.MyPluginBindingSource.AddNew(), MyPluginClass)
*do stuff*
MyPlugin.Update() <-- ERROR
I haven't really started looking into this yet, but wanted to know if there is a known issue with this update.
12-09-2011 11:49 AM
The error "There is no Original data to access" was fixed in 2012 SP1.
The defect ID for this issue was 97764. It was corrected in 2012 SP1 but ACT skipped it in the SP1 Release Overview documentation.
Download at 12SP1 at::
http://www.act.com/Support-and-Training/Download-Center
-- Jim Durkin
12-09-2011 10:19 AM
There are no known issues with upgrades breaking plug-ins.
12-09-2011 11:19 AM
12-09-2011 11:25 AM - edited 12-09-2011 11:26 AM
12-09-2011 11:40 AM
12-09-2011 11:49 AM
The error "There is no Original data to access" was fixed in 2012 SP1.
The defect ID for this issue was 97764. It was corrected in 2012 SP1 but ACT skipped it in the SP1 Release Overview documentation.
Download at 12SP1 at::
http://www.act.com/Support-and-Training/Download-Center
-- Jim Durkin
12-09-2011 12:15 PM
I suppose my answer in the first reply is only partially correct, while this defect is not as a result of upgrading, it does occur after you upgrade so for that I apologize.
12-09-2011 01:00 PM
12-09-2011 02:08 PM