Welcome Guest Search | Active Topics | Sign In | Register

TabStrip control on medium trust site Options
Ryan Idrap
Posted: Thursday, July 26, 2007 5:35:39 PM
Rank: Newbie
Groups: Member

Joined: 7/26/2007
Posts: 6
I'm using the tabstrip control on a medium trust site (shared hosting environment), and I'm getting an reflection exception on the tabstrip control. Medium trust does not allow reflection, so I'm wondering a) how the tabstrip uses reflection, and b) if there is a way to run it in a medium trust environment.
eo_support
Posted: Thursday, July 26, 2007 5:42:02 PM
Rank: Administration
Groups: Administration

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

Our controls use reflection to access a few internal data structures in order to support single file deployment (you only need to copy our DLL, no javascript files/image files need to be copied to your server).

When reflection is not permitted, you would need to copy eo_web.ashx to the root of your web application:

http://www.essentialobjects.com/ViewDoc.aspx?t=InstallationAndDeployment%2fpartial_trust.html

Once that file exists, our controls will no longer use reflection thus can run on medium trust.

Thanks
Ryan Idrap
Posted: Thursday, July 26, 2007 5:59:53 PM
Rank: Newbie
Groups: Member

Joined: 7/26/2007
Posts: 6
That did it! Thanks for the quick reply. You guys rock!


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.