Критичкская ошибка: DataProviderНе удаётся загрузить класс «[DATAPROVIDERCLASS]».Пожалуйста, обратитесь к администратору форума. Техническое объяснение данной ошибки приведено ниже. |
|
Форум ожидает загрузки класса уровня абстрагирования данных (DAL); в данном случае класса [DATAPROVIDERCLASS]. Класс DAL используется для взаимодействия с хранилищем инфорации для ASP.NET Forums (по умолчанию, таким классом является SqlDataProvider).
Данный класс требует, чтобы были реализованы определённые методы и свойства, поскольку класс наследует их из класса, указанного ниже:
В данном случае класс ForumsDataProvider определяет методы и/или свойства, которые отсутсвуют в [DATAPROVIDERCLASS]. Пожалуйста, откройте класс провайдера и попытайтесь перекомпилировать его. Вы должны получить диагностику ошибок компиляции с перечислением отсутствующих методов или свойств. для получения дополнительной информации посетите http://forums.asp.net, сайт команды разработчиков ASP.NET Forums. |
Critical Error: DataProviderThe dataprovider class "[DATAPROVIDERCLASS]" could not be loaded.Please contact your forums administrator. A technical explanation of why this error is casused is below. |
|
The forums expects to load a data abstraction layer (DAL) class; in this case: [DATAPROVIDERCLASS]. This DAL is used to communicate to whatever datastore you are using for the ASP.NET Forums (the default data store class is SqlDataProvider).
This class requires that certain methods and properties are implemented as it inherits these from the class below:
In this case, the ForumsDataProvider class defines methods and/or properties that are missing in [DATAPROVIDERCLASS]. Please open your data provider class and attempt to recompile. You should get detailed compilation errors noting the missing methods/properties. For more information you can also visit http://forums.asp.net the home of the ASP.NET Forums development team. |