In VS 2005, I have a tableadapter that has an update command set to a stored procedure with parameters. I changed it to a different stored procedure. The parameters are shown as parameters in the properties section, but I cannot use them when I run the update command.
Error message:Overload resolution failed because no accessible 'Update' accepts this number of arguments.
Previously I was able to call this with parameters as arguments.
Error message:Overload resolution failed because no accessible 'Update' accepts this number of arguments.
Previously I was able to call this with parameters as arguments.