Thanks, it worked after i included those files you mentioned. Great! But now i landed in error which says Physical template not found. (error image attached)
PS- Folders like, Umbraco, Umbraco-client, Scripts etc , i have not included them in project.
Do i need to include all folders, i mean all except, App_Data, Obj, Bin ?
Well, if you need to publish the whole thing I think that yes, you should include some more folders. I think the /Views folder is what you're missing here. What you're experiencing now is a matter of configuring your publish process. I can't know what you have included, so you could start by verifying the /Views folder is included and see if any other error pops up.
compilation Error on Publish
Hi
On publishing I get error that namespace Mailchimp.Net not found. Any quick fix to this?
PS I have included App_code folder in project.
working on Visual Studio 2015
txs
This package installs a number of dlls in your /bin folder. Among them is MailChimp.Net.V3.dll which you will have to include in your publishing.
The full list of DLLs to be included is:
Thanks, it worked after i included those files you mentioned. Great! But now i landed in error which says Physical template not found. (error image attached) PS- Folders like, Umbraco, Umbraco-client, Scripts etc , i have not included them in project.
Do i need to include all folders, i mean all except, App_Data, Obj, Bin ?
Well, if you need to publish the whole thing I think that yes, you should include some more folders. I think the /Views folder is what you're missing here. What you're experiencing now is a matter of configuring your publish process. I can't know what you have included, so you could start by verifying the /Views folder is included and see if any other error pops up.
ya, i included folders and now the site is up and running with views thanks for help
is working on a reply...