me again =) ... I have issue during deployment. It throws: Failed to load reciever assembly ... I tried to GAC that assembly, also microsoft.office.sharepoint.clientextensions.dll and Microsoft.Office.Server.dll are in GAC ... my feature looks like this:
'<Feature Id="09a18ff3-60d7-40bc-b5cf-457a7982ce1c"
xmlns="http://schemas.microsoft.com/sharepoint/"
ReceiverAssembly="FeatureBuilder"
ReceiverClass="FeatureBuilder.FeatureReciever"
Scope="Web"></Feature>'
Error: 'this is the error: 'Error occurred in deployment step 'Add Solution': Failed to load receiver assembly "FeatureBuilder" for feature "Ace.EH.Web_MainFeature" (ID: 09a18ff3-60d7-40bc-b5cf-457a7982ce1c).: System.IO.FileNotFoundException: Could not load file or assembly 'FeatureBuilder' or one of its dependencies. The system cannot find the file specified. File name: 'FeatureBuilder' at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject()
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].'
Any ideas?
Thanks in advance.