Search

You searched for the word(s): userid:853091

Matching Posts

  • Re: Could not load type... in strongly typed view

    Oh, I've found the answer. It's a bug (http://stackoverflow.com/questions/492671/problem-using-add-view-dialog-in-asp-net-mvc-rc1-for-strongly-typed-view).
    Posted to ASP.NET MVC (Forum) by Michael2009 on 2/3/2009
  • Re: Could not load type... in strongly typed view

    I have a problem with "Add View" wizard too (MVC RC1). But it is related to type resolution. I have Common.dll which contains interfaces for my domain model (for example, IEntity). Domain.dll references Common.dll and contains actual business entities (like Customer : IEntity). MVC project references both of these assemblies so they are located in \Bin folder. When I try to add a strongly typed view for Customer I get the following exception: --------------------------- Template Processing
    Posted to ASP.NET MVC (Forum) by Michael2009 on 2/3/2009
Page 1 of 1 (2 items)