Failed to create feature receiver object from assembly/FileNotFound...
Posted
by harshvardhan
on Stack Overflow
See other posts from Stack Overflow
or by harshvardhan
Published on 2010-05-20T02:12:56Z
Indexed on
2010/05/20
2:20 UTC
Read the original article
Hit count: 622
sharepoint
During solution deployments & Feature activation, I am facing an on/off issue where the system is unable to find & load the FeatureReceiver class. Mostly it is file not found exception (even though the assembly is there in the GAC). I checked over the net and this seems it a common issue with solutions (wsp) packaging DLL to be GACed. (But, no one has any clue or solution!) What is the recommendation and guideline to fix this issue? We are setting the flag to reset IIS in my solution definition - but that does not seem to help. The issue is more prevalent in multi-M farms.
Thanks
© Stack Overflow or respective owner