Hi there,
is there a way to migrate a 9.2 Grid Layout which has been stored as XML to 10.1?
thanks a lot
Stefan
Hi Stefan,
You don't have to do anything. Layouts are backward compatible, so you can load a layout from a grid saved in 9.2 into a grid in 10.1 - assuming that the data structure is the same.
I tried, but an object reference exception occurs in LoadFromXml Method.
the layout was used with 9.2 ... then i changed the volume to 10.1 and it doesnt work anymore
That's probably a bug, then. Can you post a small sample project demonstrating this? Or even the call stack of the exception might help.
The Stacktrace leads directly into LoadFromXml Method and ends in there.
If you wish, i can send you my 9.2 xml layout document?
The layout file itself doesn't really do any good, because we would need a grid with the exact same data structure in order to load that layout into the grid.
There must be more to the stack trace after LoadFromXML. You probably have your Visual Studio IDE set up to hide calls for methods which don't have source code or something like that. Can you post a screen shot of the call stack?
The Bug has been fixed in Volume 10.2
Disable Windows UAC or run the installer with Admin-Command-Promt... that works...
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9983
I ran into similar post regarding older versions:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10093
but it didn't help.
It says that if we for example install whole NetAdvantage, and then try to install SP for Windows Forms only, that will cause the problem with Installer.
Yes, indeed I downloaded "NetAdvantage_Select_20101", but I installed "Windows Forms" only, and after that "Windows Forms hotfix".
They must have done something wrong with the installation of sp.
I have the same problem with the Installer,
Not yet... i use windows 7 ultimate...
do you have the same problem with the installer or the grid layout migration?