Giter VIP home page Giter VIP logo

Comments (7)

xrisdoc avatar xrisdoc commented on September 6, 2024 1

I have experienced the same issue. To quickly resolve this, I simply added a new Umbraco web application project, named "Website", to the solution and that seemed to have resolved most of the missing references. However, there were still a few others missing.

  • Microsoft.Web.Mvc.FixedDisplayModes.dll - I just removed this as i believe this is actually no longer required
  • Umbraco.Licensing.dll - I also just removed this
  • Microsoft.Web.XmlTransform.dll - I sourced this form a directory on my local machine
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.XmlTransform.dll

or

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.XmlTransform.dll

This will do us for now. Although, the best option probably would be to link to the UmbracoCMS.Core files through the NuGet package installed within the GrowCreate.PipelineCRM project as theotron has suggested.

from pipelinecrm.

theotron avatar theotron commented on September 6, 2024

Hi George

We don't commit bin files - these are either created by the build or restored by nuget.

Also, there is no Website folder in the source. Are you sure you cloned this exact repo?

Send me a screenshot of your VS output if the problem persists.

Thanks
Theo

from pipelinecrm.

gcapnias avatar gcapnias commented on September 6, 2024

Yes, I do understand you do not commit binary files on the repository.

Although, if you check the GrowCreate.PipelineCRM.csproj file (https://github.com/theotron/PipelineCRM/blob/master/GrowCreate.PipelineCRM/GrowCreate.PipelineCRM.csproj), you will find paths like:

..\..\Pipeline\Website\bin instead of ..\packages\

which are outside the git repository.

There are several .dlls, that are not pointing to the packages folder, as they should, so the solution cannot be compiled.

from pipelinecrm.

theotron avatar theotron commented on September 6, 2024

I see it now - the project is referencing Umbraco DLLs which should be linked through Nuget.

Thanks for the bug report George - I will try to fix this weekend, but if you are in a hurry, you can remove and re-add the missing references from local copies.

Cheers
Theo

from pipelinecrm.

gcapnias avatar gcapnias commented on September 6, 2024

Hi,

There are some .dlls missing. I believe this is due to, belonging to a previous version of MVC (4 instead of 5).

And the Umbraco.Licensing.dll - I cannot find it somewhere...

George J.

from pipelinecrm.

harvzor avatar harvzor commented on September 6, 2024

This issue has been fixed in e4c0eea.

I've come across the XmlTranform issue before when I found that my local system didn't even have it. I have taken the dll from the v14.0 directory on my local system and I have included it in this repository under /packages/XmlTranform/. I'm not sure this is best practice, but it should hopefully allow people to open the solution with any recent version of VS.

Please can you guys do a fresh pull and let me know if it's working for you too?

from pipelinecrm.

xrisdoc avatar xrisdoc commented on September 6, 2024

Yeah, that all seems to build successfully straight away now.

Thanks!

from pipelinecrm.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.