Rank: Newbie Groups: Member
Joined: 12/21/2011 Posts: 8
|
Dear EO support,
I have a problem when using "EO.Pdf.dll" in "SharePoint Online" (in Office 365)
I made a "sandboxed solution", that referenced "EO.Pdf.dll", to "convert HTML to PDF". When I uploaded this solution and active it on SharePoint Online, I get this error:
"Error validating assembly 'EO.Pdf.dll'.
This solution references prohibited type 'System.Threading.ManualResetEvent' and cannot be used on this site collection."
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for posting in the forum. You probably want to contact MS about this. Our code does use System.Threading.ManualResetEvent. So if your project or the environment that your project runs does not allow you to use this type, then there will be no way for you to use our DLL in that environment unless the administrator relaxes this restriction for you.
Thanks!
|