Showing related tags and posts accross the entire site.
-
Hello, I'm using a custom stored procedure calling an external assembly. The type of the SP is 'PC' rather than the regular 'P' (if I remember well). .nettiers could not pick it up and I had to create another custom SP calling the external one. Is there a way to make .nettiers pick...
Posted to
.netTiers - General Support
(Forum)
by
R4cOOn
on
12-07-2007
Filed under: .netTiers, Custom Stored Procedure, NetTiers.cst, Database, .net 3.0, custom stored Procedured procedure, Custom Stored Procedure error, database GAC
-
Hi Lars, I have had the same problem, only mine started as soon as I paid for a Standard Edition license after using the free trial. The standard edition does not use the template cache whereas the professional one does. This means that for s standard edition license, the 'Template Cache' directory...
-
Full error: "The type or namespace name 'Bindable' does not exist in the namespace xxx.Entities' (are you missing an assembly reference?) C:\Projects\xxx.Domain\xxxBase.generated.cs)" on line: [Entities.Bindable, DataObjectField ( false , false , true )] I started getting this error after modfiying my...
-
I was hoping someone could point me in the right direction. I'm normally used to working with DataAdapters and Datasets. Normally to implement business rules we would make heavy use of of the DataAdapter.RowUpdated event (for logging, notification etc...). What we really need is to be able to hook into...
-
I've used the default template (NetTiers.cst) in order to generate the coding for a SQL Server 2005 database. The template compiles sucessfully around 300 files, but when I try to compile the result into dll (Data, Entity), the following errors. It seems the class Entities.GenericTypeConvert.cs tries...
-
I'm also encountering the same issue with *.Generated.cs in generated DomainModel project. The Components\ComponentBase.cst is used to generate: set { if (base.<%= GetPropertyName(cols[x].Name) %> == value) return; base.<%= GetPropertyName(cols[x].Name) %> = value; <% if (IncludeGetListByFK...
-
Any ideas? Downloaded .netTiers for the first time today. Got to the first little piece of documentation that says "double click the NetTiers.cst file." I did this and it opened my CodeSmith 3.1.6 version. It ran through a compile list and then FAILED with the following errors: ---------------- Compile...
-
Codesmith support replied very quickly with the solution: From a command prompt enter: cs /resetconfig and enter 'y' to confirm. Warning, you will lose all user config settings. cheers, Alex