I'm migrating a website made in ASP.NET that was created with Visual Studio 2005 to Visual Studio 2013. When I try to upgrade Infragistics Version 13.1, Version Utility Tools "finds something" that won't let it update the solution. This is the message that I'm getting:
Unknown error (0x80005000) at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.PropertyValueCollection.PopulateList() at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName) at System.DirectoryServices.PropertyCollection.get_Item(String propertyName) at Infragistics.VersionUtilitySupport.Core.File.Types.SolutionFile.ModifySolutionEntrySinceItsUsingIIS(String& solutionFileEntry) at Infragistics.VersionUtilitySupport.Core.File.Types.SolutionFile.Analyze()
Please let me know if you need any files to determine the solution to the problem.
Hi Infragistics team,
In our project, we are planning to migrate as per below:
1) Win project from v8.2/8.3 to latest version (16.2).
2) WPF v8.2 to latest version (16.2).
3) Asp.net web from v7.2/6.3 to latest version (16.2).
Could you please suggest the best way to migrate in all above cases.
Thanks,
Tarun Parashar
Hi SankarSumanth,
We will need more information on how you are trying to upgrade the website project, in order to make a further investigation:
Also, you can refer to this topic for any additional help:
http://help.infragistics.com/doc/ASPNET/2015.2/CLR4.0/?page=Web_Using_Version_Upgrade_Utility.html
Looking forward for your reply.
Hi,
I am trying to upgrade from version 7.3 to 15.2 infragistics. When I use the version utility, below log is generated.
Can you please check and let me know what should be done to upgrade. This is a website which is being upgraded
05:57:16: Running User Interface Version 15.2.20152.100005:57:16: Gathering volume and assembly information.05:57:16: Could not locate registry entry Software\Microsoft\.NETCore\v4.5\AssemblyFoldersEx where we look for installed products.05:59:05: ProjectFile element: *.csproj is being treated as a proj file.05:59:05: Analyzing *.csproj...05:59:05: Nothing for us to upgrade.05:59:05: ProjectFile element http://localhost/* is being treated as a Website05:59:06: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index05:59:06: at System.ThrowHelper.ThrowArgumentOutOfRangeException() at Infragistics.VersionUtilitySupport.Core.File.Types.WebSite.GetAllSiteFiles(Boolean analyze) at Infragistics.VersionUtilitySupport.Core.File.Types.WebSite.Analyze() at Infragistics.VersionUtilitySupport.Core.File.Types.SolutionFile.Analyze()
Sankar Sumanth Sarode
Hey.
Just wanted to let you know that I just found a solution to my problem. Turns out it was all just a reference error. I erased the previous references, which were not being recognized, and updated them to the files I actually had in my computer. I also upgraded them from version 10.2 to 10.3, everything now seems to work as intended. Thanks for your time and help.
Hello once again, Ivaylo.
I see, so there's no helping it. I've given up trying to update the project, then. I've installed Visual Studio 2005 to build the website as it's been previously done, but I keep having errors in the code, hopefully you can help me with this. The thing is, after opening the project on my vs2005, I'm getting the same error:
Could not load file or assembly 'Infragistics2.Web.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified. C:\Users\Kibs\Documents\Visual Studio 2005\Projects\CFDECO - cfdi QR\Web.config 56
Is there any way I can make this work? The website was running before, and building OK in one of my co-worker's Visual Studio 2005.