Search found 5 matches

by michaelt
Thu Aug 27, 2020 9:50 pm
Forum: DocuVieware
Topic: Could not find part of the path?
Replies: 1
Views: 2279

Could not find part of the path?

This is one of those things that works fine on my machine but not on the development web server.

If I copy the file path and paste it into Windows Explorer I find the file fine.

Everyone has read and write permissions on the folder.

Any ideas on what I'm doing wrong?

thank you!
by michaelt
Thu Aug 27, 2020 6:55 pm
Forum: DocuVieware
Topic: Are there limitations on which *.DOC files it will open?
Replies: 1
Views: 2405

Are there limitations on which *.DOC files it will open?

I seem to have gotten it to work, but some *.DOC/DOCX files will not open, giving a "No document loaded" message.

Is there a way to tell which WORD files can be opened and which cant?

thank you!
by michaelt
Thu Aug 27, 2020 6:22 pm
Forum: DocuVieware
Topic: MVC Document Viewer Demo fail?
Replies: 2
Views: 6840

Re: MVC Document Viewer Demo fail?

Thanks! You're right, there's a few things in the tutorial that don't work. I think this line is a typo "GdPicture14.WEB.DocuVieware docuVieware = new GdPicture12.WEB.DocuVieware"

I'll check out that sample! Thank you!
by michaelt
Wed Aug 26, 2020 9:09 pm
Forum: DocuVieware
Topic: Web Form Demo Issue
Replies: 2
Views: 9214

Re: Web Form Demo Issue

I'm getting the same issue.

What is localhost: 44357?

function loadControllerDocuVieware1() {
CreateDocuViewareController(30029, "http://localhost:44357/dvapi3/docuvieware3api", true,
}
loadControllerDocuVieware1();
by michaelt
Wed Aug 26, 2020 5:19 pm
Forum: DocuVieware
Topic: MVC Document Viewer Demo fail?
Replies: 2
Views: 6840

MVC Document Viewer Demo fail?

Going through this demo: https://www.docuvieware.com/guides/aspn ... ation.html

Doesnt seem to work.

Any ideas on what I might be missing?

thank you!