kimprogrammer
Programmer
Hello
I'm new to vb and was wondering if anyone could help me.
I have been writing my project and and debugging for a while with no problems then I got the following error pointing to my first table adapter.
Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
It was working previously and I've made no changes. If I try a different form in the project the first table adapter it gets the same error.
I have full trust and when I test the connection it is ok.
When I seach for this error online - people who have encountered it are opening the connection in the code which is not what I'm doing.
I would appreciate any help.
I'm new to vb and was wondering if anyone could help me.
I have been writing my project and and debugging for a while with no problems then I got the following error pointing to my first table adapter.
Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
It was working previously and I've made no changes. If I try a different form in the project the first table adapter it gets the same error.
I have full trust and when I test the connection it is ok.
When I seach for this error online - people who have encountered it are opening the connection in the code which is not what I'm doing.
I would appreciate any help.