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