When dealing with view, I ran into an error like below where it cannot find the view for the plugin.
In visual studio, view created by default with Build Action set to Content. This needs to be changed to Embedded Resource.
The partial view also needed to be referenced by giving the fully qualified name space in the calling view.
No comments:
Post a Comment