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
555
Appstylist 2012 addin error
posted

the vs 2010 reports an error while loading appstylist and eliminates the add in, how can I fix this or how can I add manually a style for the entire project?

Parents
  • 29417
    Suggested Answer
    Offline posted

    Hello losoriomx,

     

    Thank you for posting in our forum

     

    If you have upgraded from a previous version then it’s possible that the upgrading of the adding failed. Check the xml file for the addin it should be located in Documents/Visual Studio 2010 /Addins/ Infragistics.Web.ApplicationStylingConfiguration.vXX.X.AddIn and check whether the version inside matches with your latest version.

     

    Once you’ve created a style with the AppStylist you can manually add it to the application under the ig_res folder where all styles are kept.

    The AppStylist basically outputs folders for the different style sets with css classes inside that get applied to the controls. So basically you can directly copy the specific style, paste it in the ig_res folder .

    To set the same style to all ig controls on the page that don’t have any other style defined for them on a control level you can add the style in the web.config file for example:

    <infragistics.web styleSetName="MyStyle" styleSetPath="~/ig_res" />

     

     

    Let me know if you have any further questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Reply Children