I have just downloaded the new infragistic 2012.1 for lightswich. How I can upgrade my projects?? I have not find anything in documentation.
Please help!!
thanks
Umesh Sharma
Hi Umesh,
Please take a look at the following blog post: https://ko.infragistics.com/community/blogs/b/mihail_mateev/posts/how-to-upgrade-lightswitch-applications-from-netadvantage-vol-11-1-to-vol-11-2
If you have any futher questions, please let us know.
Best regards,
Anatoli Iliev
I tried to upgrade a lightswitch application from NetAdvantage Vol.11.2 to Vol.12.1 folllowing procedure described in blog post.
Executing the upgraded application returned an error in file
~\ClientGenerated\Properties\ApplicationDefinitionLoader.cs
regarding the "using System.Xml.Linq;" and XDocument statements.
I solved this by:
- selecting File view
- Show All files
- Right click on Client Generated- References
- adding a .NET reference to System.Xml.Linq
I am curious as to why this was necessary.