BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
|
Hi Muneeb,
Thanks for your update.
It seems the reported issue to be the security related issue and it is due to the medium trust level of ASP.NET web-application requires the application’s code to be security transparent. The problem is that GetObjectData() method required to implement ISearializable interface which is marked with a SecurityCritical attribute, and it "breaks" the transparency for the whole assembly. We suggest you to add the below attributes to the Assembly.info file of your project.
Here is the code:
[assembly: SecurityRules(SecurityRuleSet.Level1)]
[assembly: AllowPartiallyTrustedCallers]
Please let us know if you have any queries.
Regards,
Amsath Ali. M
Hi Muneeb,
Thanks for your update.
Currently, the issue reported by you has been suspected to
be a defect. Please create a DT incident for your query so that we can update
the patch for this issue.
You can create the DT incident from the following link.
<http://www.syncfusion.com/account/dashboard>
In the interests of maintaining confidentiality, we have a policy of not
sharing patches or otherwise proprietary customer specific information in the
public Forum.
Please let us know if you have any queries.
Regards,
Amsath Ali. M