Hello -
I am trying to work on Web schedule Info and I had installed Infragistics2. WebUI.Webschedule.v10.2 . After installing I am getting error when i try to create a control :
Error is as follows:
Failed to create Designer'Infragistics.WebUI.Webschedule.WebScheduleInfo, Infragistics35.WebUI.WebSchedule.v8.2, Version= 8.2.20082.1000, Culture= neutral, PublicKeyToken=7dd5c3163f2cd0cb.
These are the assemblies which i added in my webconfig file:
add assembly="Infragistics2.WebUI.WebSchedule.v10.2, Version=10.2.20102.2018, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics35.WebUI.WebSchedule.v10.2, Version=10.2.20102.2018, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics35.WebUI.Shared.v10.2, Version=10.2.20102.2018, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/></assemblies
I had also added the references for Webschedule 10.2 and it is showing 8.2 too .
Please help!
Hi,
Check your .aspx markup to see if the reference there is the correct one.
Did you previously have 8.2 installed? I have to maintain multiple versions of the controls for different projects and sometimes drop the wrong version onto the page.
If the aspx reference and the web.config are correct then try searching for 8.2.20082.1000 in your solution, it must have sneaked in somewhere else. If you have a user control that contains WebSchedule check it's ascx markup file also.
Hope that helps!
Andy