Home
Releases
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
1-10 of 40 < Previous Next >
1 vote

CSLAStoredProcedure Template

Hello, CSLAStoredProcedure template for CodeSmith generates: CREATE PROCEDURE [dbo].[uspAddConsumer] ..., @NewId uniqueidentifier OUTPUT AS SET @NewId = NEWID() INSERT INTO [dbo].[Consumer] ([@...

id# 16935 | Planned Release: None | Last Updated: Jun 5 at 9:57 AM  by nikolaik
1 vote

How to create ManyToOne relation property of NHibernateNameValueListBase inherited class

I am working on a project where using CSLA with NHibernate. I have created all my Reference tables classes inherited from NHibernateNameValueListBase class. They are working perfactly but the only ...

id# 16933 | Planned Release: None | Last Updated: Jun 5 at 7:39 AM  by zafarjcp
1 vote

ErrorTreeView doesn't start up

I get the following error when starting the example ErrorTreeView Assembly 'D:\Downloads\DOTNET\Lhotka\CSLAcontrib\CSLAcontrib-23831\ErrorTreeView\CslaErrorTreeView\obj\Debug\CslaErrorTreeView.dll'...

id# 15321 | Planned Release: None | Last Updated: Feb 24 at 10:11 AM  by Alef
1 vote
closed

EditableSwitchable bug

I posted this in the CodeSmith forums, but for your edification: There is a bug on line 45 of the EditableSwitchable template. The following line: <% string cPars = GetFactoryNewCallArguments(o...

id# 8862 | Planned Release: None | Last Updated: Feb 3 at 1:03 PM  by RickySupit
2 votes

CodeSmith templates errors(VS Integration)

Hi, I'm trying to generate the code for my business objects from VS2005. I added a codesmith projects and the outputs for it. When I try to generate the code it breaks with 'Object reference not ...

id# 10740 | Planned Release: None | Last Updated: Dec 9 2007 at 12:24 PM  by lprada
6 votes

Option to choose beetwen Stored procedure or Dynamic query generation

Hi, it's about a week that i'm studing CSLA and Codesmith templates for VB. Is it possible to add an option in the template's properties to choose the generation of Dynamic Query instead of Stored ...

id# 3010 | Planned Release: None | Last Updated: Dec 9 2007 at 12:24 PM  by lprada
1 vote

EditableRoot

Issues with EditableRoot 1) The property set is not created for the property where the attribute IsPrimaryKey is True. When the primary key is not an identity the user must be able to fill in this...

id# 11667 | Planned Release: None | Last Updated: Jul 12 2007 at 8:32 AM  by Alef
1 vote

Factory method NewResource is not created when setting IsIdentity to false on the property ResourceId

In your example xml file : MySample.xml you have put the IsIdentity attribute of ResourceId to true. This is not correct because in the example of Lhotka it is not an identity. But when you set the...

id# 11565 | Planned Release: None | Last Updated: Jul 6 2007 at 1:01 PM  by Alef
1 vote

TYpe missing on Constructor for EditableSwitchable

Code generated an EditableSwitchable class whose primary key is a string. The output was missing the type in the class constructor: private Source(string id) {..} Used templates from build 8718.

id# 10985 | Planned Release: None | Last Updated: Jun 12 2007 at 4:33 AM  by shailensukul
6 votes

Nullable types

It would be nice if the templates generated nullable types for integer and booleans. There are cases where we want to distinguish between a database null and a 0 integer, and need to know if a r...

id# 5451 | Planned Release: None | Last Updated: May 21 2007 at 12:25 AM  by jonno

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 40 < Previous 1 2 3 4 Next >
Updating...