Tagged Questions

0
votes
2answers
28 views

Problem integrating WCF with Sharp architecture

Hi, I'm working with an application which uses wcf and sharp architecture, I'm trying to create a service to write to the database. Here is my service: [ServiceContract] public interface …
0
votes
0answers
17 views

S#harp architecture mapping many to many and ado.net data services: A single resource was expected for the result, but multiple resources were found.

Hi, I'm developing an application that reads data from a SQL server database (migrated from a legacy DB) with nHibernate and s#arp architecture through ADO.NET Data services. I'm trying to map a …
0
votes
1answer
27 views

S#arp Architecture many-to-many mapping overrides not working

I have tried pretty much everything to get M:M mappings working in S#arp Architecture. Unfortunately the Northwind example project does not have a M:M override. All worked fine in my project before …
5
votes
3answers
94 views

Microsoft alternative to S#arp Architecture and underlying technologies

As stated in another post S#arp Architecture combines ASP.NET MVC with other frameworks and tools like NHibernate 2.0.1 NHibernate.Validator Fluent NHibernate Castle Windsor Rhino Mocks I …
0
votes
3answers
55 views

S#arp Architecture Fluent mapping for self referencing entity (Tree structure)

I've come up against a problem in converting my Fluent NH mapping to Sharp Architecture. I like the platform for it's ease, however it seems to handle entity mappings slightly differently to pure …
2
votes
1answer
42 views

S#arp architecture equivalent in Java

What’s the equivalent of S#arp architecture(.net) in the java world. A one stop package that encompasses all the best practices and well identified packages to start a web application project.
0
votes
1answer
39 views

S#arp Architecture Template

I am having a VS problem with S#arp Architecture; the template does not appear in the new -> project; what I can do? I've tried already registering the installvstemplates and the setup command in the …
1
vote
4answers
288 views

How to recompile Sharp Architecture library to use NHIbernate 2.1.0.4000 instead of 2.1.0.3001

I have updated the Sharp Architecture solution (SharpArchitecture_1.0_RTM_build_486) (my local copy) and referenced NHibernate 2.1.0.4000 instead of NHibernate 2.1.0.3001 dll. I have also updated all …
1
vote
2answers
277 views

NHibernate + ASP.NET MVC: model binder’s session is closed

I use custom model binder to bind Order/OrderItem in my actions. This model binder uses ServiceLocator.Current.GetInstance(); where ICart in turn depends on IOrderRepository (not sure if this …
0
votes
1answer
111 views

S#arp Architecture / NHibernate with multiple databases

I'm using S#arp Architecture (which uses NHibernate). I have some entities mapped to tables in one database and others mapped to a different database. Disclosure: Databases already exist so i can't do …
1
vote
4answers
204 views

A session factory has already been configured with the key of nhibernate.current_session

NOTE: I posted this on sharp architecture google groups also. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more …
1
vote
1answer
82 views

S#arp Architecture Visual Studio 2010 Beta 1 Template

How do I make S#arp Architecture project template work with Visual Studio 2010 Beta 1? Does anyone have an updated template or a converter? I've put it in all the places possible, but Visual Studio …
1
vote
2answers
149 views

S#arp Architecture model binder enumeration error

I am receiving an error from the SharpArchitecture model binder. "Collection was modified; enumeration operation may not execute." (Stack trace at the bottom). My MVC pages to create and edit my …
1
vote
2answers
157 views

ASP MVC/Sharp-Architecture beginner - how do actions get domain entities as inputs?

I'm trying out sharp-architecture (and ASP.NET MVC) for a new project after being on the fringes of that community for a while and I'm a little confused. Following the standard entity template …
4
votes
4answers
278 views

S#arp architecture vs straight IOC + NHibernate + MVC

Are the benefits enough to use another external assembly? How difficult is it to remove S#arp and keep NHibernate at a later point?

1 2 3 next
15 30 50 per page