ITL0005, nutc_driver and new shapes management
Hello
I used Syncfusion controls in an UWP app that I developed for a client. During monthes, I didn't encouter any problem.
Last week, the client asked me for updating the app: since this, I'm not able to generate a new package.
- I can build and use the app in "Debug" mode
I found an explanation thanks to this link: Error on UWP release package creation: ILT0005 nutc_driver.exe exit code 1
Attachment: 127065__Stencil__Req1_a25a0d2e.7z
I used Syncfusion controls in an UWP app that I developed for a client. During monthes, I didn't encouter any problem.
Last week, the client asked me for updating the app: since this, I'm not able to generate a new package.
- I can build and use the app in "Debug" mode
- but I can't build it in "Release" mode, or create a package, cause I get this exception:
ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\Tools\nutc_driver.exe
@"C:\Projets\XXX\obj\x86\Release\ilc\intermediate\MDIL\XXX.rsp"'
I found an explanation thanks to this link: Error on UWP release package creation: ILT0005 nutc_driver.exe exit code 1
It was because I used the full Syncfusion reference: "Syncfusion Controls for UWP XAML". After having replaced it by the recquired NuGets packages, I was able to build and launch the app in "Release" mode and to create a new package again.
=> Would you have an explanation? How could this worked for monthes before to fail?
So I've done some tests with the latest NuGets packages and I've encountered another with the SfDiagram:
- until the version v15.1.0.41, the shapes I use are well displayed in my app:

- but after this, the rendering isn't the same at all:

=> Is this normal? Have you changed the shape management?
I've attached you the sample project.
=> Would you have an explanation? How could this worked for monthes before to fail?
So I've done some tests with the latest NuGets packages and I've encountered another with the SfDiagram:
- until the version v15.1.0.41, the shapes I use are well displayed in my app:

- but after this, the rendering isn't the same at all:

=> Is this normal? Have you changed the shape management?
I've attached you the sample project.
Attachment: 127065__Stencil__Req1_a25a0d2e.7z
SIGN IN To post a reply.
3 Replies
RA
Ranjitha Amirthalingam
Syncfusion Team
October 10, 2017 01:12 PM UTC
Hi Pierre,
Thanks for contacting Syncfusion Support.
Please find the response to your queries as below.
|
S.No |
Query |
Response |
|
1 |
I used Syncfusion controls in an UWP app that I developed for a client. During monthes, I didn't encouter any problem.
Last week, the client asked me for updating the app: since this, I'm not able to generate a new package. - I can build and use the app in "Debug" mode - but I can't build it in "Release" mode, or create a package, cause I get this exception:
ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\Tools\nutc_driver.exe
@"C:\Projets\XXX\obj\x86\Release\ilc\intermediate\MDIL\XXX.rsp"'
I found an explanation thanks to this link: Error on UWP release package creation: ILT0005 nutc_driver.exe exit code 1 It was because I used the full Syncfusion reference: "Syncfusion Controls for UWP XAML". After having replaced it by the recquired NuGets packages, I was able to build and launch the app in "Release" mode and to create a new package again.
=> Would you have an explanation? How could this worked for monthes before to fail? |
While run the application with .Net native chain tool in Release mode, it will require more memory space to build the application. Because .NET Native tools are compiled IL libraries with managed code in native libraries. And in our "Syncfusion Controls for UWP XAML" SDK contains more number of assemblies.
To resolve this memory exception, we can refer the corresponding assemblies instead of SDK in project.
We can refer the individual assemblies in below location.
C:\Program Files (x86)\Syncfusion\Essential Studio\ [ installed Version ] \Assemblies for Universal Windows\10.0
|
|
2 |
So I've done some tests with the latest NuGets packages and I've encountered another with the SfDiagram:
- until the version v15.1.0.41, the shapes I use are well displayed in my app: but after this, the rendering isn't the same at all:
Is this normal? Have you changed the shape management? |
We have confirmed that the reported issue “Shapes are not completely visible in the Stencil” as an issue and a support incident has been created under your account to track the status of this issue. Please log on to our support website to check for further updates.
|
Regards,
Ranjitha A.
Hello
I used Syncfusion controls in an UWP app that I developed for a client. During monthes, I didn't encouter any problem.
Last week, the client asked me for updating the app: since this, I'm not able to generate a new package.
- I can build and use the app in "Debug" mode- but I can't build it in "Release" mode, or create a package, cause I get this exception:ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\Tools\nutc_driver.exe@"C:\Projets\XXX\obj\x86\Release\ilc\intermediate\MDIL\XXX.rsp"'
I found an explanation thanks to this link: Error on UWP release package creation: ILT0005 nutc_driver.exe exit code 1It was because I used the full Syncfusion reference: "Syncfusion Controls for UWP XAML". After having replaced it by the recquired NuGets packages, I was able to build and launch the app in "Release" mode and to create a new package again.
=> Would you have an explanation? How could this worked for monthes before to fail?
So I've done some tests with the latest NuGets packages and I've encountered another with the SfDiagram:
- until the version v15.1.0.41, the shapes I use are well displayed in my app:
- but after this, the rendering isn't the same at all:
=> Is this normal? Have you changed the shape management?
I've attached you the sample project.
Attachment: 127065__Stencil__Req1_a25a0d2e.7z
Hi,
I have the same issue with the error ITL0005.
I try to follow your advice, to reference the dlls from the folder
I try to follow your advice, to reference the dlls from the folder
C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.24\Assemblies for Universal Windows\10.0\Syncfusion.SfCellGrid.UWP,
but there are no dlls! Just a bunch if XMLs,XAMLs and xbf files!
Where do I find the dlls?
Where do I find the dlls?
KR
Karkuvel Rajan Shanmugavel
Syncfusion Team
March 12, 2018 12:50 PM UTC
Hi Pierre,
We have analysed your requirement. We provide solution to access the dll’s.
Follow this example to access dll’s:
C:\Program Files (x86)\Syncfusion\Essential Studio\ [ installed Version ] \Assemblies for Universal Windows\10.0\ Syncfusion.SfCellGrid.UWP.dll
In the C:\Program Files (x86)\Syncfusion\Essential Studio\ [ installed Version ] \Assemblies for Universal Windows\10.0 there is a folder having the same name of the dll which having themeing files and resources. Please drag down and you will find the dll’s.
Regards,
Karkuvel Rajan.S
SIGN IN To post a reply.
- 3 Replies
- 4 Participants
-
PD Pierre-Christophe DUS
- Oct 6, 2017 10:34 PM UTC
- Mar 12, 2018 12:50 PM UTC