I am new to module development and am working through the "DotNetNuke 5 Hello World II (Using a Database)" tutorial.
I get the LINQ to SQL to hook up correctly, I have the database shining brightly and connecting beautifully. But I keep getting the following error:
"A critical error has occurred. Could not determine a MetaTable. A MetaTable could not be determined for the data source 'LinqDataSource1' and one could not be inferred from the request URL. Make sure that the table is mapped to the data source, or that the data source is configured with a valid context type and table name, or that the request is part of a registered DynamicDataRoute."
I have tripled checked that my datasource is connected, that my table is indeed mapped and that I have the context type that is given in the example.
What in the world am I missing?? Any help is welcome.