I m trying to deploy a Sitefinity 4 project. I have the main web app project, and two external class libraries. I ve tried to publish, and ive tried using a web deployment project, however both times it complains about missing references, like:
The type or namespace name Sitefinity does not exist in the namespace Telerik (are you missing an assembly reference?)
It is always referring to a line of code in one of the class libraries. Do i need to add the assemblies to the app.config file?
Any ideas greatly appreciated.