Greetings,
I have a project that uses the webdialogwindow on several pages. This morning when I added a new webdialogwindow to a new page I receive the following error -
The base class includes the field 'WebDialogWindow1', but its type (Infragistics.Web.UI.LayoutControls.WebDialogWindow) is not compatible with the type of control (Infragistics.Web.UI.LayoutControls.WebDialogWindow
What's strange is that all my other webdialogwindows are working just fine.
Other iinfo: VS2008, asp.net 3.5, Infragistics version 11.2.
Thoughts anyone?
Regards,
Armand
Hello,Please let me know if you need further assistance with this case. Is the issue still persisiting
Hello Armand,This type mismatch you are facing is due to referencing two different builds of one assembly. For example if you have added WDW control from toolbox created for CLR 2 or from toolbox created for 11.1 or other version of NetAdvantage this is adding reference to the assembly containing this version of the control. Another possible reason causing this issue could be upgrade to the new service release 11.2.20112.2025 and none running the version utility which will keep references to the old assemblies in your projects but toolboxes to be updated and referencing new builds of the assemblies. Basically the issue is caused by having referenced in your page/web.config two different builds of assemblies containing WebDialogWindow control.