Skip to content

Commit

Permalink
Fix wording in failure to load native library (#68995)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy authored May 7, 2022
1 parent 7181c7f commit 1b930a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3899,7 +3899,7 @@
<value>Unable to find an entry point named '{0}' in native library.</value>
</data>
<data name="Arg_DllNotFoundExceptionParameterized" xml:space="preserve">
<value>Unable to native library '{0}' or one of its dependencies.</value>
<value>Unable to load native library '{0}' or one of its dependencies.</value>
</data>
<data name="InvalidOperation_ComInteropRequireComWrapperInstance" xml:space="preserve">
<value>COM Interop requires ComWrapper instance registered for marshalling.</value>
Expand Down

0 comments on commit 1b930a9

Please sign in to comment.