Hello!
Once again the version utility. I have no clue why this is happening, but I get an error that my asp-project could not be updated. The log reads like this:
10:38:52: Running User Interface Version 11.2.20112.100010:38:52: Gathering volume and assembly information.10:41:10: D:\Ettfs1\OpenLS6000-V7\Current\Sources\Dms.EM.Vi\Source\EM.Vi\EM.Vi\DataConnector.cs appears to be read-only or not accessible for some reason.10:42:14: Analyzing EM.VI.csproj...10:42:14: The project has references that need to be updated.10:43:21: Analyzing EM.VI.csproj...10:43:21: The project has references that need to be updated.10:44:26: Gathering volume and assembly information.10:44:27: Analyzing EM.VI.csproj...10:44:27: The project has references that need to be updated.10:45:26: Replacement for Infragistics35.WebUI.UltraWebChart.v10.3 is Infragistics35.WebUI.UltraWebChart.v11.2.10:45:26: Replacement for Infragistics35.WebUI.Shared.v10.3 is Infragistics35.WebUI.Shared.v11.2.10:45:26: No matching assembly located in available assemblies Infragistics35.WebUI.UltraWebGrid.v10.310:45:26: bei Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyXmlFile.GetNewAssemblyNameBecauseOfNameChangedBetweenVolumes(String assemblyName, Int32 indexOfVolumePortionOfAssemblyName, XmlNamespaceManager xmlNamespaceManager, Boolean ignoreErrors) bei Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyXmlFile.LocateNewAssembliesNodeforCurrentAssembly(String assemblyName) bei Infragistics.VersionUtilitySupport.Core.File.Types.WebConfigFile.FixAssembly(XmlNode n) bei Infragistics.VersionUtilitySupport.Core.File.Types.WebConfigFile.UpgradeInfragisticsAssemblyTags() bei Infragistics.VersionUtilitySupport.Core.File.Types.WebConfigFile.Upgrade(String rootDirectory) bei Infragistics.VersionUtilitySupport.Core.File.Types.FileBasewithWebConfig.Upgrade(String rootDirectory) bei Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Upgrade(String rootDirectory)
Had anybody a similar problem or can anybode give me a hint what's (/ what I'm doing) wrong?
Uli
Hello,
I am just following up to see if you need any further assistance with this matter.
Feel free to update me if you have any further questions with this matter.
The reason, you are getting above error is due to the missing matching assembly for classic controls like UltraWebGrid since they are retired in NetAdvantage version 2011.2. You will find more details on the product changes in 2011 Volume 2 from the below link:
<http://community.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx>
I would suggest you to use our Aikido controls supported across major browsers. You will find more detail on the below links:
<http://samples.infragistics.com/aspnet/ComponentOverview.aspx?cn=data-grid>
<http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Classic_Control_Migration_Guide.html>
<http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html>
If you are continuing to use classic controls, the best approach for you is to use versions earlier than NetAdvantage version 2011.2 like NetAdvantage version 2011.1,...
I hope this helps.
OK, sorry for posting this to the wrong forum, this should be under asp.net. (Haven't found a option to move the post.) My problem was to select a specific version and the UltraWebGrid control isn't available in 11.2. This looks like work to me.