Trying to invoke a stored procedure with LINQ results in error
Posted
by Charles
on Stack Overflow
See other posts from Stack Overflow
or by Charles
Published on 2010-04-02T15:59:20Z
Indexed on
2010/04/02
16:03 UTC
Read the original article
Hit count: 252
vb.net
My application produces this error System.Data.SqlClient.SqlException: Login failed for user..This started after I added a stored proc in my dbml file. It works fine in my local enviroment, but throws that error when deploy to staging sever. the user it displays is foreign to me
© Stack Overflow or respective owner