Kritischer Fehler: DataProvider

Die DataProvider Klasse "[DATAPROVIDERCLASS]" konnte nicht geladen werden.

Bitte kontaktieren Sie Ihren Foren Administrator. Eine technische Erklärung warum diese Fehler aufgetreten ist finden Sie unter auf dieser Seite.


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:
AspNetForums.Components.ForumsDataProvider.cs

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.