P
Paul Smith
I am hoping this is a simple problem for someone. We have two development
servers, DEVNET (a web server) and DEVSQL (a DB / File Server). We have
recently moved all of our .NET source code from an old server to DEVSQL,
where it compiles beautifully. We have an application with several
projects. One of them (Pages) has all of the ASPX files, the Global.asax
file, etc. in it. The other projects in the solution are made up of the C#
files for the business logic. When attempting to run the application, we
receive the following error:
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'EGG.Yeoman.Pages.Global'.
Source Error:
Line 1: <%@ Application CodeBehind="Global.asax.cs"
Inherits="EGG.Yeoman.Pages.Global" %>
Source File: \\devsql\Source Code\Solutions\EGG.Yeoman.Pages\global.asax
Line: 1
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
I have tried every approach found in the various news groups I have
searched. The standard (and as far as I can tell only) Microsoft answer
(recompile) does NOT solve the problem. The appropriate DLLs are ALL
included in the \bin subdirectory of the IIS virtual directory.
Anyone have any ideas? Is this a problem caused by creating the virtual
directory with a UNC path to its actual content? If so, is it possible to
host an ASP.NET application from a virtual directory with a UNC path to a
different physical server?
Paul
servers, DEVNET (a web server) and DEVSQL (a DB / File Server). We have
recently moved all of our .NET source code from an old server to DEVSQL,
where it compiles beautifully. We have an application with several
projects. One of them (Pages) has all of the ASPX files, the Global.asax
file, etc. in it. The other projects in the solution are made up of the C#
files for the business logic. When attempting to run the application, we
receive the following error:
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'EGG.Yeoman.Pages.Global'.
Source Error:
Line 1: <%@ Application CodeBehind="Global.asax.cs"
Inherits="EGG.Yeoman.Pages.Global" %>
Source File: \\devsql\Source Code\Solutions\EGG.Yeoman.Pages\global.asax
Line: 1
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
I have tried every approach found in the various news groups I have
searched. The standard (and as far as I can tell only) Microsoft answer
(recompile) does NOT solve the problem. The appropriate DLLs are ALL
included in the \bin subdirectory of the IIS virtual directory.
Anyone have any ideas? Is this a problem caused by creating the virtual
directory with a UNC path to its actual content? If so, is it possible to
host an ASP.NET application from a virtual directory with a UNC path to a
different physical server?
Paul