TDP 4.3. SQL Server connection | Programmability | highlight Stored Procedures | click 'Create a stored procedure' icon.
Gets the Error:
"The method or operation is not implemented."
The next 2 icons, "Create a stored procedure like..." and "Alter the selected stored procedure" also get the same error.
TDP 4.2 does not get this issue.
FULL ERROR:
System.NotImplementedException
The method or operation is not implemented.
Stack Trace:
at DevExpress.XtraEditors.Controls.EditorButtonCollection.System.Collections.Generic.ICollection<DevExpress.XtraEditors.Controls.EditorButton>.CopyTo(EditorButton[] array, Int32 arrayIndex)
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Quest.Toad.SqlServer.Doe.Common.DataTypes.Controls.DataTypeRepositoryItem.RegisterForGrid(ToadGridControl toadGrid, Boolean bForceReplace, IConnection iconnection, String sDatabaseName, EnumStandardTypeListType enumStandardTypeListType, Boolean bDoNotGenerateText)
at Quest.Toad.SqlServer.Doe.Common.Parameters.ParametersControl.InitializeComponentOwn()
at Quest.Toad.SqlServer.Doe.Common.Parameters.ParametersControl..ctor()
at Quest.Toad.SqlServer.Doe.StoredProcs.StoredProcEditForm.InitializeComponent()
at Quest.Toad.SqlServer.Doe.StoredProcs.StoredProcEditForm..ctor()