Application Styling Configuration 10.1 is missing from Visual Studio 2010->Tools. This is an error which can be fixed in the following way:
1) Open Infragistics.Web.ApplicationStylingConfiguration.AddIn found in "My Documents/Visual Studio 10/Addins," (that Infragistics created) and add the following lines above the first "HostApplication" tag and below the "Extensibility" tag:
<HostApplication> <Name>Microsoft Visual Studio</Name> <Version>10.0</Version> </HostApplication>
2) Add "My Documents/Visual Studio 10/Addins" to Visual Studio 2010->Tools->Options->Environment->Add-ins/Macro Security->Add-in File Paths
3) Restart Visual Studio 2010
Hi,
Application Styling Configuration was not showing up in the 2010 IDE on this system.
It is now showing up by doing the following:
1. Renamed my \users\"My user name"\My Documents\Visual Studio 2010\Addins to Addins.bk
2. cd to \users\"My user name"
3 Searched for folders named addins.
4. Changed the found addins folder names to something like addins.2008, addins.2005 and etc. The reason I did this is I was not sure where the actual addins were getting pulled from. Just got them out of the way just for awhile. (What I found 2010 IDE was pulling from an addins folder other than the one in \users\'My User Name"\My Documents\Visual Studio\Addins).
5. Started up 2010 IDE, Tools->Addins. There should not be ANY addins showing at this time.
6. Exited 2010.
7. Renamed the folder in \users\"My user name"\My Documents\Visual Studio 2010\addins.bk to Addins.
8. Started up Visual Studio 2010. The Apllication Styling should show up now.
9. Just in case it does not show up be sure you have manually installed the addins per Infragistics install instructions file:///E:/NetAdvantage/NetAdvantage%20for%20.NET%202009.2/NetAdvantage%202009.2/ASP.NET/Application%20Styling%20Configuration/Application%20Styling%20Configuration%20AddIn.htm
Thanks,
Keith Black
hi,
I have followed your advice and copied the content of Application Styling Configuration into the folder MyDocuments\Visual Studio 2010\Addins but the add-in is not available.
I tried the same with subfolder Application Styling Configuration and again it is not working. i have restarted VS2010 each time. So there must another location where the stuff is to be copied to.
YoursStephan
Hello,
this is a comment to developer team of Infragistics:
1. Please delete the complete information web page concerning Application Styling Configuration if you use start->programs->Infragistics->ASP.NET->utilities->Application Styling Configuration .
The content is related to old versions of VS and simply wrong. There is a too long text and many needless words only to explain where to copy files to.
2. Please develop an utility tool to easily copy the application styling configuration into the correct folder. It is a mess to manually find out how it works and I really hate manually corrections of configuration stuff around tools and add-ons.
Hello Bob,
Thank you for sharing the solution with Infragistics community. We appreciate that.