You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a WebApi controller in the AppCode folder that does not have using AppCode.... It depends on another class in the same namespace (also in AppCode).
When we try to inspect this controller from AppCode (which references the other data object), it fails with an error message saying the class doesn't exist.
Your environment
2sxc version(s): 19.03.01
Browser: all
DNN: all
Hosting platform: all
Ui Languages: any/all
The text was updated successfully, but these errors were encountered:
Bug Affects...
[x] admin experience UI
[x] APIs like REST
Current Behavior / Expected Behavior
There is a WebApi controller in the AppCode folder that does not have
using AppCode...
. It depends on another class in the same namespace (also in AppCode).When we try to inspect this controller from AppCode (which references the other data object), it fails with an error message saying the class doesn't exist.
Your environment
The text was updated successfully, but these errors were encountered: