Issue With Manager Class
Hi,
I'm developing custom module. I have 2 model classes. Both of them derived from Content.
In this case I develope 2 manager classes ,they share the same data provider.
However the content which backend I access later will throw this error.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
Hello Anton,
This looks like you haven't registered your data provider in the configuration. This happens in the module configuration InitializeDefaultProviders as with the Products Module (ProductsConfig.cs). The whole module configuration is registered at the Initialize method of the module -> Config.RegisterSection<ProductsConfig>();
All the best,
Nikolay Datchev
the Telerik team