Help URGENT!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lfjca

    Help URGENT!

    Hi everyone,

    After reinstalling Visual Studio.NET 2003 on a Windows Server 2003 platform,
    the following error has been issued whenever I try to run ASP.NET
    applications (see stack trace !):

    Does anybody have any clue on how to solve this ?

    Thx :-)

    Method not found: Void System.Threadin g.ThreadPool.Ge tMinThreads(Int 32
    ByRef, Int32 ByRef).
    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.MissingM ethodException: Method not found: Void
    System.Threadin g.ThreadPool.Ge tMinThreads(Int 32 ByRef, Int32 ByRef).

    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:

    [MissingMethodEx ception: Method not found: Void
    System.Threadin g.ThreadPool.Ge tMinThreads(Int 32 ByRef, Int32 ByRef).]
    System.Web.Http Runtime.SetThre adPoolLimits(Ht tpContext context) +0
    System.Web.Http Runtime.FirstRe questInit(HttpC ontext context) +365

    [HttpException (0x80004005): ASP.NET Initialization Error]
    System.Web.Http Runtime.FirstRe questInit(HttpC ontext context) +964
    System.Web.Http Runtime.Process RequestInternal (HttpWorkerRequ est wr) +128



Working...