Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nitin Anand 46 posts 178 karma points
    Dec 12, 2016 @ 12:30
    Nitin Anand
    0

    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

    txsenter image description here

  • Sotiris Filippidis 286 posts 1501 karma points
    Dec 12, 2016 @ 12:37
    Sotiris Filippidis
    100

    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:

    • DotSee.AutoNode.dll
    • DotSee.Common.dll
    • DotSee.NodeRestrict.dll
    • DotSee.PageMetas.dll
    • DotSee.VirtualNodes.dll
    • MailChimp.Net.V3.dll
    • Umbraco.Web.PublishedContentModels.dll
  • Nitin Anand 46 posts 178 karma points
    Dec 12, 2016 @ 14:38
    Nitin Anand
    0

    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 ? enter image description here

  • Sotiris Filippidis 286 posts 1501 karma points
    Dec 12, 2016 @ 14:47
    Sotiris Filippidis
    0

    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.

  • Nitin Anand 46 posts 178 karma points
    Dec 12, 2016 @ 15:23
    Nitin Anand
    0

    ya, i included folders and now the site is up and running with views thanks for help

Please Sign in or register to post replies

Write your reply to:

Draft