Hi
I'm having a problem with AddActivationExtension on a feature layer. I've created a custom attribute panel that is working perfectly unless my feature layer is joined to a table! I that scenario the AddActivationExtension doesn't do anything and no extension is registered and thereby my custom attribute panel doesn't get loaded.
What to do - any ideas?
if (!fc.GetHasActivationExtension(extension)) {
CoreDataExtensions.AddActivationExtension(fc, extension);
}
/Jens