A
Alex. O. Koranteng
I have a web form which is calling a web service on
pageload event which uses javascript function. I am getting the following
error:
Any suggestions.
Server Error in '/Atlas - WebServices111' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Web' does not
exist in the namespace 'Microsoft' (are you missing an assembly reference?).
Any suggestions.
Source Error:
Line 5: using System.Web.Services;
Line 6: using System.Web.Services.Protocols;
Line 7: using Microsoft.Web.Script.Services;
Line 8:
Line 9:
Source File: c:\MSDN\Weblogs\WMcclure\Atlas -
WebServices111\App_Code\DataTypes.cs Line: 7
pageload event which uses javascript function. I am getting the following
error:
Any suggestions.
Server Error in '/Atlas - WebServices111' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Web' does not
exist in the namespace 'Microsoft' (are you missing an assembly reference?).
Any suggestions.
Source Error:
Line 5: using System.Web.Services;
Line 6: using System.Web.Services.Protocols;
Line 7: using Microsoft.Web.Script.Services;
Line 8:
Line 9:
Source File: c:\MSDN\Weblogs\WMcclure\Atlas -
WebServices111\App_Code\DataTypes.cs Line: 7