I got the following error on deployment
"Unable to cast object of type XXXX.YYYYY' to type 'Microsoft.SharePoint.SPFeatureReceiver'
Resolution:
Removed the following entries ReceiverAssembly & ReceiverClass from feature.xml and the issue is resolved
ReceiverAssembly="XXXX.YYYYY' , Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5"
ReceiverClass="XXXX.YYYYY.ZZZZZ"
"Unable to cast object of type XXXX.YYYYY' to type 'Microsoft.SharePoint.SPFeatureReceiver'
Resolution:
Removed the following entries ReceiverAssembly & ReceiverClass from feature.xml and the issue is resolved
ReceiverAssembly="XXXX.YYYYY' , Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5"
ReceiverClass="XXXX.YYYYY.ZZZZZ"
No comments:
Post a Comment