Showing related tags and posts accross the entire site.
-
Hi everybody, I've installed NetTiers 2.2.0 and CodeSmith Professional 4.0 and actually I'm on my way to use them with Oracle CLient 10g through the OracleNativeSchemaProvider, but I've a few problems: If I try to use any version of this provider, I get the error from 'MemberColumnSchema'...
-
Unexpected SchemaExplorer type 'MemberColumnSchema' encountered. Extended properties are not yet supported for this type. An error of type "NotSupportedException" occured while attempting to execute this template. To enable Just-In-Time debugging on this template set the "Debug" attribute to "True" in...
-
Hi all, 1. Create this sample database with two table CREATE TABLE [MyTableDetail] ( [Id] int identity(1,1) NOT NULL, [MasterId] int NOT NULL, [Field1] datetime NOT NULL, [Field2] decimal(10,5) NOT NULL ) GO CREATE TABLE [MyTableMaster] ( [Id] int identity(1,1) NOT NULL, [Field1] datetime NOT NULL, ...
-
I am using a trial version of CodeSmith Studio (Version 5.0.1 Revision 4983) Here is the exception I am getting while trying to render a template I created: System.Data.SqlClient.SqlException: Operand type clash: void type is incompatible with IntTable at System.Data.SqlClient.SqlConnection.OnError(SqlException...