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'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...
-
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