B
Buddy Ackerman
I've created an Extension Object for use in XslTransforms. One of the
methods in this class connects to a SQL Server database and execute a sql
statement. However, it returns the following error:
Request for the permission of type
System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
This only happens when this function is called from the xsltransform. Is
there any way around this error that doesn't involve modifying machine level
config files or machine level security as this application runs on server at
various hosting providers possibly in shared hosting environments?
Thanks
--Buddy
methods in this class connects to a SQL Server database and execute a sql
statement. However, it returns the following error:
Request for the permission of type
System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
This only happens when this function is called from the xsltransform. Is
there any way around this error that doesn't involve modifying machine level
config files or machine level security as this application runs on server at
various hosting providers possibly in shared hosting environments?
Thanks
--Buddy