Migration wizard?
Hello,
I just upgraded from v2 to v3. is there any sort of 'migration wizard' on my project, or do i have to start everything from scratch? You got this article http://feedback.activequerybuilder.com/topics/90-active-query-builder-3-migration-guide/ which just talks about replacing DLL references. that's fine, but it also means rebuilding all my forms from scratch. do you have anything that just takes my project and makes all the controls there v3? (just like devepress migration wizard, or any other .net 3rd party provider) Thanks!
1. Currently Active Query Builder only loads objects that need to be displayed in the database schema view. If the tree is collapsed, the component only needs to load the root nodes. Set the QueryBuilder.DatabaseSchemaViewOptions.DefaultExpandLevel to 0 to make loading as fast as possible. Another reason of this delay might be caused by loading the necessary metadata to display the initial SQL query (if it's loaded on start). You can speed up the component loading in this case by setting the QueryBuilder.MetadataLoadingOptions.DisableAutomaticMetadataLoading property to True. Note that doing so has some side effects, you can read about them in remarks.
2. Syntax provider is still necessary. The component can not start without it. You can read about it in this article: What are the Syntax and Metadata providers for?
3. No, this is just a set of the 'Getting started' guides. However they might be helpful in the beginning. I recommend you to start from this link: https://support.activequerybuilder.com/hc/en-us/ We'll be moving to this support portal soon.
Please refer to the "Common Information" and "Active Query Builder for .NET" sections.