Page 1 of 1

VisualWebGui and Stimulsoft reports

Posted: Tue Oct 16, 2012 5:54 pm
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?

Re: VisualWebGui and Stimulsoft reports

Posted: Wed Oct 17, 2012 11:05 am
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.

Re: VisualWebGui and Stimulsoft reports

Posted: Wed Oct 17, 2012 12:37 pm
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

Re: VisualWebGui and Stimulsoft reports

Posted: Wed Oct 17, 2012 1:18 pm
by HighAley
Hello.

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

Thank you.