Question The stored procedure 'xxxx' doesn't exist.

blackbirdbiker

New member
Joined
Sep 12, 2011
Messages
1
Programming Experience
10+
I am currently building a vb.net application in vs2008 with sql server 2008.
the Sqlserver is being hosted ona remote server. When I run the application from within visual studio it runs correctly.
When I publish it to the server and try running it I get the error "The stored procedure '[trac].gspMediWebCustom_SELECT' doesn't exist." , even though we know that it is there and works from within visual studio is this some sort of sql permissions problem?
 
G'd morning blackbirdbiker,
First of all verify that you can establish a connection to your server, then check if this happens with all your sql objects or just with that one, double check the permissions for each object.
 
Back
Top