Home > Software engineering >  XAFApplication model property unexpectedly not set. Trying to set custom template for .net core6 (XA
XAFApplication model property unexpectedly not set. Trying to set custom template for .net core6 (XA

Time:03-17

I need to set up a template form for my .net core xaf project. As described Initialize Frame Template Cache

It turns out that in the good call stack the following is true

if (RunSetupInNewThread && (SplashScreen == null || SplashScreen is DXSplashScreen))

DXSplashScreen

CodePudding user response:

It's a duplicate of e.Application.Model != null

CodePudding user response:

I was able to get winApplication.Setup to follow the happy path by deleting my SplashScreen.cs.

  • Related