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