how to update Widgets Jquery Version ?

0
I want to update the Version of Jquery version of some widgets from 1.11.2 to 1.12.1 I followed this process:- Open the existing Widgets Add a Jquery file inside Lib file Update new Version in related Jscript files After all updation, I make same Folder into Mpk by using 7za And Now save that file into widgets folder But after doing all these things it showing me below error:-   Package 'D:\Users\....\widgets\ScrollToAnchor.mpk': File 'package.xml' not found.   ----------------   Package 'D:\Users\...\widgets\TelemetryCapture.mpk': File 'package.xml' not found.   ----------------
asked
2 answers
1

Hi,

Make sure you have the exact structure in the zip file. I think the package.xml should be in the root of your package. You might have an extra folder on top of that.

+ MyWidget.mpk
-- package.xml
-- src
...

this is correct, as opposed to

+ MyWidget.mpk
-- +  /MyWidget
   -- package.xml
   -- src
   ...

Hope this helps,

Andrej

answered
0

Hi Andrej,

Thanks for your support.

After implementing all changes as suggested by you I am not facing any previous type of error.

when I use these updated widgets inside Widgets folder when ever I open my application it showing downloading popup.

Thanks,

Himanshu   

answered