I am working on a WebLink customization and I am getting errors when building the project. I opened the weblink.vbproj file in Visual Studio and built the solution. I didn't make any code changes. I am getting 10 errors saying "Value of type 'Exception' cannot be converted to 'String'" or "Value of type 'String' cannot be converted to 'Exception'" (see attached screenshot). All errors are pointing to calls to WLConnection.LogError in various pages. Is there a work around available for this?
WLConnection.LogError(LogLevel.LOGLEVEL_IMPORTANT, 0, ex2, Session.SessionID)
WebLink Version: 9.0.1.350
Visual Studio 2017