Search found 3 matches

by mrhoso
Fri Sep 25, 2020 2:27 pm
Forum: DocuVieware
Topic: Asp.Net WebForm - Web Api RestFUL Service , Response Problem
Replies: 1
Views: 6219

Asp.Net WebForm - Web Api RestFUL Service , Response Problem

Hi All, I am working on an ASP.NET Webform (Framework 4.6.1) project for a long time. This project already had WebApi RestFUL service support. After adding Document Viewer to my project, RestFUL service methods started to return unknown special chars only. (GdPicture.NET.14.WEB.DocuVieware.dll versi...
by mrhoso
Sat Sep 12, 2020 12:19 pm
Forum: Document Viewing
Topic: Asp.Net WebForm - RestFUL Service
Replies: 2
Views: 7048

Re: Asp.Net WebForm - RestFUL Service

You can find Global.asax, Application_Start method content below: DocuViewareManager.SetupConfiguration(True, DocuViewareSessionStateMode.InProc, HttpRuntime.AppDomainAppPath + "\\Cache") DocuViewareLicensing.RegisterKEY("<RegistrationKey>"); RouteTable.Routes.MapHttpRoute("...
by mrhoso
Sat Sep 12, 2020 11:56 am
Forum: Document Viewing
Topic: Asp.Net WebForm - RestFUL Service
Replies: 2
Views: 7048

Asp.Net WebForm - RestFUL Service

Hi All, I am working on an ASP.NET Webform (Framework 4.6.1) project for a long time. This project already had WebApi RestFUL service support. After adding Document Viewer to my project, RestFUL service methods started to return unknown special chars only. (GdPicture.NET.14.WEB.DocuVieware.dll versi...