csla Questions

3

I'm receiving the following error in my WPF application: Declaration referenced in a method implementation cannot be a final method. And the only thing I have found states that the problem is th...
Allan asked 1/3, 2013 at 10:20

6

Solved

I'm using Automapper to map my NHibernate proxy objects (DTO) to my CSLA business objects I'm using Fluent NHibernate to create the mappings - this is working fine The problem I have is that the ...
Sense asked 16/7, 2012 at 13:15

1

I have the following business classes public class EditableRoot:Csla.BusinessBase<EditableRoot> { public string Name { get; private set; } public int Id { get; private set; } public stat...
Vituperate asked 4/2, 2015 at 20:32

6

Solved

What is CSLA Framework and Its use ?
Hadst asked 5/8, 2009 at 16:9

3

I've received an error report from a client recently and am having no luck resolving it. I'm hoping someone can give me some insight to what may be wrong. The error seems simple enough: Csla.Da...
Va asked 18/1, 2010 at 21:32

2

Solved

In VS2010 my MSTest test run just fine. When running in VS2012 I am getting an error. The test sets the Csla.ApplicationContext.User with a Custom Business Principal. When the EntityFramework is a...
Cameliacamella asked 22/8, 2012 at 13:5

3

Martin Fowler suggests using a service layer as a boundary between the domain model and and "Data Loaders". However, Rockford Lhotka suggests building validation into the business object itself and...
Scarabaeoid asked 10/6, 2009 at 12:53

1

Solved

Does anyone have an example of unit testing in CSLA. I find it difficult to implement TDD with this framework and was wondering if there is any simple ways of doing this. Is there any other Mock Fr...
Gilgai asked 10/2, 2012 at 11:7

1

I would like to know what tools, patterns, etc people have used to be able to do TDD with CSLA .NET 3.8 and higher. Which parts pose the most effort. Are there parts that are completely untested, ...
Marcellus asked 30/8, 2011 at 14:16

3

Solved

We experienced a number of errors on our live application a week or two ago that have so far escaped explanation. We saw these errors internally and they were also experienced by clients as it mani...
Straiten asked 22/8, 2011 at 15:54

1

Solved

I'm trying to get the result set and return value of a stored proc on SQL 2008 server. When I run the proc in sql management studio, I get the result set and the return value. However, when I try ...
Executrix asked 23/3, 2011 at 22:10

23

Solved

The main web application of my company is crying out for a nifty set of libraries to make it in some way maintainable and scalable, and one of my colleagues has suggested CSLA. So I've bou...
Wheelwork asked 18/8, 2008 at 21:23

7

What will be a good start point for learning CSLA framework.
Terriss asked 30/8, 2010 at 14:43

1

Solved

I have CSLA (1.x framework) objects from an existing project that I'm trying to use in a new .Net 4.0 project. The objects are being used in production and I really can't convert them to 2.x or EF ...
Augsburg asked 10/11, 2010 at 18:50

4

I am running into an issue with ASP.NET MVC where it is forcing the user to log back in after about 20 mins of inactivity. I am using Forms Authentication and have increased the time-out in the co...
Ukase asked 4/3, 2010 at 16:45

3

Solved

I am new to CSLA and Entity Framework. I am creating a new CSLA / Silverlight application that will replace a 12 year old Win32 C++ system. The old system uses a custom DCOM business object library...
Peraza asked 23/5, 2010 at 13:33

7

Solved

I'd like to learn CSLA.NET quickly. What advice do you have?
Perron asked 26/1, 2009 at 11:40

8

Solved

I am wanting to implement automated testing, using the Microsoft testing framework in Visual Studio, for my software development projects. I have created some tests, and all in all, it's pretty eas...
Spacecraft asked 14/2, 2009 at 3:9

3

My company is interested in porting a large business application to .NET. We plan on developing a desktop version and a silverlight version. I mostly researched the CSLA framework (got rocky's book...
Impress asked 10/5, 2009 at 15:25
1

© 2022 - 2024 — McMap. All rights reserved.