Welcome Guest Search | Active Topics | Sign In | Register

Installing for SharePoint 2010 Options
jvanrhyn
Posted: Friday, October 28, 2011 1:08:16 AM
Rank: Newbie
Groups: Member

Joined: 10/28/2011
Posts: 1
Can anyone please point me to where I can find instructions on how to install and configure EO.Pdf so that I can use it from within SharePoint 2010.

I am experiencing the Failed to initialize conversion exception.

Things I have tried:
* Added assemblies to GAC
* Configured it as a SafeControl in SharePoint
* Referenced OE.Web
* Tried using ASPXtoDPF which produces - [SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]

Any help would be greatly appreciated.
eo_support
Posted: Friday, October 28, 2011 10:24:20 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

This is a code access security issue. It may have to do with SharePoint configuration or ASP.NET security configuration. The first thing you want to check is whether your ASP.NET application is set to full trust:

http://msdn.microsoft.com/en-us/library/tkscy493.aspx

There are many different trust levels and you can customize the set of permissions granted for each trust level with configuration files on different levels (machine level, application level, etc). We require full trust because it needs to make a lot of API calls. SharePoint also defined several more trust levels that you can use. In theory you can fine tune those configuration files so that it only grants the application whatever permission it needs, but in practice it's almost impossible to get it to work with the PDF converter because the converter requires almost all "restricted" permissions --- file permission, network permissions, unmanaged code permissions, reflection permissions, ect.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.