I am getting a error while compling an .vb file.
vbc /t:library /r:System.dll,System.Data.SqlClient.dll,System.Data.dll,System.Collections.dll order.vb
It says that it cannot fine System.Data.SqlClient.dll. I have looked all over and I cannot find this dll anywhere. I assumed that it comes standard with asp.net version 1.1...
Is there additional files that I need to install besides the basic, asp.net install?The SqlClient namespace is found in the System.Data.dll.
Got it. Thanks.
0 comments:
Post a Comment