Copied to clipboard

Flag this post as spam?

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


  • Yovav Gad 41 posts 62 karma points
    Oct 12, 2010 @ 18:06
    Yovav Gad
    0

    Solution in TFS takes too long to compile

    I've added the Umbraco solution as a web site project and referenced all the Umbraco DLLs from a library directory,

    It seems like what is taking so long is for Visual Studio to go over all the code files and copile them,

     

    will I get better performance using a different kind of project ? (still like to have it as a runable web application)

    Any idea how to make it compile faster ?

  • Jeff Grine 149 posts 189 karma points
    Oct 12, 2010 @ 18:35
  • Yovav Gad 41 posts 62 karma points
    Oct 12, 2010 @ 18:42
    Yovav Gad
    0

    Thanks, I'm already doing what is suggested at this link,

    but it there are still a lot of code files which makes the compiler go just too slow every time...

  • Nate 143 posts 184 karma points
    Oct 12, 2010 @ 18:53
    Nate
    0

    I think you should just put the core files (xslt, masterpages, js, config, css, web.config and masterpages) in one project.  Then put simple user controls in another project.  Then put other larger projects in seperate projects.

    That way you can build just want you want to.

Please Sign in or register to post replies

Write your reply to:

Draft