I have an application that is running smoothly on my developer machine. This is a default Dynamic Data application working with SQL Compact 4 Database (located at a different location than the Dynamic Data Application). Now, when i moved it to deployment,
I am getting an error (as indicated in the bottom of the post) for certain tables (for others it is working smoothly).
Can someone pls suggest what could be going wrong?
Thanks
Abhishek
Type 'ASP.dynamicdata_filters_foreignkey_ascx' does not inherit from 'System.Web.DynamicData.QueryableFilterUserControl'.
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Type 'ASP.dynamicdata_filters_foreignkey_ascx' does not inherit from 'System.Web.DynamicData.QueryableFilterUserControl'. Source 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.
abhishekkant
Member
34 Points
10 Posts
Type 'ASP.dynamicdata_filters_foreignkey_ascx' does not inherit from 'System.Web.DynamicData.Quer...
Feb 06, 2012 07:54 AM|LINK
I think i may have a deployment problem at hand.
I have an application that is running smoothly on my developer machine. This is a default Dynamic Data application working with SQL Compact 4 Database (located at a different location than the Dynamic Data Application). Now, when i moved it to deployment, I am getting an error (as indicated in the bottom of the post) for certain tables (for others it is working smoothly).
Can someone pls suggest what could be going wrong?
Thanks
Abhishek
Type 'ASP.dynamicdata_filters_foreignkey_ascx' does not inherit from 'System.Web.DynamicData.QueryableFilterUserControl'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Type 'ASP.dynamicdata_filters_foreignkey_ascx' does not inherit from 'System.Web.DynamicData.QueryableFilterUserControl'.
Source Error:
Stack Trace:
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Type 'ASP.dynamicdata_filters_foreignkey_ascx' does not inherit from 'System.Web.DynamicData....
Feb 07, 2012 04:38 PM|LINK
Hi Abhishekkant, are the tables that show this error the only ones with FK Filter showing on them or does the FK filter work on some tables?
Always seeking an elegant solution.