Replies: 1 comment 2 replies
-
|
Hi Greg, there is no |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
I'm trying to set up dependency injection in a WPF project using CSLA 10 and .Net 10. In the app.xaml.cs file doing this:
...
The
options.AddWpf()
Is throwing an error:
'CslaOptions' does not contain a definition for 'AddWpf' and no accessible extension method 'AddWpf' accepting a first argument of type 'CslaOptions' could be found (are you missing a using directive or an assembly reference?)
I have all required nuget references/using statements for CSLA in a GlobalUsings.cs class:
global using Csla;
global using Csla.Configuration;
global using Csla.Core;
global using Csla.Data;
global using Csla.Properties;
global using Csla.Rules;
global using Csla.Runtime;
global using Csla.Xaml;
Any ideas?
Thanks in advance!
Greg
Beta Was this translation helpful? Give feedback.
All reactions