Error with iLove SharePoint - Lookup Field with Picker


iLove SharePoint - Lookup Field with Picker..
http://ilovesharepoint.codeplex.com/

Error : "Only PickerDialog types can be used with the dialog. The type should be configured as a safecontrol in this site."

To solve this problem I have add following safecontrol statement to the web.config file.

STEP 1
Go to : C:\Inetpub\wwwroot\wss\VirtualDirectories\

STEP 2
Open the "web.config" file and find the place which safecontrol tag starts.

STEP 3
Add the following statement within safecontrol Tags


SafeControl Assembly="iLoveSharePoint.Fields.LookupFieldWithPicker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c8ecfa5d637948fe" Namespace="iLoveSharePoint.Fields" TypeName="*" Safe="True"

* add "<" at the start of the above statement and add "/>" at the end of the statement

Comments

Popular posts from this blog

Apply CSS styles to SharePoint Web parts

SharePoint Number Column Without Commas

Use of Information Rights Management (IRM) in SharePoint