'<procedurename>' has a return type that is not supported or parameter types that are not supported
A procedure is declared with parameters or a return type that cannot be represented by Visual Studio.
Error ID: BC30657
To correct this error
Define the return types or parameters as a supported type.
Develop a new type that describes the data used by this procedure.