This is the situation:
- Server windows 2003 (not in domain but only workgroup), with remote
debugging component installed on it
- Development PC Windows XP Professional in a domain XYZ with VS .NET
installed on it
I trie to debug a remote application (created on 2003 server), but i
cant due to error in Apllication "/"
So i looked at some mail for development using remote file share
located on a different computer.... THIS IS FINE FOR ME!!!
I created a simple Web Service.... with Hallo World!!!
But the error that i get is:
Server Error in '/WebService1' Application.
--------------------------------------------------------------------------------
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 load type 'WebService1.Gl obal'.
Source Error:
Line 1: <%@ Application Codebehind="Glo bal.asax.cs"
Inherits="WebSe rvice1.Global" %>
Source File: \\server2003\re mote_prj\WebSer vice1\global.as ax Line:
1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573;
ASP.NET Version:1.1.432 2.573
I don't understand this error!!
How can i do ?
- Server windows 2003 (not in domain but only workgroup), with remote
debugging component installed on it
- Development PC Windows XP Professional in a domain XYZ with VS .NET
installed on it
I trie to debug a remote application (created on 2003 server), but i
cant due to error in Apllication "/"
So i looked at some mail for development using remote file share
located on a different computer.... THIS IS FINE FOR ME!!!
I created a simple Web Service.... with Hallo World!!!
But the error that i get is:
Server Error in '/WebService1' Application.
--------------------------------------------------------------------------------
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 load type 'WebService1.Gl obal'.
Source Error:
Line 1: <%@ Application Codebehind="Glo bal.asax.cs"
Inherits="WebSe rvice1.Global" %>
Source File: \\server2003\re mote_prj\WebSer vice1\global.as ax Line:
1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573;
ASP.NET Version:1.1.432 2.573
I don't understand this error!!
How can i do ?