Search
  Search
DEVELOP WEB APPLICATIONS WITH THE BEST AJAX FRAMEWORK.
CREATE LINE OF BUSINESS SILVERLIGHT APPLICATIONS IN NO TIME.
EVERY THING YOU NEED TO START DEVELOPING WITH VISUAL WEBGUI.
SEE VISUAL WEBGUI SHOW CASES FROM AROUND THE WORLD.
ALL THE RESOURCES YOU NEED TO START BUILDING VISUAL WEBGUI APPLICATIONS TODAY.
SHARE AND FIND VISUAL WEBGUI RESOURCES.
TALK WITH OTHER VISUAL WEBGUI DEVELOPERS.
 

 

SAP has chosen Visual WebGui for strategic web application, Mr. Saar of SAP explains why in an interview with with Jeremy Geelan at AJAX World.

Click on the video image to watch

SAP chosen VWG for strategic web application

 
  Forum  General Visual ...  Let's Chat Abou...  ReportViewer in 6.2.1 error
Previous Previous
 
Next Next
New Post 11/17/2008 6:09 AM
  0bscur3
22 posts
No Ranking


ReportViewer in 6.2.1 error 

All I have done is upgrade from 6.2.0a to 6.2.1 and now all my reportViewer controls displays the error:

Virtual Path '/VWG_AspResource/guid_44ee2198db3f4587996dabc110a6aa1f.ascx' maps to another application, wich is not allowed.

I dont need to do nothing, even if I create a new project, drop a reportviewer without touching it, just running it (on IIS) gives me the above error. Everything was working fine on 6.2.0a. If I run the application inside VS2008, it runs fine, only if i try to run it from IIS, doesn't work.

Any suggestions on this?

 
New Post 11/17/2008 1:06 PM
  negusm
8 posts
No Ranking


Re: ReportViewer in 6.2.1 error 
Modified By host  on 11/19/2008 3:44:41 AM)
Yep, exactly the same issue I am having.
Mine seems to work in the 2005 IDE with the built in web server.  When I map my local IIS to the project directory it pops.
I am using XP Pro.
-Mike
 

 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: The virtual path '/VWG_AspResource/guid_101d72c138044dd5b95469daa18bf8ac.ascx' maps to another application, which is not allowed.

Source Error:

Line 311:                {
Line 312: // compile the code using a virtual path that is based on the build guid (the ResourceProvider handles this path.
Line 313: objBuildType = BuildManager.GetCompiledType(string.Format("/{0}/guid_{1}.ascx", mstrVirtualPathCode, objBuildGuid.ToString("N")));
Line 314: }
Line 315: finally

Source File: C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Forms\Hosts\AspControlBoxBase.cs    Line: 313

Stack Trace:

[ArgumentException: The virtual path '/VWG_AspResource/guid_101d72c138044dd5b95469daa18bf8ac.ascx' maps to another application, which is not allowed.]
System.Web.VirtualPath.FailIfNotWithinAppRoot() +3199922
System.Web.Compilation.BuildManager.ValidateVirtualPathInternal(VirtualPath virtualPath, Boolean allowCrossApp, Boolean codeFile) +27
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +104
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +93
System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +111
System.Web.Compilation.BuildManager.GetCompiledType(VirtualPath virtualPath) +10
System.Web.Compilation.BuildManager.GetCompiledType(String virtualPath) +25
Gizmox.WebGUI.Forms.Hosts.ResourceProvider.GetCompiledType(String strAspCode) in C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Forms\Hosts\AspControlBoxBase.cs:313
Gizmox.WebGUI.Forms.Hosts.AspControlBoxBase.get_ControlCodeType() in C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Forms\Hosts\AspControlBoxBase.cs:1710
Gizmox.WebGUI.Forms.Hosts.AspControlBoxBase.CreateHostedControlContainer(AspPipeLinePage objHostedPage) in C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Forms\Hosts\AspControlBoxBase.cs:993
Gizmox.WebGUI.Forms.Hosts.AspControlBoxBase.CreateHostPage() in C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Forms\Hosts\AspControlBoxBase.cs:558
Gizmox.WebGUI.Forms.Hosts.AspControlBoxBase.get_HostedControl() in C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Forms\Hosts\AspControlBoxBase.cs:1780
Gizmox.WebGUI.Forms.Hosts.AspControlBoxBase.AddEventHandler(String strName, Delegate objEventHandler) in C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Forms\Hosts\AspControlBoxBase.cs:1311
Gizmox.WebGUI.Reporting.ReportViewer.add_Back(BackEventHandler value) in C:\Data\Projects\tfs\IRIS\Trunk\Source\Gizmox_Visual_WebGui_Sources_v6.2.1_NET2.0\Gizmox.WebGUI.Reporting\ReportViewer.designer.cs:1988
ReportLibrary.Web.Controls.VisualWebGui.BaseRdl.ReportController.WebGuiReportController.set_ReportViewer(IWebGuiReportViewer value) in C:\Data\Projects\tfs\IRIS\Trunk\Source\ReportLibrary\Web\Controls\VisualWebGui\BaseRdl\ReportController\WebGuiReportController.cs:60
ReportLibrary.Web.Controls.VisualWebGui.BaseRdl.BaseRdlViewer..ctor() in C:\Data\Projects\tfs\IRIS\Trunk\Source\ReportLibrary\Web\Controls\VisualWebGui\BaseRdl\BaseRdlViewer.cs:116
ReportLibrary.Web.Controls.VisualWebGui.BaseRdl.Style.Nest.BaseRdlViewerNest..ctor() in C:\Data\Projects\tfs\IRIS\Trunk\Source\ReportLibrary\Web\Controls\VisualWebGui\BaseRdl\Style\Nest\BaseRdlViewerNest.cs:47
ReportLibrary.Web.Controls.VisualWebGui.MicrosoftRdl.Style.Nest.RdlViewerWithToolbar..ctor() in C:\Data\Projects\tfs\IRIS\Trunk\Source\ReportLibrary\Web\Controls\VisualWebGui\MicrosoftRdl\Style\Nest\RdlViewerWithToolbar.cs:31
ReportLibrary.Web.Controls.VisualWebGui.Specialized.EIntelligenceRdl.EIntelligenceRdlViewer..ctor() in C:\Data\Projects\tfs\IRIS\Trunk\Source\ReportLibrary\Web\Controls\VisualWebGui\Specialized\EIntelligenceRdl\EIntelligenceRdlViewer.cs:36
eIntelligence.FormMain.InitializeComponent() in C:\Data\Projects\tfs\IRIS\Trunk\Source\ReportLibrary\Web\Test\VisualWebGui\eIntelligence\FormMain.Designer.cs:31
eIntelligence.FormMain..ctor() in C:\Data\Projects\tfs\IRIS\Trunk\Source\ReportLibrary\Web\Test\VisualWebGui\eIntelligence\FormMain.cs:30

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +103
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +268
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1036
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +114
Gizmox.WebGUI.Server.Context.40AAA(String 0AAAA, String 1AAAA, Object[] 2AAAA) +56
Gizmox.WebGUI.Server.Context.CreateMainForm() +156
Gizmox.WebGUI.Server.Content.GetMainForm() +365
Gizmox.WebGUI.Server.Content.ProcessRequest(HttpContext objHttpContext) +856

[HttpException (0x80004005): Exception has been thrown by the target of an invocation.]
Gizmox.WebGUI.Server.Content.ProcessRequest(HttpContext objHttpContext) +4998
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

Server Error in '/vwgtest' Application.
The virtual path '/VWG_AspResource/guid_101d72c138044dd5b95469daa18bf8ac.ascx' maps to another application, which is not allowed.
 

Version Information: Microsoft .NET Framework Version:2.0.50727.1433; WebGui Version:2.0.50727.1433
 
New Post 11/19/2008 1:21 AM
  ori.cohen
1137 posts
1st Level Poster


Re: ReportViewer in 6.2.1 error 
Modified By host  on 11/19/2008 4:23:01 AM)
Hello,

Checking our Catalog's ReportViewer on VWG v6.2.1 it seems to work very well.

Please create the most minimal sample application that you can create with a ReportViewer
that works for you on VWG v6.2.0 and fails on VWG v6.2.1. Please send this application to
support [at] visualwebgui [dot] com, with a link to this forum thread.

Regards,

Ori Cohen
The Visual WebGui team
 
New Post 11/24/2008 11:42 PM
  ori.cohen
1137 posts
1st Level Poster


Re: ReportViewer in 6.2.1 error 
Hello Mike!

I found your issue here.
We fixed it and the fix will be released with VWG v6.2.2, that will be released this week.

Regards,

Ori Cohen
The Visual WebGui team
 
New Post 12/1/2008 3:53 AM
  ori.cohen
1137 posts
1st Level Poster


Re: ReportViewer in 6.2.1 error 
Hello Mike!

We plan to release VWG v6.2.2 today.

Regards,

Ori Cohen
The Visual WebGui team
 
Previous Previous
 
Next Next
  Forum  General Visual ...  Let's Chat Abou...  ReportViewer in 6.2.1 error

Visual Studop Partners

Copyright © 2005-2008 Visual WebGui®   Terms Of Use  Privacy Statement
Visual WebGui is copyright 2005-2008 by Gizmox