Search found 6 matches

by AlissonRS
Fri Jan 13, 2017 6:12 am
Forum: DocuVieware
Topic: Internal Server Error - client Javascript LoadFromUri or LoadFromFile
Replies: 5
Views: 6522

Re: Internal Server Error - client Javascript LoadFromUri or LoadFromFile

As you could see in the printscreens I provided, your DocuViewareAPI returns a 500 error when I try to load an image stored in the same server. A sample url for an image in our server is: http://200.205.141.34/documents/download/10.jpg If you open your online demo in http://www.docuvieware-demo.com/...
by AlissonRS
Tue Dec 20, 2016 4:57 am
Forum: DocuVieware
Topic: Internal Server Error - client Javascript LoadFromUri or LoadFromFile
Replies: 5
Views: 6522

Re: Internal Server Error - client Javascript LoadFromUri or LoadFromFile

After thinking about the sessionID thing, I decided to set StickySessionsEnabled to false to do some test, even though I'm not using web farms. It happens that now I'm able to load from file, and from external random URIs. Still when I try to load from my own server uri, the component at least start...
by AlissonRS
Tue Dec 20, 2016 4:25 am
Forum: DocuVieware
Topic: Internal Server Error - client Javascript LoadFromUri or LoadFromFile
Replies: 5
Views: 6522

Re: Internal Server Error - client Javascript LoadFromUri or LoadFromFile

Fiddler was returning 200 because I was not sending the request body. If I do the request using the same body, I get 500. The request body is something like this: {"transferID":1482200245209,"sessionID":"3rdx5gwi053unz2ldi0f1twa_DocuViewareIndexes_documentsindex","...
by AlissonRS
Tue Dec 20, 2016 3:51 am
Forum: DocuVieware
Topic: Internal Server Error - client Javascript LoadFromUri or LoadFromFile
Replies: 5
Views: 6522

Internal Server Error - client Javascript LoadFromUri or LoadFromFile

I managed to implement DocuVieware in my C# mvc with razor project with a trial license, by copying examples that come with GdPicture installation, and I'm using the javascript client library to load pictures from uri: // C# + razor code sample @{ GdPicture12.WEB.DocuVieware docuVieware = new GdPict...
by AlissonRS
Fri Nov 04, 2016 11:12 pm
Forum: DocuVieware
Topic: Runtime Error in Sample Project - MVC Razor
Replies: 2
Views: 5476

Re: Runtime Error in Sample Project - MVC Razor

Hi Cedric!

You saved my day. I can't believe it was so simple.

Thanks a lot!!!!!
by AlissonRS
Wed Nov 02, 2016 9:30 pm
Forum: DocuVieware
Topic: Runtime Error in Sample Project - MVC Razor
Replies: 2
Views: 5476

Runtime Error in Sample Project - MVC Razor

Hello! I just installed the trial version of GdPicture. In Start Menu, I found the GdPicture folder, and opened the samples folder (source code). So far, so good. It built nicely, then I started debugging it. The project executes as expected, then I found a list of samples, and a big Launch Button, ...