HI,
I am getting these assembly errors on build:
Error 1 The type 'Infragistics.WebUI.Shared.ISmartCallbackRender' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics45.WebUI.Shared.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. \\psf\Home\Documents\Visual Studio 2013\Reccelerator\Reccelerator\EventManagement\GlobalCalendar.aspx.designer.cs 31 74 Reccelerator Error 2 The type 'Infragistics.WebUI.Shared.IUltraLicensedComponent' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics45.WebUI.Shared.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. \\psf\Home\Documents\Visual Studio 2013\Reccelerator\Reccelerator\EventManagement\GlobalCalendar.aspx.designer.cs 31 74 Reccelerator Error 3 The type 'Infragistics.WebUI.WebControls.SmartWebControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics45.WebUI.Shared.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. \\psf\Home\Documents\Visual Studio 2013\Reccelerator\Reccelerator\EventManagement\GlobalCalendar.aspx.designer.cs 31 74 Reccelerator
Can I please send my webconfig or something to you to fix this issue? I'm going by the youtube video Get Started with the Web Schedule Control.
https://www.youtube.com/watch?v=X0pua3Riy78&list=PLDAFFE8C757FED32E&index=21
Thanks,
NK
Hi,
Thank you very much for the follow-up and support so far. I will be trying this again on Saturday and let you know.
Noah
Hello Noah,
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
Thank you for contacting us.
About the missing reference, you will need to add WebUI.Shared reference to your web.config definition. If you have installed version 14.1 of our product this means that you have this reference already in the GAC so you will need just to specify it in your web.config.
As I understand you are just starting to use our WebSchedule control, so I have created a sample that is showing how to reference all necessary dll-s for using WebScheduleInfo, WebMonthView, WebDayView and WebScheduleGenericDataProvider.
Code snippet:
If you have any other questions, contact me.