Hello,
we're using NET Advantage v6.3 with hotfix 1079.
When I try to compile
Infragistics.Win.AppStyling.StyleManager.Load("StyleLibrary.isl");
I get a compile error. I tried to reference assembly Infragistics2.Win.AppStylistSupport.v6.3, version 6.3.20063.1079, but ti does not contain the StyleManager class.
Can anybody help me?
Thank you,
dss
Just an FYI, you do not need to reference the AppStylistSupport dll in your application to use AppStylist.
My guess is that the reason the dependency on Infragistics.Win is not mentioned is that it's sort've taken for granted, since all of the Infragistics WinForms controls depend on this dll.
I have solved the problem. The required reference is Infragistics2.Win.v6.3, surprisingly.
I think that this information would be useful, as well list of versions for which AppStylist is supported.