Skip to content
Discussion options

You must be logged in to vote

In CSLA 7 there is no longer a static Csla.ApplicationContext. Instead, you must inject the ApplicationContext service into a page or anywhere else that you need to use it.

@inject Csla.ApplicationContext applicationContext;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mikeclimbs23
Comment options

Answer selected by fundez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants