Bug in 8.1.55?
Posted: Tue 17 Dec 2013 20:18
When importing stored procedures in a database-first scenario, methods are not created correctly. Upon opening the designer the following error is raised:
---------------------------
Microsoft Visual Studio 2012
---------------------------
CSDL parsing failed: The attribute 'ReturnType' of tag 'FunctionImport' has a unexpected value '[REMOVED]' at line #-1.
Warning! The error means that a part of the model cannot be read. If you save model after this, the unrecognized XML will be lost. It is strongly recommended to create a backup copy of the model to be able to restore it to the original state if needed.
---------------------------
OK
---------------------------
When attempting to manually correct the method and set the return type of the stored procedure an error is raised when the custom tool runs, it is looking for a complex type but doubling up on the namespace (i.e. type in namespace.namespace not found)
Reverting back to 8.1.45 does not have this issue.
---------------------------
Microsoft Visual Studio 2012
---------------------------
CSDL parsing failed: The attribute 'ReturnType' of tag 'FunctionImport' has a unexpected value '[REMOVED]' at line #-1.
Warning! The error means that a part of the model cannot be read. If you save model after this, the unrecognized XML will be lost. It is strongly recommended to create a backup copy of the model to be able to restore it to the original state if needed.
---------------------------
OK
---------------------------
When attempting to manually correct the method and set the return type of the stored procedure an error is raised when the custom tool runs, it is looking for a complex type but doubling up on the namespace (i.e. type in namespace.namespace not found)
Reverting back to 8.1.45 does not have this issue.