2.0 problem with languages

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
Hi,

I've downloaded the latest codebase for 2.0 as I'm keen to get stuck in and see how things are progressing with it.  I believe its written using ETF Code First so I don't need to create a database, etc as it will do it on first run.  However whenever I try building and running I get this error:

The ObjectContext instance has been disposed and can no longer be used for operations that require a connection.

For line:

var languages = query.ToList()

Within the GetAllLanguages method in LanguageService.cs

Wondering if anyone else has had this problem?

Thanks

Steve
Hace 12 años
We are aware of it. Thanks though

When refreshing the page, it will work. Odd behavior, but we are working on it.
Hace 12 años
Ah ha, fair enough.  For some stupid reason I didn't even try refreshing the page!  Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.