Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET WebService "Could not create type ..."

Status
Not open for further replies.

jleger

Programmer
Feb 8, 2002
16
US
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=&quot;c#&quot; Codebehind=&quot;Navigation.asmx.cs&quot; Class=&quot;xxx.yyy.zzz.Navigation&quot; %>

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top