Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
1.9.5 Released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  23 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alec Whittington  
View profile  
 More options Feb 7 2011, 11:29 pm
From: Alec Whittington <alec.whitting...@gmail.com>
Date: Mon, 7 Feb 2011 21:29:13 -0700
Local: Mon, Feb 7 2011 11:29 pm
Subject: 1.9.5 Released
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
McTrev  
View profile  
 More options Feb 8 2011, 4:04 am
From: McTrev <ntcod...@gmail.com>
Date: Tue, 8 Feb 2011 01:04:11 -0800 (PST)
Local: Tues, Feb 8 2011 4:04 am
Subject: Re: 1.9.5 Released
Great news. I'm hoping to upgrade a project I'm working on from the
previous release to this one.

Don't suppose there are a check list of things I need to change or to
be aware of?

On Feb 8, 4:29 am, Alec Whittington <alec.whitting...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Seif Attar  
View profile   Translate to Translated (View Original)
 More options Feb 8 2011, 7:58 am
From: Seif Attar <i...@seifattar.net>
Date: Tue, 8 Feb 2011 12:58:40 +0000
Local: Tues, Feb 8 2011 7:58 am
Subject: Re: 1.9.5 Released
I have updated SharpArchContrib to .Net4 and SharpArch 1.9.5, you can
get downloads from

https://github.com/sharparchitecture/Sharp-Architecture-Contrib/downl...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Hinett  
View profile  
 More options Feb 8 2011, 8:17 am
From: "Paul Hinett" <p...@ukcreativedesigns.com>
Date: Tue, 8 Feb 2011 13:17:51 -0000
Local: Tues, Feb 8 2011 8:17 am
Subject: RE: 1.9.5 Released
Great news and good timing for a new project I'm starting today!

Looking forward to the 2.0 release...what additional features will 2.0 have
by the way?

Paul


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Hinett  
View profile  
 More options Feb 8 2011, 8:26 am
From: "Paul Hinett" <p...@ukcreativedesigns.com>
Date: Tue, 8 Feb 2011 13:26:04 -0000
Local: Tues, Feb 8 2011 8:26 am
Subject: RE: 1.9.5 Released
Does the AreaViewEngine not support .cshtml files for the razor  view
engine?

From first looking at the source code, it only seems to be looking for .aspx
files.

Paul


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Seif Attar  
View profile  
 More options Feb 8 2011, 8:33 am
From: Seif Attar <i...@seifattar.net>
Date: Tue, 8 Feb 2011 13:33:00 +0000
Subject: Re: 1.9.5 Released
At the end of this thread

http://groups.google.com/group/sharp-architecture/browse_thread/threa...

Bas says he got it working with Razor, all you need is a custom AreaViewEngine

    public class AreaViewEngine : RazorViewEngine
    {
        public AreaViewEngine()
        {
            AreaViewLocationFormats = new[] {
                "~/Views/{2}/{1}/{0}.cshtml",
                "~/Views/{2}/Shared/{0}.cshtml",
            };

            AreaMasterLocationFormats = AreaViewLocationFormats;
            AreaPartialViewLocationFormats = AreaViewLocationFormats;
        }
    }

Hope this helps,
Seif


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Hinett  
View profile  
 More options Feb 8 2011, 8:37 am
From: "Paul Hinett" <p...@ukcreativedesigns.com>
Date: Tue, 8 Feb 2011 13:37:02 -0000
Local: Tues, Feb 8 2011 8:37 am
Subject: RE: 1.9.5 Released
Thank you that worked, would be better if this was baked into the sharp
project though.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alec Whittington  
View profile  
 More options Feb 8 2011, 10:10 am
From: Alec Whittington <alec.whitting...@gmail.com>
Date: Tue, 8 Feb 2011 08:10:54 -0700
Local: Tues, Feb 8 2011 10:10 am
Subject: Re: 1.9.5 Released

We will have an upgrade guide in the next week or so, in the meantime i say
just go for it.

Cheers,
Alec Whittington
twitter: http://twitter.com/alecwhittington
<http://twitter.com/alecwhittington>blog: http://blog.sharparchitecture.net
Become a fan of S#arp Architecture on
Facebook<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alec Whittington  
View profile  
 More options Feb 8 2011, 10:12 am
From: Alec Whittington <alec.whitting...@gmail.com>
Date: Tue, 8 Feb 2011 08:12:14 -0700
Local: Tues, Feb 8 2011 10:12 am
Subject: Re: 1.9.5 Released

Paul,
    I will be the first to admit that we are not fans of the Razor view
engine, but you are right, this should be baked into the core. Perhaps we
will place an alternate area view engine in the contrib in the meantime and
for 2.0 add the razor support.

Cheers,
Alec Whittington
twitter: http://twitter.com/alecwhittington
<http://twitter.com/alecwhittington>blog: http://blog.sharparchitecture.net
Become a fan of S#arp Architecture on
Facebook<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>

On Tue, Feb 8, 2011 at 6:37 AM, Paul Hinett <p...@ukcreativedesigns.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Hinett  
View profile  
 More options Feb 8 2011, 10:17 am
From: "Paul Hinett" <p...@ukcreativedesigns.com>
Date: Tue, 8 Feb 2011 15:17:51 -0000
Local: Tues, Feb 8 2011 10:17 am
Subject: RE: 1.9.5 Released

Ok that's fine.

Do you guys still recommend the spark view engine out of the engines
available then.I've not really used anything other than the Web Form engine
at the moment (which is terrible!!)

Paul

From: sharp-architecture@googlegroups.com
[mailto:sharp-architecture@googlegroups.com] On Behalf Of Alec Whittington
Sent: 08 February 2011 15:11
To: sharp-architecture@googlegroups.com
Subject: Re: 1.9.5 Released

We will have an upgrade guide in the next week or so, in the meantime i say
just go for it.

Cheers,
Alec Whittington

twitter: http://twitter.com/alecwhittington

blog: http://blog.sharparchitecture.net

Become a fan of S#arp Architecture on Facebook
<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>

On Tue, Feb 8, 2011 at 2:04 AM, McTrev <ntcod...@gmail.com> wrote:

Great news. I'm hoping to upgrade a project I'm working on from the
previous release to this one.

Don't suppose there are a check list of things I need to change or to
be aware of?

On Feb 8, 4:29 am, Alec Whittington <alec.whitting...@gmail.com>
wrote:

> http://weblogs.asp.net/alecwhittington/archive/2011/02/07/sharp-archi...

> Please report any issues that you might encounter.

> Cheers,
> Alec Whittington
> twitter:http://twitter.com/alecwhittington
> <http://twitter.com/alecwhittington>blog:http://blog.sharparchitecture.net
> Become a fan of S#arp Architecture on
> Facebook<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>

--
You received this message because you are subscribed to the Google Groups
"S#arp Architecture" group.
To post to this group, send email to sharp-architecture@googlegroups.com.
To unsubscribe from this group, send email to
sharp-architecture+unsubscribe@googlegroups.com
<mailto:sharp-architecture%2Bunsubscribe@googlegroups.com> .
For more options, visit this group at
http://groups.google.com/group/sharp-architecture?hl=en.

--
You received this message because you are subscribed to the Google Groups
"S#arp Architecture" group.
To post to this group, send email to sharp-architecture@googlegroups.com.
To unsubscribe from this group, send email to
sharp-architecture+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/sharp-architecture?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
geoffrey smith  
View profile  
 More options Feb 8 2011, 10:27 am
From: geoffrey smith <smith.geoffre...@gmail.com>
Date: Tue, 8 Feb 2011 09:27:18 -0600
Local: Tues, Feb 8 2011 10:27 am
Subject: Re: 1.9.5 Released

Spark is to be the default (though it is very, very easy to swap out view
engines). The great thing about Spark is that it is very easy to implement
into any sort of e-mail or PDF templating your system might do.

For Razor this is needlessly complicated, or at least was a couple months
ago when I researched it.

On Tue, Feb 8, 2011 at 9:17 AM, Paul Hinett <p...@ukcreativedesigns.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alec Whittington  
View profile  
 More options Feb 8 2011, 10:59 am
From: Alec Whittington <alec.whitting...@gmail.com>
Date: Tue, 8 Feb 2011 08:59:08 -0700
Local: Tues, Feb 8 2011 10:59 am
Subject: Re: 1.9.5 Released

We still recommend Spark and with 2.0 it will be the defacto. I'm starting
to work with Razor at work, so I will give some real world feedback as we go
forward with it internally.

Cheers,
Alec Whittington
twitter: http://twitter.com/alecwhittington
<http://twitter.com/alecwhittington>blog: http://blog.sharparchitecture.net
Become a fan of S#arp Architecture on
Facebook<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>

On Tue, Feb 8, 2011 at 8:27 AM, geoffrey smith
<smith.geoffre...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan George  
View profile  
 More options Feb 8 2011, 11:26 am
From: Jonathan George <j...@jonathangeorge.co.uk>
Date: Tue, 8 Feb 2011 16:26:05 +0000
Local: Tues, Feb 8 2011 11:26 am
Subject: Re: 1.9.5 Released

Having spent the past four weeks working on a project using Razor, I've had
my initial views confirmed - it's better than WebForms, but it's a long way
off being as nice to work with as Spark.

Jon

On 8 February 2011 15:59, Alec Whittington <alec.whitting...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gs  
View profile  
 More options Feb 8 2011, 11:43 am
From: gs <smith.geoffre...@gmail.com>
Date: Tue, 8 Feb 2011 08:43:01 -0800 (PST)
Local: Tues, Feb 8 2011 11:43 am
Subject: Re: 1.9.5 Released
I should also point out that since I complained about Spark
conflicting with jquery-templates, which is now part of jquery-ui
proper, there's been a few nice workarounds:

http://blog.robertgreyling.com/2010/11/spark-and-jquery-templates-lea...

On Feb 8, 10:26 am, Jonathan George <j...@jonathangeorge.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
clayton collie  
View profile  
 More options Feb 8 2011, 5:50 pm
From: clayton collie <gbo...@gmail.com>
Date: Tue, 8 Feb 2011 17:50:06 -0500
Local: Tues, Feb 8 2011 5:50 pm
Subject: Re: 1.9.5 Released

Question,
i'm working on a long term project, and i've been working with a custom
version of 1.5. The changes i made was to swap out Castle for StructureMap.

Are there any dependencies on Castle (outside of Castle.Core for NH and
Windsor for the SharpArch.Web assembly ?) I'd rather not have to convert IOC
usage to upgrade.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alec Whittington  
View profile  
 More options Feb 8 2011, 6:52 pm
From: Alec Whittington <alec.whitting...@gmail.com>
Date: Tue, 8 Feb 2011 16:52:03 -0700
Local: Tues, Feb 8 2011 6:52 pm
Subject: Re: 1.9.5 Released

I believe those are still the only ones, but I will need to verify that for
you. There are the main dependencies in the template, but sounds like you've
got that covered.

Cheers,
Alec Whittington
twitter: http://twitter.com/alecwhittington
<http://twitter.com/alecwhittington>blog: http://blog.sharparchitecture.net
Become a fan of S#arp Architecture on
Facebook<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
GHS  
View profile  
 More options Feb 9 2011, 1:36 am
From: GHS <ghsj...@gmail.com>
Date: Tue, 8 Feb 2011 22:36:57 -0800 (PST)
Local: Wed, Feb 9 2011 1:36 am
Subject: Re: 1.9.5 Released
I have successfully created site using SA1.9.5. I have faced only 2
minor issues.
1. MvcContrib.TestHelper, I had to replaced with MVC 3 version from
MvcContrib site
2. ISessionFactoryKeyProvider, I had to register using
DefaultSessionFactoryKeyProvider in

On Feb 8, 3:52 pm, Alec Whittington <alec.whitting...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Jensen  
View profile  
 More options Feb 9 2011, 2:19 am
From: Kevin Jensen <ke...@kineticmedia.net>
Date: Tue, 8 Feb 2011 23:19:00 -0800 (PST)
Subject: Re: 1.9.5 Released
Can you let me know how to do #2? (ISessionFactoryKeyProvider fix)

-Kevin

On Feb 9, 12:36 am, GHS <ghsj...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Richards  
View profile  
 More options Feb 9 2011, 10:29 am
From: Chris Richards <chris.richa...@yellowfeather.co.uk>
Date: Wed, 9 Feb 2011 07:29:53 -0800 (PST)
Local: Wed, Feb 9 2011 10:29 am
Subject: Re: 1.9.5 Released
You need to add the code below to
ComponentRegistrar.AddGenericRepositoriesTo in the CastleWindsor
namespace of your SharpArchitecture.<APP_NAME>.Web project:

            container.Register(
                    Component
                        .For(typeof(ISessionFactoryKeyProvider))
                        .ImplementedBy(typeof(DefaultSessionFactoryKeyProvider))
                        .Named("sessionFactoryKeyProvider"));

On Feb 9, 7:19 am, Kevin Jensen <ke...@kineticmedia.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alec Whittington  
View profile  
 More options Feb 9 2011, 10:36 am
From: Alec Whittington <alec.whitting...@gmail.com>
Date: Wed, 9 Feb 2011 08:36:50 -0700
Local: Wed, Feb 9 2011 10:36 am
Subject: Re: 1.9.5 Released

Chris,
    I'll get this updated tonight and a new release packaged up for it.

Cheers,
Alec Whittington
twitter: http://twitter.com/alecwhittington
<http://twitter.com/alecwhittington>blog: http://blog.sharparchitecture.net
Become a fan of S#arp Architecture on
Facebook<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>

On Wed, Feb 9, 2011 at 8:29 AM, Chris Richards <

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Jensen  
View profile  
 More options Feb 9 2011, 10:38 am
From: Kevin Jensen <ke...@kineticmedia.net>
Date: Wed, 9 Feb 2011 07:38:24 -0800 (PST)
Local: Wed, Feb 9 2011 10:38 am
Subject: Re: 1.9.5 Released
Thanks Chris!

On Feb 9, 9:29 am, Chris Richards <chris.richa...@yellowfeather.co.uk>
wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Richards  
View profile  
 More options Feb 9 2011, 4:03 pm
From: Chris Richards <chris.richa...@yellowfeather.co.uk>
Date: Wed, 9 Feb 2011 13:03:56 -0800 (PST)
Local: Wed, Feb 9 2011 4:03 pm
Subject: Re: 1.9.5 Released
Thanks Alec, where is the source for the SharpArch Templify package?
When I made the multi-tenancy updates I couldn't find it on GitHub.

Chris

On Feb 9, 3:36 pm, Alec Whittington <alec.whitting...@gmail.com>
wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alec Whittington  
View profile  
 More options Feb 9 2011, 6:40 pm
From: Alec Whittington <alec.whitting...@gmail.com>
Date: Wed, 9 Feb 2011 16:40:09 -0700
Local: Wed, Feb 9 2011 6:40 pm
Subject: Re: 1.9.5 Released

There is no source for it, I usually use the last templify package, make the
changes, then have Templify package it up for me. The original package was
created from a 1.6.0.0 VS template that we used to distribute.

If you want to make a custom package, I would suggest using the latest
package (at whatever point in time you are working from), apply the changes
and then use Templify to package it for you. Templify takes a process that
used to take at least a couple of nights and condenses it down to a matter
of an hour or so (including the time it takes to make the changes that are
needed).

Cheers,
Alec Whittington
twitter: http://twitter.com/alecwhittington
<http://twitter.com/alecwhittington>blog: http://blog.sharparchitecture.net
Become a fan of S#arp Architecture on
Facebook<http://www.facebook.com/pages/Sarp-Architecture/117591724971997>

On Wed, Feb 9, 2011 at 2:03 PM, Chris Richards <

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »