Has anyone successfully deployed a StrataFrame application to a Partially Trusted environment like the hosting site 1and1 provides?I'm getting error after error that states "System.Security.SecurityException: That assembly does not allow partially trusted callers."
I solved the problem for the infragistics controls as they ship a specially compiled version that has the AllowPartiallyTrustedCallersAttribute (APTCA) attribute for the assemblies set to True.
I added the following line of code to StrataFrame Business and DBEngine assemblies (AssemblyInfo.vb) recompiled and the copied the new version up.
I then added the following lines of code in the BO Library assembly and copied that up as well. Nuttin doin. So, I began to wonder if anyone has successfully deployed a StrataFrame application to a Partially Trusted environment and what you had to do to get the job done.
Thanks,
CTBlankenship