I am using LINQ to SQL with stored procedures in SQL Server 2008. Everything work well except one problem. L2S cannot generate the method for the stored procedure with user
I had the exact same problem and Ryan Prechel's sample code from the following link helped me solve the problem.
How to pass table value parameters to stored procedure from .net code