Exception while loading Saved Byte Array (StiMarginsTypeCon)

Stimulsoft Reports.Silverlight discussion
vani.kulkarni
Posts: 27
Joined: Thu Jun 02, 2016 7:22 am

Re: Exception while loading Saved Byte Array (StiMarginsType

Post by vani.kulkarni »

Hi HighAley,

When we migrated stimulsoft .net and silverlight versions to 2016.2.10.0, it has been found that
report.Compile(compileAssemblyPath, StiOutputType.ClassLibrary) creates 2 folders in application root directory named as "Stimulsoft" and "Stimulsoft-Resources"
compileAssemblyPath points to temp directory(sub directory of root), Write permissions are given to this directory

Now those folders need write permissions for report to compile successfully.
Our application does not have Write permissions to root directory, rather we create a temp directory(sub directory of root) which has Write permissions
We want "Stimulsoft" and "Stimulsoft-Resources" to be created into temp directory
What is the way to do this?
Are there any configurable settings? the folders look empty, what is the purpose of these folders
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Exception while loading Saved Byte Array (StiMarginsType

Post by Alex K. »

Hello,

We made some improvements and checks in that direction. Please check the last build.

If the issue still present, please send us a simple project on support@stimulsoft.com for analysis.

Thank you.
vani.kulkarni
Posts: 27
Joined: Thu Jun 02, 2016 7:22 am

Re: Exception while loading Saved Byte Array (StiMarginsType

Post by vani.kulkarni »

Hi Aleksey,

Which last build you are mentioning here , please specify the exact build number.
Also i saw 2016.3 is also available, are you pointing to that??
We are planning to migrate on 2016.2.10.0 , are you suggesting to migrate to 2016.3??


Also, if we decide to migrate to 2016.3 as its the latest one,
we are using reports.js , reports.net and reports.silverlight flavours ,
reports.silverlight does not have 2016.3 officially released while rest 2 have 2016.3 relased
Which version of reports.silverlight should be used for reports.net 2016.3 ?
You suggested use to use same versions for reports.net and reports.silverlight
Last edited by vani.kulkarni on Wed Mar 01, 2017 7:01 am, edited 1 time in total.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Exception while loading Saved Byte Array (StiMarginsType

Post by Alex K. »

Hello,

Please send us a simple project with detail description on support@stimulsoft.com for analysis.

Thank you.
Locked