We are running under .Net 2007 Volume 2. Our scheduling application's calendar view is not showing the appointments in correct time slots under Daily View. Appointment is scheduled and correctly shown under Weekly View . i.e. 9:00am - 10:00am. But with Chrome, it shows the appointment somewhere around 1:00pm on Daily View. Could it be that Chrome is using GMT time slot instead of EST USA time zone. if so how can be corrected in Daily View control? It is also shrinking the time slots in Daily View control and time separator lines are not aligned with actual Times.
It works fine under IE and FireFox. Any suggestions. This is a critical issue for our company. Here are the screens under Chrome.
Thanks,
Hi,
The most common issue when upgrading is caused when, if you use local copies of the assemblies, you have not cleared out the bin folder of the old dlls. And I would check to see if the license.licx file contains any references to the previous Infragistic versions.
Please give me the exact details of the exception that you are receiving. What Infragistics objects were being referenced in your classes? If you are getting ambiguous reference message, that would indicate that your application is likely including multiple versions of the same assembly.
Were you able to resolve this issue? If you have any more questions, please let me know. And as I said before please give me the exact details of the exception.
Let me create a case for you. As soon as I've done that, I will contact you directly and you will be able to add your questions and pass that information to me thru the case.
Thanks for checking on this issue. I made some progress yesterday and VB classes are recognized now. I had to move these classes to the main folder. But I still have some issues.
One related to date-time format which is not recognized by version 10.2, but it is working with version 7.2. for this statement.
appt.StartDateTime = *This.StringToDate(StrDateTime)
* Cannot convert type 'Infragistics.WebUI.Shared.SmartDate' to type 'Infragistics.WebUI.Shared.SmartDate'
And the other one is related to adding appointment item to the calendar. I have a separate class to wrap this routine with "Infragistics.WebUI.WebSchedule.AppointmentsSubsetCollection".
But "AppointmentsSubsetCollection" is no longer available under version 10.2. but it is available under version 7.2.
I would like to send the related code and other errors with date-time issue to your email address instead of posting it. Could you provide me your email address please? My email address is ctanverdi@capsoftinc.com
Thank you.