|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
vbc : Command line (0,0) : error BC2006: option 'r' requires':<file_list>'Dim VBCodeProvider As New VBCodeProvider the first time my code is run, to compile and run the sample code it works OK the second time my code is run, to compile and run the same sample code I get the following: vbc : Command line (0,0) : error BC2006: option 'r' requires':<file_list>' If I use Dim VBCodeProvider As New CSharpCodeProvider to compile and run the sample code converted to c#, I can do it repeatedly without a problem Anyone know what the vb problem is? Thanks Franky wrote:
Show quoteHide quote > using I am having the same problem. The same code dom will compile but only> > Dim VBCodeProvider As New VBCodeProvider > > the first time my code is run, to compile and run the sample code it works > OK > > the second time my code is run, to compile and run the same sample code I > get the following: > > vbc : Command line (0,0) : error BC2006: option 'r' requires':<file_list>' > > > > > > If I use > > Dim VBCodeProvider As New CSharpCodeProvider > > to compile and run the sample code converted to c#, I can do it repeatedly > without a problem > > > > Anyone know what the vb problem is? > > > > Thanks some of the time. All other times I am getting the exact same error..Obviously some kinda bug. Are you running this code from a web or windows app? windows app
Show quoteHide quote "Davior" <david.iorl***@gmail.com> wrote in message news:1166502332.612640.40500@48g2000cwx.googlegroups.com... > > Franky wrote: >> using >> >> Dim VBCodeProvider As New VBCodeProvider >> >> the first time my code is run, to compile and run the sample code it >> works >> OK >> >> the second time my code is run, to compile and run the same sample code I >> get the following: >> >> vbc : Command line (0,0) : error BC2006: option 'r' >> requires':<file_list>' >> >> >> >> >> >> If I use >> >> Dim VBCodeProvider As New CSharpCodeProvider >> >> to compile and run the sample code converted to c#, I can do it >> repeatedly >> without a problem >> >> >> >> Anyone know what the vb problem is? >> >> >> >> Thanks > > I am having the same problem. The same code dom will compile but only > some of the time. All other times I am getting the exact same > error..Obviously some kinda bug. > > Are you running this code from a web or windows app? >
Email Socket Question
Best way to get a Junior Programmer up to speed deployment of project migrating MSDE to SQLExpress End Processing in Multithreaded App Exposing Com Interfaces of a .Net Class Library (Trouble Regsvr32) Combo box to start at first character after user selects Cross-thread operation not valid. Find Window Question Calculate inside a form and use the same form as Insert record form NNTP Question |
|||||||||||||||||||||||