Account Options

  1. Sign in
Google Groups Home
« Groups Home
How to run the samples
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
  2 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
 
Patrick De Boeck  
View profile  
 More options Sep 3 2010, 4:23 pm
From: Patrick De Boeck <patr...@allors.com>
Date: Fri, 3 Sep 2010 13:23:15 -0700 (PDT)
Local: Fri, Sep 3 2010 4:23 pm
Subject: How to run the samples
Hi,

I have build errors during the main build (running build.bat).  These
are related to not having a database setup (unittest failures).  Build
succeeds.  When I try to run the samples (MyNotes for example), He
cannot find the appropriate libraries (ncqrs.dll,
ncqrs.extensions.dll, ...)

Am I missing something or do I have to copy these manually?


 
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.
Pieter Joost van de Sande  
View profile  
 More options Sep 3 2010, 5:32 pm
From: Pieter Joost van de Sande <p...@born2code.net>
Date: Fri, 3 Sep 2010 23:32:13 +0200
Local: Fri, Sep 3 2010 5:32 pm
Subject: Re: How to run the samples

Hey Patrick,

Thanks for reporting this!

The TearDown method in the MsSqlServerEventStoreTests class was causing this
error. The database connection is tested in the Setup method and when
failed, the tests are ignored. But in the TearDown method we clean the
database, even when the test is ignored. This causes the error when there is
no database available.

I fixed this and pushed it to the development repository:
http://github.com/ncqrs/ncqrs/tree/development

Sorry for the trouble!

PJ

On Fri, Sep 3, 2010 at 10:23 PM, Patrick De Boeck <patr...@allors.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.
End of messages
« Back to Discussions « Newer topic     Older topic »