Hi folks,
I recently got a blazingly fast new computer where I work, and so I installed VisualStudio.NET (Enterprise Architect Versions 2002) onto the computer. I am working on an ASP.NET project, and so I copied it from my old PC (running VisualStudio.NET Beta 2) to the new PC.
Now, when I try to access my webservices, like so:
I get the following error:
[ --- Start Error Message --- ]
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 create type 'xxx.yyy.zzz.Navigation'.
Source Error:
Line 1: <%@ WebService Language="c#" Codebehind="Navigation.asmx.cs" Class="xxx.yyy.zzz.Navigation" %>
Source File: c:\inetpub\ Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
[ --- End Error Message --- ]
Now, the namespace xxx.yyy.myservice -does- exist (this code runs fine on the other PC).
Is this a version problem between Enterprise Architect and Beta 2, or am I missing something?
Thanks in advance,
Jon
I recently got a blazingly fast new computer where I work, and so I installed VisualStudio.NET (Enterprise Architect Versions 2002) onto the computer. I am working on an ASP.NET project, and so I copied it from my old PC (running VisualStudio.NET Beta 2) to the new PC.
Now, when I try to access my webservices, like so:
I get the following error:
[ --- Start Error Message --- ]
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 create type 'xxx.yyy.zzz.Navigation'.
Source Error:
Line 1: <%@ WebService Language="c#" Codebehind="Navigation.asmx.cs" Class="xxx.yyy.zzz.Navigation" %>
Source File: c:\inetpub\ Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
[ --- End Error Message --- ]
Now, the namespace xxx.yyy.myservice -does- exist (this code runs fine on the other PC).
Is this a version problem between Enterprise Architect and Beta 2, or am I missing something?
Thanks in advance,
Jon