Please Help
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am working an n-Tier application, and I have a component which is a representation of database tables (just collections of structs), I use this component as a container of data that can be sent between the tiers. When I try to use an adding function on the server, I put the data from the client into one struct and send it as parameter to the server function but I am getting the following message "Because of the security restrictions, the type Entities.Suppliers cannot be accessed" as long as I try to get a list of the suppliers (returns a datatable) I have no problem. :confused: :confused: :confused: