Error while creating a view of an unmapped exception thrown by a method called by reflection

I am using Visual Studio 2013 Professional and I tried to create a view but I got the error below,

There was an error starting the code generator:

unmapped exception thrown by method thrown by reflection (Exception from HRESULT: 0x0131604).

I have searched google but this is no luck.

+3


source to share


1 answer


Finally I found the problem. This is an invalid tag in web.confg, after I changed it to the correct one, it works again!



+7


source







All Articles