File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <ProjectGuid >{22CA6FDB-7622-4F94-8FC2-2E7AB481C86F}</ProjectGuid >
2323 <Keyword >Win32Proj</Keyword >
2424 <RootNamespace >NativeCore</RootNamespace >
25- <WindowsTargetPlatformVersion >10.0.14393 .0</WindowsTargetPlatformVersion >
25+ <WindowsTargetPlatformVersion >10.0.16299 .0</WindowsTargetPlatformVersion >
2626 </PropertyGroup >
2727 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public static InternalCoreFunctions Create()
5151 var handle = NativeMethods . LoadLibrary ( libraryPath ) ;
5252 if ( handle . IsNull ( ) )
5353 {
54- throw new FileNotFoundException ( libraryPath ) ;
54+ throw new FileNotFoundException ( $ "Failed to load native core functions! Couldnt find at location { libraryPath } " ) ;
5555 }
5656
5757 return new InternalCoreFunctions ( handle ) ;
You can’t perform that action at this time.
0 commit comments