D
Daniel Bass
Scenario (Hardware)
----------------------
I've got an engineering source server with Win 2k on it. We use it for all
the source files for our projects etc...
Let's call it "Engineering" for this scenario's sake.
Next, I have a test machine, again running Win 2k, we'll call it "Test",
that we use to drop all our compiled applications onto for testing before
release to our clients.
Finally, there's my box, (let's call it "Local") where the code is written
and compiled from (not stored though). Local is running XP Pro.
All machines have the latest patches and .Net frameworks, along with the IIS
that came with their respective platforms.
Scenario (Software)
--------------------
I'm writing an ASP.Net application with VS.Net 2003, running on Local, which
creates a project in the IIS space of Test, which has a virtual directory
pointing to code on Engineering. I didn't come up with this policy, it was
before I arrived.
The Problem
-------------
I'm getting this error when I first create and simply drop one label onto
the WebForm1.aspx.
=====================================================================
Server Error in '/YaddaYadda' Application.
----------------------------------------------------------------------------
----
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 'YaddaYadda.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="YaddaYadda.Global" %>
Source File: \\Engineering\Projects\YaddaYadda\global.asax Line: 1
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
==========================================================================
I've tried the "Rebuild Solutions", as well as ensuring the namespaces are
all correct, and have reboot both Test and Local to no avail.
Any ideas?
Thanks for your time.
Dan.
PS. HAPPY NEW YEAR!
----------------------
I've got an engineering source server with Win 2k on it. We use it for all
the source files for our projects etc...
Let's call it "Engineering" for this scenario's sake.
Next, I have a test machine, again running Win 2k, we'll call it "Test",
that we use to drop all our compiled applications onto for testing before
release to our clients.
Finally, there's my box, (let's call it "Local") where the code is written
and compiled from (not stored though). Local is running XP Pro.
All machines have the latest patches and .Net frameworks, along with the IIS
that came with their respective platforms.
Scenario (Software)
--------------------
I'm writing an ASP.Net application with VS.Net 2003, running on Local, which
creates a project in the IIS space of Test, which has a virtual directory
pointing to code on Engineering. I didn't come up with this policy, it was
before I arrived.
The Problem
-------------
I'm getting this error when I first create and simply drop one label onto
the WebForm1.aspx.
=====================================================================
Server Error in '/YaddaYadda' Application.
----------------------------------------------------------------------------
----
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 'YaddaYadda.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="YaddaYadda.Global" %>
Source File: \\Engineering\Projects\YaddaYadda\global.asax Line: 1
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
==========================================================================
I've tried the "Rebuild Solutions", as well as ensuring the namespaces are
all correct, and have reboot both Test and Local to no avail.
Any ideas?
Thanks for your time.
Dan.
PS. HAPPY NEW YEAR!