SQL connection problem

SQL connection problem

Anonymous
Not applicable
397 Views
0 Replies
Message 1 of 1

SQL connection problem

Anonymous
Not applicable
I have compiled a stand alone application that connects to our sql server and reads data from the tables, providing searches. I have also compiled the same code as a dll to be used as a command in AutoCAD. But the dll exits at the sql connection string.

The error message is:
Request for permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

The connection string includes the following info:

Initial Catalog
Data Source
Packet Size
User Id
Password

Any ideas? Have I missed something? Why doesnt the dll connect but the exe does?

Thanks,

Kevin.
0 Likes
398 Views
0 Replies
Replies (0)