Portable Class Library not supporting many VB methods
问题 I'm taking a VB.Net DLL and turning it into a Portable Class Library. Once I got all of the classes moved into the new project for the PCL, Visual Studio started throwing errors for a lot of common VB syntax that I thought would still work just fine. Some examples: LCase InStr Left Mid On Error GoTo 0 Err Is it possible there is just some option or include I need to have to get these to work? 回答1: When using portable to target the down-level platforms (.NET 4.0, Silverlight, Windows Phone,