T
tiretohf
Hi,
I'm moving a webservice from 1.1 to 2.0. Here is the errors I got when
attempted to compile the project in vs2005:
C:\Projects\Migration\Web\Facade\App_Code\MigrationService.asmx.cs(19,34):
error CS0246: The type or namespace name 'WebService' could not be
found (are you missing a using directive or an assembly reference?)
C:\Projects\Migration\Web\Facade\App_Code\MigrationService.asmx.cs(53,4):
error CS0246: The type or namespace name 'WebMethod' could not be found
(are you missing a using directive or an assembly reference?)
I see that compiler doesn't see the System.Web.Services;
I tried to add reference to the assembly. No luck. After closing the
"Add reference" form nothing added.
What am I faced with and how can I correct the problem?
Thanks.
--T.
I'm moving a webservice from 1.1 to 2.0. Here is the errors I got when
attempted to compile the project in vs2005:
C:\Projects\Migration\Web\Facade\App_Code\MigrationService.asmx.cs(19,34):
error CS0246: The type or namespace name 'WebService' could not be
found (are you missing a using directive or an assembly reference?)
C:\Projects\Migration\Web\Facade\App_Code\MigrationService.asmx.cs(53,4):
error CS0246: The type or namespace name 'WebMethod' could not be found
(are you missing a using directive or an assembly reference?)
I see that compiler doesn't see the System.Web.Services;
I tried to add reference to the assembly. No luck. After closing the
"Add reference" form nothing added.
What am I faced with and how can I correct the problem?
Thanks.
--T.