HELP with ASP.net applicatio.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



this is the first .net program I'm trying to run, I get this error:

Server Error in '/MMLSService' Application.
----------------------------------------------------------------------------
----

Unhandled Execution Error
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.Services.Protocols.SoapException:

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:


[SoapException]

Microsoft.MapPoint.LocationServer.MlsService.Global.Application_Start(Object
sender, EventArgs e)





----------------------------------------------------------------------------
----

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032


any idea was going on .. any help please.


.



Relevant Pages

  • Re: Runtime Syntax Checker
    ... If any Tcl command sets a return code other than zero, ... script to abort, but any following scripts will execute. ... In C, you can ignore errors, execution ... The caller must then handle the exception. ...
    (comp.lang.tcl)
  • Re: Updating a DB via SQL is giving me a headache
    ... problem will never be executed using the Try/Catch block, ... Connection was certainly created and opened, ... If so, null is not an Integer, and that could throw an exception. ... is handled, execution continues. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Updating a DB via SQL is giving me a headache
    ... This means that SOMETHING being done in that line is throwing an exception, not necessarily the SQL Statement, which in fact, since you tested it in Query Analyzer, works. ... Since no code from that class was posted, I can't guarantee that, while the Connection was certainly created and opened, I don't know everything about the Connection. ... Also, in the same "misuse of Try/Catch" department, your Catch block is setting the return value of your function, but note that when an Exception is handled, execution continues. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Web service runs infinitely on IIS5.0 and .NET2.0 using windows 20
    ... Currently we poll a SQL server Db at regular intervals to ... At all cases of exception we wait for 20 seconds more using sleep and retry ... Enabling trace and increasing execution timeout did not help. ... Failed to process request. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • How to trap System.Web.HttpException: Request timed out.?
    ... executionTimeout to 10 secs in Web.Config where my WebService is ... Exception Details: System.Web.HttpException: Request timed out. ... An unhandled exception was generated during the execution of the ... I tried to trap the error on Application_Error function of Global.asax ...
    (microsoft.public.dotnet.framework.aspnet)