Hi,
I have been trying the "Best Practices in web development with OpenAccess" sample (
found here) but it makes my page fail totally. It can't load either the theme or the asp.net ajax.
The only thing I have done, is copying the ScopeModule into my project at changed the Namespaces.
When running in debug it fails in line 47:
IObjectScope scope = (IObjectScope)HttpContext.Current.Session[SCOPE_KEY]; (The method CreateTransaction())
This causes the JavaScript error:
ASP.NET Ajax client-side framework failed to load.
When I remove the HttpModule from my web.config, theme and ajax is working just fine.
I'm using VS2008 SP1 with .net 3.5 and the latest
OpenAccess ORM EXPRESS.
What am I doing wrong?