VbStrConv.Wide and VbStrConv.Narrow are not applicable to the locale specified
The application is attempting to use the VbStrConv enumeration members Wide or Narrow, which are not applicable to the specified locale.
To correct this error
- Remove either VbStrConv.Wide or VbStrConv.Narrow.
See Also
Concepts
Introduction to International Applications Based on the .NET Framework