I have had this problem for months and just wanted to ask someone for help, again.
Using Visual Studio 2005 and NetAdvantage 2008 version 1, I cannot get the Application Styling Configuration dialog to open in the VS IDE. I do not get the error from the Knowledge Base articles.
I continually get a pop-up message that states: There is no NetAdvantage version 8.1 installed on this computer. I can open the dialog from the Infragistics group in Windows>Start>Programs.
My 'My Documents' is local (not network location). This is the second PC at this company I have tried to configure the application and I get the same result.
Any ideas?
Jerry,
To the best of my knowledge, the AppStyling Configuration Add-In is for ASP.NET only. WindowsForms requires that you write a single line of code in your Main method to load the .isl file. The AppStyling add-in will add an entry to your web.config if you're building a web application.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Win_Loading_a_StyleLibrary.html
-Tony