Google Groups Home
Help | Sign in
An Introduction and a patch
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
  10 messages - Collapse all
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
Jonathan Parker  
View profile
 More options May 7, 9:51 am
From: "Jonathan Parker" <jonathanparkerem...@gmail.com>
Date: Wed, 7 May 2008 23:51:56 +1000
Local: Wed, May 7 2008 9:51 am
Subject: An Introduction and a patch

Hi all,

I thought I would introduce myself as I've just joined.

Anyway I've got a patch for a bug I found last night.

The UnitTests project is referencing MvcContrib.StructureMap.dll which has
was deleted in revision 213.

Once I removed the reference the tests all passed so here's the patch.

Jonathan.

  remove_MvcContrib.StructureMap_reference_from_UnitTest.csproj.patch
1K Download

    Reply to author    Forward  
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.
Andrew Browne  
View profile
 More options May 8, 12:30 am
From: "Andrew Browne" <brow...@brownie.com.au>
Date: Thu, 8 May 2008 14:30:30 +1000
Local: Thurs, May 8 2008 12:30 am
Subject: Re: [ccs-discuss] An Introduction and a patch

Welcome Jonathan,

Good to be working with you again.

cheers
Brownie

On Wed, May 7, 2008 at 11:51 PM, Jonathan Parker <


    Reply to author    Forward  
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 Parker  
View profile
 More options May 8, 7:18 am
From: "Jonathan Parker" <jonathanparkerem...@gmail.com>
Date: Thu, 8 May 2008 21:18:55 +1000
Local: Thurs, May 8 2008 7:18 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

The pleasure's all mine.

Hey I'm now at the point of wanting to test out the site. How do I get some
sample data that I can work with.

On Thu, May 8, 2008 at 2:30 PM, Andrew Browne <brow...@brownie.com.au>
wrote:


    Reply to author    Forward  
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.
Matt Hinze  
View profile
 More options May 8, 7:22 am
From: "Matt Hinze" <mhi...@gmail.com>
Date: Thu, 8 May 2008 06:22:46 -0500
Local: Thurs, May 8 2008 7:22 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

There is a data loader - ZDataLoader.cs and the test it contains - that will
automatically run during the build.

On Thu, May 8, 2008 at 6:18 AM, Jonathan Parker <


    Reply to author    Forward  
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 Parker  
View profile
 More options May 8, 7:36 am
From: "Jonathan Parker" <jonathanparkerem...@gmail.com>
Date: Thu, 8 May 2008 21:36:50 +1000
Local: Thurs, May 8 2008 7:36 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

Will this keep the data in the database after the tests have finished?
I've run the tests in debug mode and can see the data being added but I
think it's deleted after the tests finish.

Currently /conference/current gives me System.Data.SqlClient.SqlException:
Invalid object name 'Conferences'.

on line 46 of
C:\Code\Codecampserver\src\DataAccess\Impl\ConferenceRepository.cs
while executing:

Conference matchingConference = query.UniqueResult<Conference>();

When I look in the database the only table that exists is
usd_AppliedDatabaseScript.

Any help much appreciated.


    Reply to author    Forward  
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 Parker  
View profile
 More options May 8, 7:44 am
From: "Jonathan Parker" <jonathanparkerem...@gmail.com>
Date: Thu, 8 May 2008 21:44:21 +1000
Local: Thurs, May 8 2008 7:44 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

Magic! It's working now after running the build for the nth time.

Now for testing it out on IIS7. Any tips?

On Thu, May 8, 2008 at 9:36 PM, Jonathan Parker <


    Reply to author    Forward  
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.
Matt Hinze  
View profile
 More options May 8, 7:46 am
From: "Matt Hinze" <mhi...@gmail.com>
Date: Thu, 8 May 2008 06:46:50 -0500
Local: Thurs, May 8 2008 7:46 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

Yes, it should stay in the database after the build is finished.  Make sure
you run the build and not just the tests. It's important that the
ZDataLoader test runs last.

On Thu, May 8, 2008 at 6:36 AM, Jonathan Parker <


    Reply to author    Forward  
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 Parker  
View profile
 More options May 8, 8:48 am
From: "Jonathan Parker" <jonathanparkerem...@gmail.com>
Date: Thu, 8 May 2008 22:48:13 +1000
Local: Thurs, May 8 2008 8:48 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

I've managed to get it working with IIS7 with integrated pipeline mode on.
I basically just coppied the system.webServer part of this file (
http://www.codeplex.com/aspnet/SourceControl/FileView.aspx?itemId=988...)
into the Web.config.

I can upload a patch if people think its a good idea to include this
section.


    Reply to author    Forward  
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.
Ben Scheirman  
View profile
 More options May 8, 9:53 am
From: "Ben Scheirman" <subdigi...@gmail.com>
Date: Thu, 8 May 2008 08:53:32 -0500
Local: Thurs, May 8 2008 9:53 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

Yes, that section won't be read in IIS6, so it won't affect anyone else.  A
patch would be nice.

On Thu, May 8, 2008 at 7:48 AM, Jonathan Parker <


    Reply to author    Forward  
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 Parker  
View profile
 More options May 8, 10:08 am
From: "Jonathan Parker" <jonathanparkerem...@gmail.com>
Date: Fri, 9 May 2008 00:08:23 +1000
Local: Thurs, May 8 2008 10:08 am
Subject: Re: [ccs-discuss] Re: An Introduction and a patch

I've attached the patch.
As the link shows it comes from the latest version of codeplex mvc templates
so it should be up to date.

  config_to_run_on_iis7.patch
3K Download

    Reply to author