Hi, we have a problem running applications with Infragistics controls on some PCs.
You can reproduce the problem using one of your sample applications that Gergana created for me in another thread: http://ko.infragistics.com/community/forums/t/97945.aspx
On start in one of our brand new azure Windows 7 Desktops with .NET-Framework 4.5.1, I receive the following error:
Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: ribbon_applicationmenu2010look Problem Signature 02: 1.0.0.0 Problem Signature 03: 55cb68a0 Problem Signature 04: PresentationFramework Problem Signature 05: 4.0.30319.18408 Problem Signature 06: 52312f13 Problem Signature 07: 6dcb Problem Signature 08: 5b Problem Signature 09: System.Windows.Markup.XamlParse OS Version: 6.1.7601.2.1.0.256.27 Locale ID: 1031 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
The application works fine on my local PC (where I have Visual Studio, .NET-Framework 4.5.1 and Infragistics). What am I missing? This is urgent, thank you for your help.
Thank you for the feedback Kurt. I am glad that the issue was resolved.
Hi Maria,
thank you very much, it was the missing Visual C## Redistributable.
Best regards!
Hello Kurt,
From the stack trace you shared it seems like the issue is related to the versions of the PresentationFramework rather than with any of the Infragistics assemblies or missing environment dll. I have double check this online and here you can find threads that could be helpful on the subject:http://stackoverflow.com/questions/18371764/deploy-wpf-application - missing Visual C++ Redistributablehttp://stackoverflow.com/questions/17063959/net-4-5-software-dont-work-except-on-the-pc-i-created-on-it - reference libraries versions mismatchhttp://stackoverflow.com/questions/24527481/wpf-program-crashes - take full dump and check for different versions of PresentationCore.dll and PresentationFramework.dll.I hope those will be helpful. If you have any questions or concerns, feel free to update the thread.