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.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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.htmlOnce that file exists, our controls will no longer use reflection thus can run on medium trust. Thanks
|
Rank: Newbie Groups: Member
Joined: 7/26/2007 Posts: 6
|
That did it! Thanks for the quick reply. You guys rock!
|