Ticket #127 (new defect)

Opened 7 months ago

Following example with VS 2010 (beta 2) causes error.

Reported by: community Owned by: serialseb
Priority: blocker Milestone:
Component: AspNet - Hosting Version:
Keywords: Cc:
Time remaining: 1d Blocked By:
Time spent: 1d Time planned: 1d
Blocking:

Description

Hi I ran through the example fine with VS08, but with VS 2010 (Beta 2) I'm getting: .

Server Error in '/' Application. Value cannot be null. Parameter name: collection 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.ArgumentNullException?: Value cannot be null. Parameter name: collection

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:

[ArgumentNullException?: Value cannot be null. Parameter name: collection]

System.ThrowHelper?.ThrowArgumentNullException?(ExceptionArgument? argument) +44 System.Collections.Generic.List1..ctor(IEnumerable1 collection) +7667770 OpenRasta.Pipeline.PipelineStage?..ctor(IPipeline pipeline) in c:\data\teamcity-agent\76e5d693a1510fce\src\core\OpenRasta\Pipeline\PipelineStage?.cs:12 OpenRasta.Hosting.AspNet?.OpenRastaModule?.HandleHttpApplicationPostResolveRequestCacheEvent?(Object sender, EventArgs? e) +526 System.Web.SyncEventExecutionStep?.System.Web.HttpApplication?.IExecutionStep.Execute() +68 System.Web.HttpApplication?.ExecuteStep?(IExecutionStep step, Boolean& completedSynchronously) +75

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

--- I have already changed the target framework to 3.5 down from 4

Attachments

Add/Change #127 (Following example with VS 2010 (beta 2) causes error.)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.