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
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
Post a Comment