Here is my code
Dim provider = New Microsoft.VisualBasic.VBCodeProvider() Dim parser = provider.CreateParser()
parseralways nothing. I know the method is CreateParserout of date. How to create a parser for VB code?
parser
CreateParser
Thank!
Parsers have never been implemented. In any of the language providers. And never will be, the method was removed in .NET 4.0
There are alternatives that are beautiful in the best hits when you type "vs parser" in the google search box.
Source: https://habr.com/ru/post/1769265/More articles:Inconsistent PNG saving behavior for Response.OutputStream - asp.netAn example of an algorithm for generating a random value in a data set with a normal distribution? - algorithmMPOS Movies MPMoviePlayerController does not show the correct time - iosWorking with WPF Calendar Management (C #), Hebrew Date Conversion and Geography - wpfИсключение, сгенерированное при миграции rename_column - ruby-on-railsIs it possible to use MongoDB with flash / flex? - flashQuick double list search - cInsert node into double list - javaСтруктура данных за базой данных LDAP - databaseHow to design and then analyze a data structure - pythonAll Articles