Copied to clipboard

Flag this post as spam?

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


  • Bo Zhu 1 post 21 karma points
    Sep 05, 2012 @ 09:35
    Bo Zhu
    0

    Issue when building Umbraco

    After I downloaded the latest source code, I extract them and ran command build.bat to build it, but encountered below errors:

    "D:\Projects\ShinboZhu\umbraco\build\Build.proj" (default target) (1) ->
    "D:\Projects\ShinboZhu\umbraco\src\umbraco.presentation\umbraco.presentation.csproj" (Clean;Build target) (2) ->
    "D:\Projects\ShinboZhu\umbraco\src\umbraco.macroRenderings\umbraco.macroRenderings.csproj" (default target) (5:2) ->
    "D:\Projects\ShinboZhu\umbraco\src\umbraco.cms\umbraco.cms.csproj" (default target) (8:5) ->(CoreCompile target) ->
    businesslogic\workflow\Notification.cs(347,54): error CS1010: Newline in constant [D:\Projects\ShinboZhu\umbraco\src\umbraco.cms\umbraco.cms.csproj]
    businesslogic\workflow\Notification.cs(348,54): error CS1010: Newline in constant [D:\Projects\ShinboZhu\umbraco\src\umbraco.cms\umbraco.cms.csproj]

    I looked at Notification.cs, and found that line 347 and 348 are shown below:

    oldString = oldString.Replace("“", "?);
    oldString = oldString.Replace("”", "?);

    I also check this file online on CodePlex, line 347 and 348 are shown below:

    oldString = oldString.Replace("“", "");
    oldString = oldString.Replace("”", "");

    There are many similar errors on my side. Would anyone please tell me how to resolve it?

    My environment is: Windows 7 Ultimate.

  • Softnado 1 post 21 karma points
    Sep 09, 2012 @ 09:52
    Softnado
    0

    Same issue, waiting ...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies