spring_newbie
02-17-2009, 09:01 AM
hey,
I upgraded the VS2K5 code to VS2008. The ASP.NET AJAX is not working any more. With the Contact example, "/ContactWebService.asmx" shows up correctly but I saw 'Exception “No web service found at:” with /js or /jsdebug'. Some articles suggested to include the asxm file in the deployment package. However, those asxm files are generated on-the-fly in the Spring framework.
Below is the error message:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: No web service found at: /docroot/ContactWebService.asmx.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
I am new to Spring.net. Can anyone help me with that error?
thanks,
I upgraded the VS2K5 code to VS2008. The ASP.NET AJAX is not working any more. With the Contact example, "/ContactWebService.asmx" shows up correctly but I saw 'Exception “No web service found at:” with /js or /jsdebug'. Some articles suggested to include the asxm file in the deployment package. However, those asxm files are generated on-the-fly in the Spring framework.
Below is the error message:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: No web service found at: /docroot/ContactWebService.asmx.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
I am new to Spring.net. Can anyone help me with that error?
thanks,