VisualWebGui and Stimulsoft reports

Stimulsoft Reports.NET discussion
Post Reply
terricide
Posts: 14
Joined: Mon Oct 15, 2012 5:45 pm

VisualWebGui and Stimulsoft reports

Post by terricide »

Hi the web user interface for applications I write is called VisualWebGUI. One of it's features is to take existing asp.net controls and create wrappers around them.

For the most part is seems to be working with the mobile viewers and mostly with the designers. However the issue I am having is when I attempt to preview a report I get a 2043 error.

Is there anyway to get additional logging?

I do think I know what the issue is. While visualwebgui would show you the url. http://servername:5000/MyDesignForm.wgx it gets all its resources under http://servername:5000/Route/2.141/kit/en-US/Default/1 that is the path that Server.MapPath(string.Empty); gives you.

That directory doesn't actually exist. So I made that directory manually and now the preview works however that isn't the best workaround.

The dev's for VisualWebGUI have taken a look at it however they only looked at the viewer and the symptoms I was seeing were different.

http://www.visualwebgui.com/Developers/ ... fault.aspx



Is there a configuration setting to change the path that is used?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: VisualWebGui and Stimulsoft reports

Post by HighAley »

Hello.

Could you specify what path do you want to change?
Could you send us a sample working project which reproduces the issue?

Thank you.
terricide
Posts: 14
Joined: Mon Oct 15, 2012 5:45 pm

Re: VisualWebGui and Stimulsoft reports

Post by terricide »

I've uploaded a sample project.

My question is there a way to make it work without having to create the empty directory structure that VisualWebGUI uses and be able to preview the report.
WebReports.zip
(4.11 MiB) Downloaded 320 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: VisualWebGui and Stimulsoft reports

Post by HighAley »

Hello.

Unfortunately, we couldn't help you. Please contact the VisualWebGUI developer's support service.

Thank you.
Post Reply