Ask a Question related to ASP.NET Web Services, Design and Development.
-
Tom Phan #1
webservice and pre-compiled error
Hi,
When I deploy a precompiled asp.net beta2 website, the aspx files work great but the asmx files thow an exception (details below). Has any body experience this? Any pointer is appreciated.
Thx,
Tom
The file '/imageinfoapi.asmx' has not been pre-compiled, and cannot be requested.
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.Web.HttpException: The file '/imageinfoapi.asmx' has not been pre-compiled, and cannot be requested.
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.
Stack Trace:
[HttpException (0x80004005): The file '/imageinfoapi.asmx' has not been pre-compiled, and cannot be requested.]
System.Web.Compilation.BuildManager.GetVPathBuildR esultInternal(String virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +3361910
System.Web.Compilation.BuildManager.GetVPathBuildR esultWithNoAssert(HttpContext context, String virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +229
System.Web.Compilation.BuildManager.GetVPathBuildR esult(HttpContext context, String virtualPath) +48
System.Web.UI.WebServiceParser.GetCompiledType(Str ing inputFile, HttpContext context) +36
System.Web.Services.Protocols.WebServiceHandlerFac tory.GetHandler(HttpContext context, String verb, String url, String filePath) +76
System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +718
System.Web.MapHandlerExecutionStep.System.Web.Http Application.IExecutionStep.Execute() +116
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +155
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44
Tom Phan Guest
-
Webservice Error
Hi I keep on getting this pain in my butt error whenever I change some code in Webservice project using vs .net 2003 and resubmit to website: ... -
CRM webservice error
I have thuis webservice. Used to get account information out of microsoft crm. But is reply's an error! can someone see whats the error in this... -
WebService odd error
Hi, I am getting this error from a simple WebService (File | New Project | ASP.NET WebService) running WinXP Prof/VS.NET (2002 - old one). Web... -
401 Error in Webservice
Ok this one is a doozy. I have an ASP.NET that uses 3 webservices. Everything has been working fine for the past year and then along comes this sys... -
Webservice calling a webservice.....Error
Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are...



Reply With Quote

