Closed emeyke closed 3 years ago
We will try to answer all questions that do not require research within 24hr. To prioritize cases that require research we use the following labels in order. For all other issues the posting time is respected.
This case is prioritized.
Here is the sample project. Test action in Test Controller (in Win) demonstrates the issue. https://www.dropbox.com/s/byfuvsn3tgzyi7z/XpandTestSolution.zip?dl=0
IObjectSpace os = Application.CreateObjectSpace();
avoid this overload in general and try to use this
IObjectSpace os = Application.CreateObjectSpace(typeof(XpandLogonParameters));
does it work?
It works! Thanks, Evgeniy
This started returning null in 20.2
IObjectSpace os = Application.CreateObjectSpace(); XpandLogonParameters p = os.CreateObject();