could some one please help , work perfectly with VS 2013 but 2015 project not compiling ... details below ..error occurs in a file:
this line in the file causes an issue aparrentley <Vbc Condition=" '%(_CoreCompileResourceInputs.WithCulture)' != 'true' "
<!-- Condition is to filter out the _CoreCompileResourceInputs so that it doesn't pass in culture resources to the compiler -->
<Vbc Condition=" '%(_CoreCompileResourceInputs.WithCulture)' != 'true' "
AdditionalLibPaths="$(AdditionalLibPaths)"
AddModules="@(AddModules)"
AdditionalFiles="@(AdditionalFiles)"
Analyzers="@(Analyzer)"
BaseAddress="$(BaseAddress)"
CodeAnalysisRuleSet="$(ResolvedCodeAnalysisRuleSet)"
Exception
----------------
Severity Code Description Project File Line
Error "vbc2.exe" exited with code 10491530. TridexDynamicDeepObjectClassLibrary C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.VisualBasic.CurrentVersion.targets 368 (line number in file)
1> CORE HELPERS\XML\XmlHelper.vb
1> My Project\AssemblyInfo.vb
1> My Project\Application.Designer.vb
1> AutoGen=True
1> DependentUpon=Application.myapp
1> My Project\Resources.Designer.vb
1> AutoGen=True
1> DependentUpon=Resources.resx
1> DesignTime=True
1> My Project\Settings.Designer.vb
1> AutoGen=True
1> DependentUpon=Settings.settings
1> DesignTimeSharedInput=True
1> Z:\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.vb (TaskId:20)
1> Task Parameter:SubsystemVersion=6.00 (TaskId:20)
1> Task Parameter:TargetType=Library (TaskId:20)
1> Task Parameter:UseHostCompilerIfAvailable=True (TaskId:20)
1> Task Parameter:Utf8Output=True (TaskId:20)
1> Task Parameter:VsSessionGuid=fec35a4d-6120-4ae8-8f4f-04008fd6b4eb (TaskId:20)
1> C:\Program Files (x86)\MSBuild\14.0\bin\vbc2.exe /noconfig /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Generic,System.Data,System.Diagnostics,System.Linq,System.Xml.Linq /optioncompare:Binary /optionexplicit+
/optionstrict:custom /nowarn:42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 /optioninfer+ /nostdlib /rootnamespace:DeepProperties /sdkpath:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5" /preferreduilang:en-US
/highentropyva+ /doc:obj\Debug\DeepProperties.xml /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,_MyType=\"Windows\",PLATFORM=\"AnyCPU\"" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll","C:\Program
Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.DataSetExtensions.dll","C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.dll","C:\Program Files (x86)\Reference
Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll","C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Drawing.dll","C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.dll","C:\Program
Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.Linq.dll" /debug+ /debug:full /filealign:512 /out:obj\Debug\DeepProperties.dll /ruleset:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static
Analysis Tools\\Rule Sets\MinimumRecommendedRules.ruleset" /subsystemversion:6.00 /resource:obj\Debug\DeepProperties.Resources.resources /target:library /utf8output "CORE HELPERS\Batch\Batch(Of T).vb" "CORE HELPERS\Batch\SequenceBatch.vb""CORE HELPERS\Buffer\Buffer(Of deepobject).vb" "CORE HELPERS\CORE MEMORY\HeapState.vb" "CORE HELPERS\CORE MEMORY\HeapTracker.vb" "CORE HELPERS\CORE MEMORY\HeapUtility.vb" "CORE HELPERS\CORE\BindingFlags.vb""CORE HELPERS\CORE\ControlChars.vb" "CORE HELPERS\CORE\DebugHelper.vb" "CORE HELPERS\CORE\StringHelper.vb" "CORE HELPERS\CORE\TypeHelper.vb" "CORE HELPERS\Encryption\EncryptDecrypt.vb" "CORE HELPERS\Encryption\Encryption.vb""CORE HELPERS\Exceptions\AggregateException.vb" "CORE HELPERS\Exceptions\DeepObjectArithmeticException.vb" "CORE HELPERS\Exceptions\DeepObjectDataException.vb" "CORE HELPERS\Exceptions\DeepObjectException.vb" "CORE
HELPERS\Exceptions\DeepObjectNonNumericException.vb" "CORE HELPERS\Exceptions\DeepObjectNotSupportedException - Copy.vb" "CORE HELPERS\Exceptions\DeepObjectSaveException.vb" "CORE HELPERS\Exceptions\DeepObjectTimeoutException.vb""CORE HELPERS\Exceptions\DuplicateNotAllowedException.vb" "CORE HELPERS\Exceptions\ExceptionExtensions.vb" "CORE HELPERS\Exceptions\IllegalStateException.vb" "CORE HELPERS\Exceptions\NotFoundException.vb" "CORE
HELPERS\Exceptions\NoValueAvailable.vb" "CORE HELPERS\Exceptions\PreprocessingException.vb" "CORE HELPERS\Exceptions\UndoException.vb" "CORE HELPERS\Exceptions\ValidationException.vb" "CORE HELPERS\Extentions\ByteExtensions.vb""CORE HELPERS\Extentions\Check.vb" "CORE HELPERS\Extentions\Extentions.vb" "CORE HELPERS\Extentions\Extentions Exception\ExceptionExtensions.vb" "CORE HELPERS\Extentions\Extentions Exception\Failure.vb" "CORE HELPERS\Extentions\Extentions
Exception\Handler.vb" "CORE HELPERS\Extentions\Extentions of Functions\FuncExtensions.vb" "CORE HELPERS\Extentions\Extentions of Functions\IEnumerableExtension.vb" "CORE HELPERS\Extentions\Extentions of Functions\ToWordsExtentions.vb""CORE HELPERS\Helpers\DataUtilities.vb" "CORE HELPERS\Helpers\DisposableUtil.vb" "CORE HELPERS\Helpers\Guard.vb" "CORE HELPERS\Interfaces\IEditableObject.vb" "CORE HELPERS\Interfaces\IOrdered\IOrdered.vb" "CORE
HELPERS\Interfaces\IOrdered\OrderComparator.vb" "CORE HELPERS\Maths\Interval.vb" "CORE HELPERS\Maths\NumberUtils.vb" "CORE HELPERS\Maths\Period.vb" "CORE HELPERS\Maths\ThreadSafeRandom.vb" "CORE HELPERS\PageNation
or Paging\IPaginatedList.vb" "CORE HELPERS\PageNation or Paging\PagedDataHelper.vb" "CORE HELPERS\PageNation or Paging\PaginatedArrayList.vb" "CORE HELPERS\Random\ThreadSafeRandom.vb" "CORE HELPERS\Sort\CORE\Sorting.vb""CORE HELPERS\Sort\Dynamic XML Helper.vb" "CORE HELPERS\Sort\SortableList(Of T).vb" "CORE HELPERS\Sort\SortedTopN(Of TKey, TValue).vb" "CORE HELPERS\Statistics\DeepObjectNodeStatistics.vb" "CORE HELPERS\Statistics\IStopwatch.vb""CORE HELPERS\Statistics\StopwatchEx.vb" "CORE HELPERS\Tree\DeepBinaryTree.vb" "CORE HELPERS\Tree\DeepTreeNode(Of T).vb" "CORE HELPERS\XML\XML Serializtion Extention Good\CustomXmlSerializer.vb" "CORE HELPERS\XML\XML
Serializtion Extention Good\XMLTraceListener.vb" "CORE PROPERTIES DYNAMIC\Deep Properties CORE\DeepObject Event Handlers.vb" "CORE PROPERTIES DYNAMIC\Deep Properties CORE\DeepPropertiesNode.vb" "CORE PROPERTIES DYNAMIC\Deep Properties
CORE\DeepPropertiesList(Of , V).vb" "CORE PROPERTIES DYNAMIC\Extentions Scripting GOOD\Script.vb" "CORE PROPERTIES DYNAMIC\Extentions\DeepObject Extentions.vb" "CORE PROPERTIES DYNAMIC\Extentions\DynamicNodesExtentions.vb""CORE HELPERS\Interfaces\ISwap.vb" "CORE PROPERTIES DYNAMIC\Reflection\ObjectProperty.vb" "CORE PROPERTIES DYNAMIC\Reflection\ReflectionAccess.vb" "CORE PROPERTIES DYNAMIC\Reflection\Relay.vb" "CORE PROPERTIES DYNAMIC\Reflection\Serializer.vb""CORE PROPERTIES DYNAMIC\Sort.vb" "CORE PROPERTIES DYNAMIC\SortedFloatList.vb" "CORE HELPERS\XML\XmlHelper.vb" "My Project\AssemblyInfo.vb" "My Project\Application.Designer.vb" "My Project\Resources.Designer.vb""My Project\Settings.Designer.vb" "Z:\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.vb" /sqmsessionguid:fec35a4d-6120-4ae8-8f4f-04008fd6b4eb (TaskId:20)
1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.VisualBasic.CurrentVersion.targets(368,9): error MSB6006: "vbc2.exe" exited with code 16520362.
1>Done executing task "Vbc" -- FAILED. (TaskId:20)
1>Done building target "CoreCompile" in project "DeepProperties.vbproj" -- FAILED.: (TargetId:47)
1>Target "_CheckForCompileOutputs: (TargetId:48)" in file "C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets" from project "C:\Users\tridex\Desktop\TridexDeepObject2 2015\DeepProperties\DeepProperties.vbproj"
(target "_CleanGetCurrentAndPriorFileWrites" depends on it):
1>Added Item(s): FileWrites=obj\Debug\DeepProperties.xml
1>Set Property: _DebugSymbolsProduced=false
1>Done building target "_CheckForCompileOutputs" in project "DeepProperties.vbproj".: (TargetId:48)
1>Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On'
or (''!='' and 'Off' == 'Auto')).
1>Target "_CleanGetCurrentAndPriorFileWrites: (TargetId:49)" in file "C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets" from project "C:\Users\tridex\Desktop\TridexDeepObject2 2015\DeepProperties\DeepProperties.vbproj"
(target "_CleanRecordFileWrites" depends on it):
1>Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "ReadLinesFromFile" (TaskId:21)
.. Tridex ...