redss Posted March 22, 2005 Posted March 22, 2005 I want to compile a C# program from the command line that (my understanding) requires a reference to system.data.OracleClient.dll How do I add that reference at the command line? I tried the following which didn't work csc /reference:OracleClient.dll program.cs Quote
Administrators PlausiblyDamp Posted March 22, 2005 Administrators Posted March 22, 2005 System.Data.OracleClient.dll - you need the full dll name. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
redss Posted March 22, 2005 Author Posted March 22, 2005 I overlooked the simplest answer. thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.