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
Hello Noah,
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.
Hi,
I am getting this error when i click button Object reference not set to an instance of an object in System.String EncodeColumnName(System.String) Method. I am using Infragistics4.Web.v14.1. Can you please tell me what is the exact reason behind this ? This was working fine with earlier version of IG controls.