i’ve got a silverlight project which uses linq to sql classes and sql server 2008 r2 with tables and stored procedures. I had to update a stored procedure because i wanted to select a additional field with datetime values.
Since there is no “update my linq to sql classes”-button as in the entity framework i had to delete and move the stored procedure to update it.
The stored procedure works fine executed on the sql server, but used in my silverlight application the new elected field gets only null values.
I created a new project with a new linq to sql classes dbml and in this project it works fine.
Maybe someone has an idea?
Regards,
float
linq-to-sql-classes doesn’t support this like the Entity Framework. I’ve added a entity data model for future use….