Hi,
I have a WPF project and added a reference to windows project so that i can host windows control in WPF. Now i'm getting below error at runtime in winforms project
Infragistics2.Win.SupportDialogs.v10.2.resources, Version=10.2.0.0, Culture=en-US, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
Any help would be appreciated.
Thanks,
Kumar
If you see an error about a missing assembly when you try to build a solution or during the design process, right click on References in the Solution Explorer and click on Add Reference. Find the assembly in the dialog and click Ok as shown in the image below.
Have you got it resolved? I am seeing the same error in my Winform project. When I was clicking ValueBaseApparence of a column in UltraWingrid designer I saw the same error which prevented the child window to pop up.
Were you able to resolve your issue?
Hello Kumar,
Do you get the same error when you run the winforms project independently without adding it as a reference to your WPF project?
May be your Winforms Project is using a control that has some functionality contained in the SupportDialogs assembly and you might be missing the reference for this assembly in your Winforms project.