Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Infragistics.StyleLibrary does not exist
posted

Hello,

I am trying to get http://www.infragistics.com/samples/windows-forms/dock-manager/window-styles this code to work.

However

Infragistics.StyleLibrary.GetStyleLibrary style = new Infragistics.StyleLibrary.GetStyleLibrary();

this line of code is giving me errors and even after adding every Infragistics dll from 15.1(.20151.2132) it still gives me errors.

Error CS0234 The type or namespace name 'StyleLibrary' does not exist in the namespace 'Infragistics' (are you missing an assembly reference?) comes up twice.

Any suggestions on how to get the example code to work?

Parents Reply Children
No Data