Monday, March 28, 2011

fileloadexception and strongly typed assembly is required

I'm trying to add a view (Asp.Net MVC RC) with the "add view" right click menu and I'm getting a file load exception.
Is this a problem of ASP.NET MVC RC or some kind of configuration problem?
Link to screenshot

From stackoverflow
  • Did you uninstall older versions properly before you installed the RC?

    Ronnie : yes, previous version was correcly uninstalled. Could that be linked to the fact that I use Win2003 instead of Xp as a development machine
    ajma : it shouldn't matter if you're using 2003 or xp
    Ronnie : problem still not solved...any clues?
    ajma : I can't think of anything else from the error. Can you try uninstalling ASP.NET MVC and reinstall it again?
  • In this thread: link text

    Phil Haack says you need to update the web.config in the views folder. So I created a new project and copied that over to my existing project and it now works - no more FileLoadException.

0 comments:

Post a Comment