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
65
AppStylist with Visual Studio 2008
posted

 We recently purchased several developer licenses of NetAdvantage for .NET 2007 Vol. 3 CLR 2.0.  One of the controls that I need to use is the UltraWebListBar.  I was very disappointed to see that the Presets do not work.  After research it seems that they were removed in support of the AppStylist Addin.  I am using Visual Studio 2008 and for some reason the AppStylist Addin does not appear in the Tools, Add-in manager and I cannot find any documentation anywhere on how to make this available.  Everything I see refers to Visual Studio 2005.  Any tips on how to enable this in VS 2008 would be appreciated.

 

Tom 

Parents
No Data
Reply
  • 12631
    posted

    A work-around is to copy the files used by the Application Styling Configuration addin from the Visual Studio 2005 addins folder to the Visual Studio 2008 folder.

    Copy these: 

    [Documents and Settings]\Visual Studio 2005\Addins\Infragistics2.Web.ApplicationStylingConfiguration.AddIn
    [Documents and Settings]\Visual Studio 2005\Addins\Infragistics2.Web.ApplicationStylingConfiguration.v7.3.dll

     to:

    [Documents and Settings]\Visual Studio 2008\Addins\Infragistics2.Web.ApplicationStylingConfiguration.AddIn
    [Documents and Settings]\Visual Studio 2008\Addins\Infragistics2.Web.ApplicationStylingConfiguration.v7.3.dll

    I have seen that work for others.  Keep in mind that our first release with official support for Visual Studio 2008 will be our next release, 2008 Volume 1, which will be available in the next month or two.

    Devin

Children
No Data