Hi
When I try to get reference to my remotely hosted web service, I get the
following error;
Parser Error Message: Could not load type 'localhost.Glob al'.
Source Error:
Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="local host.Global" %>
Source File: d:\webs\...\glo bal.asax Line: 1
What is it that I need to do to fix this?
Thanks
Regards
When I try to get reference to my remotely hosted web service, I get the
following error;
Parser Error Message: Could not load type 'localhost.Glob al'.
Source Error:
Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="local host.Global" %>
Source File: d:\webs\...\glo bal.asax Line: 1
What is it that I need to do to fix this?
Thanks
Regards
Comment