Closed fuzzyducky closed 6 years ago
Sounds like an issue dynamically loading a type. Since Synthesis defaults to scanning all assemblies for Synthesis types, it's probably some other assembly doing something weird that messes things up.
You can avoid this by whitelisting model assemblies to look in. From Synthesis.config
:
<typeListProvider type="Synthesis.Configuration.ConfigurationTypeListProvider, Synthesis" />
<!--<typeListProvider type="Synthesis.Configuration.ConfigurationTypeListProvider, Synthesis">
<assemblies hint="list:AddAssembly">
<web>SynthesisDemo.Web</web>
Wildcards are also supported:
<foo>MyProject.Sites.*</foo>
</assemblies>
</typeListProvider>-->
Sorry for the delay, my inbox sucks :(
Hi @fuzzyducky,
Are you still experiencing this problem?
I think I disabled the check on app start and haven't tried messing with it since.
We sometimes get this exception on site load after app pool recycle but goes away on the 2nd request. Is this something you have seen before? I don't have a problem hitting the /Synthesis.aspx page.