This is the forum to discuss the Wrox book Beginning ASP.NET 1.0 with C# by Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Dave Sussman, Ollie Cornes, Rob Birdwell, Matt Butler, Gary Johnson, Ajoy Krishnamoorthy, Juan T. Llibre, Chris Ullman; ISBN: 9780764543708
You are currently viewing the BOOK: Beginning ASP.NET 1.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
begin asp.net 1.0 with vb.net
ch16, create a .dll file
vbc /t:library /out%outdir% %indir%
system error:
system don't find vbc.exe
how to do it?
thanks!
Check whether the vbc.dll is on ur system by using the windows search option.
it should be in the folder: Microsoft.Net\FrameWork\v1.1.4322
or whatever depending upon your version.
If its there check that in the Path is correctly specified in the environment variables of My computer.