Error creating control (/usercontrols/Doc2Form/Doc2Form.ascx)
I have a new umbraco installation, and am trying to get a contact form working (using doc2form but tried with cltiv contact form with same error??), but for some reason am getting this cache error:
Error creating control
(/usercontrols/Doc2Form/Doc2Form.ascx). Maybe file doesn't
exists or the usercontrol has a cache directive, which is not allowed!
See the tracestack for more information!
Catch is the file(s) do exist and I can't locate the tracestack for this error (wtf)
Would appreciate if anyone can shed any light on this one?
Try adding umbDebugShowTrace=true to your querystring so you can look at the trace for the error. If that doesn't give enough info, try looking in the UmbracoLog table or even your windows event log.
Error creating control (/usercontrols/Doc2Form/Doc2Form.ascx)
I have a new umbraco installation, and am trying to get a contact form working (using doc2form but tried with cltiv contact form with same error??), but for some reason am getting this cache error:
Error creating control (/usercontrols/Doc2Form/Doc2Form.ascx).
Maybe file doesn't exists or the usercontrol has a cache directive, which is not allowed! See the tracestack for more information!
Catch is the file(s) do exist and I can't locate the tracestack for this error (wtf)
Would appreciate if anyone can shed any light on this one?
Thanks
Simon
Try adding umbDebugShowTrace=true to your querystring so you can look at the trace for the error. If that doesn't give enough info, try looking in the UmbracoLog table or even your windows event log.
It appears the error lies around here, but I can't pinpoint it - aside from the "Could not load type 'BCTLLC.UmbracoExtensions.Doc2Form'."
This error is usually caused by missing dll's, are the doc2forms dll's present in your /bin folder?
hmmmm......
No they're not.... any idea why that would be? - this was a fresh install?
is working on a reply...