No parameterless constructor defined for this object when simply copying site
Posted
by
jaffa
on Stack Overflow
See other posts from Stack Overflow
or by jaffa
Published on 2012-04-11T09:01:04Z
Indexed on
2012/04/11
11:28 UTC
Read the original article
Hit count: 243
I'm getting the above error. All I have done is copied an existing site and set-up debugging to use a different port using IISExpress in Visual Studio.
Any ideas why I would suddenly get this error? Normally I get this error when StructureMap cannot for some reason resolve a dependency to inject into a controller. But this has me stumped. The code-base is the same. All I've done is copied the code into another folder!?!
© Stack Overflow or respective owner