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
I try to mount RCL dynamic, if in setup I use like
var viewAssemblyPart = new CompiledRazorAssemblyPart(viewAssembly);
var controllerAssemblyPart = new AssemblyPart(assembly);
_partManager.ApplicationParts.Add(controllerAssemblyPart);
_partManager.ApplicationParts.Add(viewAssemblyPart);
can load RCL success.
But in Controller, I try to use IActionDescriptorChangeProvider send something is change, Controller and Action will be mounted, but .views.dll looks like not mounted.
It will throw a InvaildOpertionException tall me view not found.
Anyway can mount .views.dll?
thanks a lot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I try to mount RCL dynamic, if in setup I use like
can load RCL success.
But in Controller, I try to use IActionDescriptorChangeProvider send something is change, Controller and Action will be mounted, but .views.dll looks like not mounted.
It will throw a InvaildOpertionException tall me view not found.
Anyway can mount .views.dll?
thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions