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
195
Infragistics35.WebUI.UltraWebGrid.ExcelExport.v11.2 assembly problems after install of 2011.2!
posted


Hello,

I am a newbie to the Infragistics products as I have just taken over the job from someone else. On our development machine we have older versions of Infragistics Ultimate 2008 & 2010 installed. Recently we have upgraded to 2011.2.

After the installation of Infragistics Netadvatange Ultimate Version 2011.2, I want to investigate the function of the different controls using the example solution "Startup Solution". First I had to convert to a VS2010 solution which was working fine without error messages.

When building the project with VS2010, I get the following error message.

------ Build started: Project: C:\...\Startup Solution\, Configuration: Debug Any CPU ------

Validating Web Site

C:\Documents and Settings\All Users\Documents\Infragistics\NetAdvantage 2011.2\ASP.NET\Startup Solution\web.config(38): Build (web): Could not load file or assembly 'Infragistics35.WebUI.UltraWebGrid.ExcelExport.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.

Validation Complete

========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========

Note that in the web.config many other assembly references are passing the build process without problems such as:

 <add assembly="Infragistics35.Web.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.Web.jQuery.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.WebScheduleDataProvider.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.WebSchedule.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.Shared.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.UltraWebChart.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.UltraWebGauge.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.Misc.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.Shared.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
        <add assembly="Infragistics35.WebUI.UltraWebCalcManager.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>

The ASP.NET instyallation of the 2011.2 was reported to be successful, so what could be the problem?

Removing the line <add assembly="Infragistics35.WebUI.UltraWebGrid.ExcelExport.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>

 results in a set of other error message.

How do I get the example solution to work?

Thank you very much for your support

 

 

 

 

 

 

 

Parents Reply Children
No Data