Deployment error: StartIndex cannot be less than zero
472270Mar 29 2006 — edited May 30 2006On the last page in the deploy wizard for VS2005 after finish the following error occurs:
------ Creating Function SYS.GETNAME ------
Failed: 1 errors, 0 warnings
StartIndex cannot be less than zero.
Parameter name: startIndex
I also tried to create a function without parameters with the same result.
I just tried to test the sample from "Using .NET Stored Procedures in Oracle (from the Mastering .NET Application Development series)".
All setting remained default.
The dll has been copied to the server and the library created.
But I cannot found any wrapper code for the function. The "Show Script" buttons only displays
CREATE LIBRARY... and
GRANT EXECUTE ...
code.
Thanks for your help,
Dennis