Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
Same issue, waiting ...
is working on a reply...
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.
Continue discussion
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.
Same issue, waiting ...
is working on a reply...
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.