Dave
Thanks but I must be having a dense moment cos I still dont quite understand. If you dont write a feature, how will you get the SpFeatureReceiver to fire?
My method so far has been:
1. Write my EventReceiver and store in GAC
2. Write my FeatureReceiver which (onFeatureActivated) will append my EventReceiver to a ContentType/Specific List's EventReceivers collection, and add this to the GAC
3. Deploy a Feature (with no Elements Manifest) but specify the ReceiverAssembly and ReceiverClass attributes (pointing at my Feature Receiver)
4. Activate the Feature, which fires my FeatureReceiver code and attaches my EventReceiver to the specific List/ContentType
This is all fine, but Im wondering if Im missing something or making life more complicated that need be.
With regards to your comment "If you only want to bind the event receiver to one instance of a list then you don't need a feature" can you explain this a little more? Thanks for your time and help!
Cheers
Mark
If it bleeds, we can kill it.