-
1. Re: Receiving error message when clicking on Adobe Forms Library in Sharepoint
pgakhar Aug 2, 2012 11:45 PM (in response to BGConsulting)I haven't faced this issue. But, if you are getting it, you can try to use the prcedure for registering a webpart as safe control mentioned on the microsoft site http://msdn.microsoft.com/en-us/library/dd584160.aspx . Open this link in a browser and go to the heading "Register your Web Part as a Safe Control".
You can use the below
<SafeControl
Assembly="AdobeLCFormsIntgr, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6720cbcc342f4ca4"
Namespace="AdobeLCFormsIntgr"
TypeName="*"
Safe="True"
/>
-
2. Re: Receiving error message when clicking on Adobe Forms Library in Sharepoint
Riddhi-IT-Solutions Aug 3, 2012 12:52 PM (in response to pgakhar)Hello Mr. Gakhar,
I believe these manual steps should not be needed after the successful installation of Connector. I had the connector installed on sharepoint server without any errors and still getting the above error, after registering the FormsLibrary as SafeControl, I still get the endpoint error as follows when I try to add the new form in Forms Library.
Following Error occured while Rendering Form Integration Webpart - [Could not find endpoint element with name 'MSSharePointConfigService' and contract 'MSSharePointConfigService.MSSharePointConfigService' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this name could be found in the client element.]. InnerException - []
At the conclusion, if there are some manual steps needed after the installation of Connector, can you please provide me a link to it? I really don't feel like going this route of manually changing things as opposed to installer doing this as part of deployment process.
Please advise.
-
3. Re: Receiving error message when clicking on Adobe Forms Library in Sharepoint
pgakhar Aug 5, 2012 5:49 AM (in response to Riddhi-IT-Solutions)Upon installation of the LiveCycle connector for SharePoint Web Part on the SharePoint 2010 server, some settings are added to the web.config file of the web application on whose site collection you activate the livecycle feature.
The error that you are getting Could not find endpoint element with name 'MSSharePointConfigService' and contract 'MSSharePointConfigService.MSSharePointConfigService' in the ServiceModel client configuration section. clearly says that you don't have the LiveCycle Settings in the web.config file. So, you might have missed some step while installation of the connector web part.
Please follow the documentation link http://help.adobe.com/en_US/livecycle/10.0/InstallJBoss/WS0b373c8e7f652f14-ec6026513078376 af3-8000.html for properly installing the connector web part on sharepoint server. For activating the connector feature on multiple site collections you can follow http://blogs.adobe.com/livecycle/2012/06/activating-adobe-livecycle-connector-feature-on-m ultiple-site-collections.html


