The type or namespace name 'IConfigurationSource' could not be found

60 views
Skip to first unread message

mrink1074

unread,
Dec 14, 2011, 6:08:35 PM12/14/11
to OpenRasta
Getting the error in the following

using System;
using OpenRasta.Configuration;

namespace MyRestApplication
{
public class Configuration : IConfigurationSource
{
public void Configure()
{
}
}
}

Any ideas? Thanks.

Neil Mosafi

unread,
Dec 14, 2011, 6:54:38 PM12/14/11
to open...@googlegroups.com
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.

mrink1074

unread,
Dec 15, 2011, 10:29:25 AM12/15/11
to OpenRasta
A co-worker just pointed that out to me. Doh!

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.
>

Reply all
Reply to author
Forward
0 new messages