cancel
Showing results for 
Search instead for 
Did you mean: 

Blueprism Sharepoint Object

MattPalmer
Level 5
Has anyone else had any issues installing / using the Blueprism Sharepoint Object?  After installing I have 5 errors from various lines within the global code... 

Lines 100, 103, 89, 92 'The type or namespace name 'ClientAssertionCertificate' could not be found'

Line 12, 'The type 'System.Object' is defined in an assembly that is not referenced',

------------------------------
Matt Palmer
Business Process Specialist
Chesapeake Energy
America/Chicago
------------------------------
1 REPLY 1

Hi Matt,

 

I think the errors are due to the fact that the relevant dlls are not present in the automate folder.

I am assuming that you have chosen the Sharepoint ACS authentication (this is the legacy auth protocol) as your choice for auth; which means you access sharepoint using a Client ID and Secret.

 

If this assumption is right, the solution is straight forward,

For the first issue "Lines 100, 103, 89, 92 'The type or namespace name 'ClientAssertionCertificate' could not be found'"

  1. Open the Objectè Go to Initialize Page è Open the Object Properties è Go to Global Code è Delete the lines from 49 till 106

For the second one, it appears you are using an older version of the DLL.

  1. I recommend using the following version of respective dlls,
    1. Newtonsoft.Json.dll è v11.0 or higher
    2. System.Net.Http.dll è v4.6 or higher
    3. System.Linq.dll è 4.8 of higher.

 

On the other hand if you chose the more secure auth protocol, i.e. Azure AD Cert based authentication, then you will need to bring in the dlls in their respective version as mentioned in the guide.

 

 

 

Thanks,

Bimal

Senior Platform Consultant, Professional Services

7094.png

www.blueprism.com

 

This e-mail from Blue Prism Group plc or a member of its group of companies is intended exclusively for the addressee and may contain legally privileged or confidential information. If you are not the intended recipient you must not read use nor disclose the information in the email or attachments. Please notify Blue Prism by replying to this email and permanently delete the email from your records. Blue Prism operates an anti-virus policy but does not accept responsibility for any damage caused by viruses transmitted. Blue Prism Group plc Registered in England No: 09759493. Registered Office: 2 Cinnamon Park, Warrington, Cheshire, WA2 0XP


------Original Message------

Has anyone else had any issues installing / using the Blueprism Sharepoint Object?  After installing I have 5 errors from various lines within the global code... 

Lines 100, 103, 89, 92 'The type or namespace name 'ClientAssertionCertificate' could not be found'

Line 12, 'The type 'System.Object' is defined in an assembly that is not referenced',

------------------------------
Matt Palmer
Business Process Specialist
Chesapeake Energy
America/Chicago
------------------------------