Re: Xml DataBinding sis file
The package UID is 0x101f978e
Re: Xml DataBinding sis file
Hi Lucian,
thank you for your response.
I tried to generate sis file with UID tht you gave to me.
Now, I got another error:
lilo.pkg(28) : processing embedded package file
lilo.pkg(28) : error: file I/O fault.
I put the file XmlDataBinding.sis in the same directory with the sis file of application and I'm using SDK S60_3rd_MR.
Do you have any suggestion?
Gheorghe.
Re: Xml DataBinding sis file
Based on the original post you are missing the file extension in your embedding statement.
Try this:
[CODE]@"XmlDataBinding.SIS",(0x101f978e)[/CODE]
Re: Xml DataBinding sis file
Yes, you are right.
Thank you,
George.