Rank: Newbie Groups: Member
Joined: 6/28/2007 Posts: 4
|
Hi,
I have just started to use your control datepicker and it works fine on my own PC using VWD. However, when I upload to my shared hosting I get the error:
Attempted to access a field that is not accessible by the caller
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FieldAccessException: Attempted to access a field that is not accessible by the caller.
I know that my hosting does not support AJAX - would this be the cause of this error and is there anyway around it.
Thank you.
FWoollard
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Fwoollard,
Your server is running under partial trust. Try copy eo_web.ashx (you can find that file in your installation folder) to the root folder of your application. That should fix the issue.
Thanks
|
Rank: Newbie Groups: Member
Joined: 6/28/2007 Posts: 4
|
Hi,
That was great - fixed the problem.
Thanks.
FWoollard
|