Skip to main content
Home Forums General Silverlight Getting Started Forbidden Message in ADO.NET Insert operation
1 replies. Latest Post by rasmasyean on July 4, 2009.
(0)
rasmasyean
Member
81 points
165 Posts
07-03-2009 11:57 PM |
"<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\r\n<error xmlns=\"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\">\r\n <code></code>\r\n <message xml:lang=\"en-US\">Forbidden</message>\r\n</error>\r\n"Hi,
I get this message in the exception whne trying to insert a record into a table. I can read it fine but this seems to not allow me to insert a row.
07-04-2009 2:15 AM |
NM, I solved this. I think the table needed some primary key and I had to recreate it and rerun the Model Maker.