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?
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://es.infragistics.com/support
I am getting the same error.
It looks like the correct version. Is there something else?
Unfortunately no. I have tried re-installing twice on brand new machines with nothing but VS 2005, 2008 & 2010, and it still fails in all 3 of them.
Shouldn't it work on a clean machine? Will Infragistics be releasing a fix for this soon?
Hello intrepid335 ,
The version in your assembly seems to have been corrupted. The correct version it should be showing is 12.1.20121.2020.
This issue has been already logged with number: 103444. It will be resolved in the next service release. The projected date for the next service release is 13th of July:
http://es.infragistics.com/support/service-releases.aspx#ServiceReleases
Let me know if you need any further information.
http://www.infragistics.com/support
Thank you Maya.
Also, so that you know I have applied the latest ServicePack/Hotfix for 2012 V1 that Infragistics made available. I did this through the Infragistics Updater software.
Hello,
I would just like to inform you that the new service release is now available for download.You can download the latest service release for your version by following these steps:
1) Go to https://es.infragistics.com/ and log in with your account.
2) Select “Account”. This will open the “My keys and downloads” page.
3) Select your product from the product list.
4) Select the “Service releases” tab .
Here you will find the latest service release available for download.
I can report the same problem exists in 2012 Vol 1 with the latest SR2048. This is running on a new build of Windows 7 x64 with VS2010 and everything patched. I had two menu entries and on clicking either, VS reported a problem and prompted to remove it.
The user profile I'm using though (my own) has been many a revision of VS from 2005, through 2008 and onto 2010 so potentially has lots of baggage in there.
Cheers, Rob.