tbcmartinharvey Posted October 16, 2005 Posted October 16, 2005 I wonder if anyone can help me with this: I am using vbc.exe from the command line to mak a dll with the following code: vbc /t:library Catalog.vb /out:bin/DataLayer.dll /r:System.dll I get two messages: command error 2001: Catalog.vb cannot be found command error 2008 no input sources specified I would be grateful if anyone could help me to solve this problem. For some reason vbc.exe cannot find Catalog.vb Many Thanks Marti Quote
Administrators PlausiblyDamp Posted October 16, 2005 Administrators Posted October 16, 2005 Are you running this from the folder that contains the Catalog.vb file? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
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.