Darrell Norton's Blog [MVP]

Sponsors

The Lounge

Wicked Cool Jobs

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Command line compilation of the Data Access Application Block

This should do the trick:

VB
vbc /imports:System,System.Data,System.Data.SqlClient,System.Xml,System.Collections,Microsoft.VisualBasic,System.Security.Permissions,System.Reflection,System.Runtime.InteropServices /t:library /r:System.Data.dll,System.dll,System.Xml.dll /out:SqlHelper.dll *.vb

C#
csc /t:library /r:System.Data.dll,System.dll,System.Xml.dll /out:SqlHelper.dll *.cs


Posted Wed, Jun 23 2004 9:28 AM by Darrell Norton

[Advertisement]

Devlicio.us