using System;
using OpenRasta.Configuration;
namespace MyRestApplication
{
public class Configuration : IConfigurationSource
{
public void Configure()
{
}
}
}
Any ideas? Thanks.
Thanks for the reply.
On Dec 14, 5:54 pm, Neil Mosafi <nmos...@gmail.com> wrote:
> Pretty much what it says on the tin, it can't find the type
> IConfigurationSource. Generally that means that you haven't added a
> reference to the OpenRasta assembly, so check that.
>