D
Daniel Rimmelzwaan
Hello all,
I don't know what to do anymore, I thought I was not coding my stuff
correctly, but I am having problems with Visual Studio it seems. When I
create a new webservice on my local machine, remove the comments around the
Hello World service and build it, everything works fine. Then, when I do the
same on a remote server, it gives me the error message below.
One thing I noticed is that I have to open the new project on the remote
machine using frontpage server extensions. Other than that, I am not doing
anything differently on my local machine than I am doing on the server. Does
anyone have a solution for this problem?
Here's the error message:
Server Error in '/MyTest' 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 'MyTest.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="MyTest.Global" %>
Source File: c:\inetpub\wwwroot\MyTest\global.asax Line: 1
I don't know what to do anymore, I thought I was not coding my stuff
correctly, but I am having problems with Visual Studio it seems. When I
create a new webservice on my local machine, remove the comments around the
Hello World service and build it, everything works fine. Then, when I do the
same on a remote server, it gives me the error message below.
One thing I noticed is that I have to open the new project on the remote
machine using frontpage server extensions. Other than that, I am not doing
anything differently on my local machine than I am doing on the server. Does
anyone have a solution for this problem?
Here's the error message:
Server Error in '/MyTest' 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 'MyTest.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="MyTest.Global" %>
Source File: c:\inetpub\wwwroot\MyTest\global.asax Line: 1