When I try to create an Mvc4 "internet Application" (forms authentication), I get this error:
"GetExportedValue cannot be called before prerequisite import 'NuGet.VisualStudio.VsSettings..ctor (Parameter = "solutonManager", ContractName= "NuGet.VisualStudio.ISolutionManager") has been set."
Any idea?
Thanks!
Mojo
That is MEF problem. I thought, There might be some component is broken but don't know whic is.
thaicarrot
Contributor
5132 Points
1465 Posts
Re: Mvc4 "internet Application" (forms authentication) error
Feb 25, 2012 08:55 AM|LINK
That is MEF problem. I thought, There might be some component is broken but don't know whic is.
Weera