Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue Aug 02, 2011 9:18 am

Hi,
I'm getting iinto trouble since the Spire.Doc dll I got seems unable to work in partially trusted sites and my website host has setup new policies to enforce this.
Is there any version of the Spire.Doc library that can be used in this kind of environment.

Thanks a lot
Luigi

Here is a similar issue (itextsharp related) that was solved by recompiling the source code:
http://am22tech.com/s/22/FORUM1/default ... posts&t=47

luigi_pavan
 
Posts: 9
Joined: Thu Jul 21, 2011 5:32 pm

Wed Aug 03, 2011 2:34 am

Dear Luigi,
Thanks for your inquiry.
Which DLL do you use? .net2.0/3.5/4.0?
What is your Visual Studio version? VS05/08/10?
And what's version of IIS?
The more details, the better!
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Wed Aug 03, 2011 5:29 am

Hi,
thanks a lot for your help.
I'm using Visual Studio 2008.

Regarding the library version that I'm using, I see
- version: 4.0.5.2
- runtime version: v2.0.50727

Best regards
Luigi

luigi_pavan
 
Posts: 9
Joined: Thu Jul 21, 2011 5:32 pm

Wed Aug 03, 2011 7:49 am

Dear Luigi,
Thanks for your inquiry.
We have got the bug now.
And we are doing our best to fix the bug and publish next version.
We will contact with you once the new version is published.
Please wait patiently.
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Thu Aug 04, 2011 2:38 pm

Thanks a lot for your help.
I'll be waiting for it!
Do you have any forecast for this release of the library ?
Luigi

luigi_pavan
 
Posts: 9
Joined: Thu Jul 21, 2011 5:32 pm

Fri Aug 05, 2011 2:51 am

Dear Luigi,
Thanks for your inquiry.
We have lots of changes about this problem.
It'll take many time.
It's expected to release new version about next month.
Sorry for inconvenience.
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Sat Aug 06, 2011 8:33 pm

Hi,
One month delay could be a serious issue for my project, since I'm requested to deploy the whole thing in production environment at the beginning of September.
Could you guys provide some intermediate release just to fix this issue in a shorter timem range ?

Thanks
Luigi

luigi_pavan
 
Posts: 9
Joined: Thu Jul 21, 2011 5:32 pm

Mon Aug 08, 2011 3:36 am

Dear Luigi,
Thanks for your inquiry.
We can not release a new version in the short term, since we have to change lots of code and take lots of testing.
We'll fix it as soon as possible.
Sorry for inconvenience.
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Tue Aug 09, 2011 1:49 pm

Well, actually I have fixed the itextsharp library myself in order to be able to use it on my provider's platform (just the same issue on PartiallyTrustedCallers...).
It was really very straightforward, that is adding these lines to the original AssemblyInfo.cs file.

-------------------------------
using System.Security;
using System.Security.Permissions;

[assembly: AllowPartiallyTrustedCallers]
------------------------------------

That's it.
This is the reason I was asking for a quick & dirty release.
Are we talking about the same bug ? :shock:

Thanks as always
I would really appreciate any speed up!
Best regards

Luigi

luigi_pavan
 
Posts: 9
Joined: Thu Jul 21, 2011 5:32 pm

Wed Aug 10, 2011 5:37 am

Dear Luigi,
Thanks for your inquiry.
Actually, very sorry to tell you that it's not.
There is some wrong about this, so we block this feature to not cause any other bugs.
As I told you before, it's a lot of things to change, too.
We'll inform you when we fixed it.
Sorry for inconvenience.
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Wed Aug 10, 2011 9:47 am

Ok, fingers crossed.....
:)

luigi_pavan
 
Posts: 9
Joined: Thu Jul 21, 2011 5:32 pm

Fri Aug 26, 2011 7:43 am

luigi_pavan wrote:Ok, fingers crossed.....
:)


Hi,can you provide any update regarding this issue ?
Thanks a lot
Luigi

luigi_pavan
 
Posts: 9
Joined: Thu Jul 21, 2011 5:32 pm

Return to Spire.Doc