Hello, I just installed windows 8 pro and VS2012, and I have a problem with your scheduling components (12.1).The steps to reproduce the problem are very easy:
1) Create a new WPF application (Net Framework 4.5)2) Drag and drop a ScheduleView
Roberto Dalmonte
We have the same problem with this control. Any news on the bug fix?
Can infragistic tell us a rough estimate on when this can be fixed?
This issue can be easily replicated in their WPF Sample projects. Hence I am surprise that this is not picked up in their testing
Well, since 4.5 has been available in Beta or RC for for some time, and the error occurs whenever using the Schedule control on a system with 4.5 installed - I would think their test suite maybe should have picked it up. That said, they provided me a fix quickly, so I'm a happy customer. I did find it kinda funny that their marketing department sent out an email talking about how they are fully 4.5 compatible - when they have this known issue that is not yet fixed in a public SR.
We are having the same problem. Opening a Window with a XamMonthView crashes after upgrading the OS from .NET 4 to .NET 4.5 RTM, while leaving the project still on .NET 4; upgrading to .NET 4.5 RC didn't show the problem. I know that this is a .NET 4.5 (Microsoft) bug, but is there a hotfix available from Infragistics?
Here is our stack trace:
=======================================================(inner most exception)=== (1) System.Security.VerificationException================================================================================Method : .ctorType : Infragistics.Controls.Schedules.StoragePropsInfo+TypedPropInfo`2Assembly : InfragisticsWPF4.Controls.Schedules.v12.1, Version=12.1.20121.2107, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cbAssembly Path : C:\Windows\Microsoft.Net\assembly\GAC_MSIL\InfragisticsWPF4.Controls.Schedules.v12.1\v4.0_12.1.20121.2107__7dd5c3163f2cd0cb\InfragisticsWPF4.Controls.Schedules.v12.1.dllSource : InfragisticsWPF4.Controls.Schedules.v12.1Thread : 10 'SERVICE_BISMUTH/CCCC07D0F3D44785943E072D2E12ADAE:000A1EEE'Helplink : Message:"Operation could destabilize the runtime."Stack Trace: at Infragistics.Controls.Schedules.StoragePropsInfo.TypedPropInfo`2..ctor(Int32 key, String name, Func`2 storageRetriever, Object mappedFields, Boolean isReadOnly, IValueConverter converter, CopyMethod copyMethod, Object defaultValue, Func`2 defaultValueFactoryFunc, IEqualityComparer`1 equalityComparer) at Infragistics.Controls.Schedules.Resource.StorageProps.Info.Initialize(IMap`2 map) at Infragistics.Controls.Schedules.StoragePropsInfo..ctor() at Infragistics.Controls.Schedules.Resource.StorageProps.Info..ctor() at Infragistics.Controls.Schedules.Resource.StorageProps.Info..cctor()================================================================================================================================================================ (2) System.TypeInitializationException================================================================================Method : get_InstanceType : Infragistics.Controls.Schedules.Resource+StorageProps+InfoAssembly : InfragisticsWPF4.Controls.Schedules.v12.1, Version=12.1.20121.2107, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cbAssembly Path : C:\Windows\Microsoft.Net\assembly\GAC_MSIL\InfragisticsWPF4.Controls.Schedules.v12.1\v4.0_12.1.20121.2107__7dd5c3163f2cd0cb\InfragisticsWPF4.Controls.Schedules.v12.1.dllSource : InfragisticsWPF4.Controls.Schedules.v12.1Thread : 10 'SERVICE_BISMUTH/CCCC07D0F3D44785943E072D2E12ADAE:000A1EEE'Helplink : Message:"The type initializer for 'Info' threw an exception."Properties: TypeInitializationException.TypeName = "Info"Stack Trace: at Infragistics.Controls.Schedules.Resource.StorageProps.Info.get_Instance() at Infragistics.Controls.Schedules.Resource.get_Storage() at Infragistics.Controls.Schedules.Resource.SetValueHelper[T](Int32 property, T newVal) at Infragistics.Controls.Schedules.Resource.set_Id(String value) at AntonPaar.Davis5.Presentation.Dialogs.NewReport.UiProductionViewPage._Initialize() in w:\Davis5\src\davis5.presentation\User Interface\New Report Dialog\View Model\UiProductionViewPage.cs:line 470 at AntonPaar.Davis5.Presentation.Dialogs.NewReport.UiProductionViewPage..ctor() in w:\Davis5\src\davis5.presentation\User Interface\New Report Dialog\View Model\UiProductionViewPage.cs:line 220================================================================================
Hello cgrill,
I have created a case for you : CAS-101275-Z8M6Z2
Would you please answer the questions in it ?
We may have found the cause of this. Is anyone else here using resharper?
Hi,
I had the same problem when I installed Win8 (with framework 4.5) and VS2012. To get my programms running again I returned to win7 with VS2010. But now the first customers are buying win8 computers and tablets and my programms are crushing on their systems.
So a solution for this problem would be nice, it's getting kinda urgent for me now.
By the way: would upgrading to NetAdvantage for .NET 2012.1 solve the problem at once?
Hello Dmitry,
The Service Release, that you are looking for, has been available for 11.2,12.1 and 12.2. We provide with Product Service Releases for 1 year after the release of a product. For more information please look into the following forum thread :
http://es.infragistics.com/help/product-lifecycle/
If you need any further assistance on this matter, feel free to ask.
Hi Yanko,
We at IT Easy Pty Ltd have exactly the same problem, ufnortunately. The exception happens when you install .NET Framework 4.5 on machine, even though our software does not use 4.5 (the Target Framework of our WPF app is 4.0). It disappears when you uninstall 4.5.
I wish I could download this "Service Release" fix you produced this month, but I don't see the link. The latest SR I see is NetAdvantage for WPF Line of Business 2010 Vol. 3 - WPF Service Release dated December 2011. Is it because our service agreement expired?
Regards,
Dmitry.
Thanks Yanko,
I can confirm that this issue has been addressed in Version 12.1.20121.2169
Well if you want all days to be considered non-working time then you could set the WorkDays to "None". If you want a day to be entirely working (when IsWorkDay resolves to true) then you would add a TimeRange whose start is "00:00" and whose end is "1.00:00".
Yes, without it, the control shows 9:00 AM - 5:00 PM background color as white, and gray for rest all. I just want to show either full gray or full white.
Is there any alternate way of achieving it?
Thanks!